diff options
| author | realtradam <[email protected]> | 2023-01-03 02:09:17 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-01-03 02:09:17 -0500 |
| commit | e38a5adeccdde8def46b6aa03d99d0b16bf15a60 (patch) | |
| tree | 4b208bd6bd33d9379c9cd889a6f7e11f89ed44ac /.gitmodules | |
| parent | a7473499c197835fd49f040bda89b91176418bb0 (diff) | |
| download | RodeoKit-e38a5adeccdde8def46b6aa03d99d0b16bf15a60.tar.gz RodeoKit-e38a5adeccdde8def46b6aa03d99d0b16bf15a60.zip | |
working bgfx and SDL integration
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 993223c..d15c2d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,12 @@ [submodule "external/SDL"] path = external/SDL url = https://github.com/libsdl-org/SDL.git +[submodule "external/bx"] + path = external/bx + url = https://github.com/bkaradzic/bx.git +[submodule "external/bimg"] + path = external/bimg + url = https://github.com/bkaradzic/bimg.git +[submodule "external/bgfx"] + path = external/bgfx + url = https://github.com/bkaradzic/bgfx.git |
