moved libs to submodules, small fix in Node move ctor
This commit is contained in:
12
.gitmodules
vendored
Normal file
12
.gitmodules
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
[submodule "libs/glm"]
|
||||
path = libs/glm
|
||||
url = https://github.com/g-truc/glm.git
|
||||
[submodule "libs/stb/stb"]
|
||||
path = libs/stb/stb
|
||||
url = https://github.com/nothings/stb.git
|
||||
[submodule "libs/yoga"]
|
||||
path = libs/yoga
|
||||
url = https://github.com/facebook/yoga.git
|
||||
[submodule "libs/tinyxml2"]
|
||||
path = libs/tinyxml2
|
||||
url = https://github.com/leethomason/tinyxml2.git
|
||||
Reference in New Issue
Block a user