mirror of
https://github.com/enduro2d/enduro2d.git
synced 2026-02-04 15:06:57 +07:00
3rd party modules (stb, catch2, utfcpp)
This commit is contained in:
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
[submodule "modules/catch2"]
|
||||
path = modules/catch2
|
||||
url = https://github.com/catchorg/Catch2
|
||||
[submodule "modules/stb"]
|
||||
path = modules/stb
|
||||
url = https://github.com/nothings/stb
|
||||
[submodule "modules/utfcpp"]
|
||||
path = modules/utfcpp
|
||||
url = https://github.com/nemtrif/utfcpp
|
||||
Reference in New Issue
Block a user