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:
parent
eb33ec116e
commit
77792a82a6
10 changed files with 44 additions and 9 deletions
5
edidpatcher/go.mod
Normal file
5
edidpatcher/go.mod
Normal file
|
@ -0,0 +1,5 @@
|
|||
module git.terah.dev/UnrealXR/unrealxr/edidpatcher
|
||||
|
||||
go 1.24.3
|
||||
|
||||
require github.com/google/uuid v1.6.0
|
Loading…
Add table
Add a link
Reference in a new issue