Fixed submodule path
parent
d2f1831791
commit
b0ea85882e
|
@ -2,5 +2,7 @@ js/**/*.js*
|
||||||
generated/
|
generated/
|
||||||
node_modules/
|
node_modules/
|
||||||
auth/certs/
|
auth/certs/
|
||||||
|
auth/js/auth.js.map
|
||||||
.idea/
|
.idea/
|
||||||
animates/ #This is just for me local (a nice animation which i may implement later)
|
#This is just for me local (a nice animation which i may implement later)
|
||||||
|
animates/
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
[submodule "asm/libraries/opus"]
|
[submodule "asm/libraries/opus"]
|
||||||
path = asm/libraries/opus
|
path = asm/libraries/opus
|
||||||
url = https://github.com/xiph/opus.git
|
url = https://github.com/xiph/opus.git
|
||||||
|
[submodule "asm/libraries/tomcrypt"]
|
||||||
|
path = asm/libraries/tomcrypt
|
||||||
|
url = http://git.mcgalaxy.de:8090/WolverinDEV/tomcrypt.git
|
||||||
|
[submodule "asm/libraries/tommath"]
|
||||||
|
path = asm/libraries/tommath
|
||||||
|
url = http://git.mcgalaxy.de:8090/WolverinDEV/tommath.git
|
||||||
|
|
Loading…
Reference in New Issue