add raylib source as submodule so we know which version we are compatible with
This commit is contained in:
parent
676a29d7db
commit
8c53dd53e7
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "raylib-c"]
|
||||
path = raylib-c
|
||||
url = https://github.com/raysan5/raylib.git
|
Reference in a new issue