diff options
| author | realtradam <[email protected]> | 2022-05-16 03:42:28 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-05-16 03:42:28 -0400 |
| commit | 3a09171e41570b2d457e34476d42c8f4be1416aa (patch) | |
| tree | 8feb1f07202201770fbae077f1948807fcf94ab1 /.gitmodules | |
| download | raylib-DrawTexturePro-interactive-demo-3a09171e41570b2d457e34476d42c8f4be1416aa.tar.gz raylib-DrawTexturePro-interactive-demo-3a09171e41570b2d457e34476d42c8f4be1416aa.zip | |
init
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e43e647 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "raylib"] + path = raylib + url = [email protected]:raysan5/raylib.git +[submodule "raygui"] + path = raygui + url = [email protected]:raysan5/raygui.git |
