chore: Seperate Go modules into seperate directories

This is done to help potential dependents reduce download sizes and only
download what they need.
This commit is contained in:
Tera << 8 2025-06-26 18:57:29 -04:00
parent eb33ec116e
commit 77792a82a6
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
10 changed files with 44 additions and 9 deletions

3
ardriver/go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.terah.dev/UnrealXR/unrealxr/ardriver
go 1.24.3