Files
streaming_world/.gitmodules
2025-03-13 20:25:05 +03:00

20 lines
577 B
Plaintext

[submodule "src/godot"]
path = src/godot
url = https://github.com/godotengine/godot
branch = 3.x
[submodule "src/modules/voxel"]
path = src/modules/voxel
url = https://github.com/Zylann/godot_voxel
branch = godot3.x
[submodule "src/flecs"]
path = src/flecs
url = https://github.com/SanderMertens/flecs
[submodule "src/meshoptimizer"]
path = src/meshoptimizer
url = https://github.com/zeux/meshoptimizer
branch = master
[submodule "tests/flecs-systems-sokol"]
path = tests/flecs-systems-sokol
url = https://github.com/flecs-hub/flecs-systems-sokol
branch = master