diff options
| author | realtradam <[email protected]> | 2022-11-02 21:07:41 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-11-02 21:07:41 -0400 |
| commit | 53ef8694998392856c44e7397860e04e2dddac49 (patch) | |
| tree | 8786007667f98105e887426fb11f945d4cfe9ac0 /.gitmodules | |
| parent | f8f6d0d2e3e2a21bf48e0ae131015e2542f0f840 (diff) | |
| download | orbital_game-53ef8694998392856c44e7397860e04e2dddac49.tar.gz orbital_game-53ef8694998392856c44e7397860e04e2dddac49.zip | |
made build system
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..af7b76e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/raylib"] + path = vendor/raylib + url = https://github.com/raysan5/raylib.git |
