Added freetype jolt json

This commit is contained in:
2025-12-14 02:52:36 +03:00
parent e83cc0b38e
commit 0165173239
5 changed files with 127 additions and 10 deletions

16
.gitmodules vendored
View File

@@ -142,3 +142,19 @@
path = bullet3
url = https://github.com/bulletphysics/bullet3
branch = master
[submodule "sol2"]
path = sol2
url = https://github.com/ThePhD/sol2
branch = develop
[submodule "jolt"]
path = jolt
url = https://github.com/jrouwe/JoltPhysics
branch = master
[submodule "json"]
path = json
url = https://github.com/nlohmann/json
branch = develop
[submodule "freetype"]
path = freetype
url = https://github.com/freetype/freetype
branch = master