diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cc65cad --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/raylib-cpp"] + path = vendor/raylib-cpp + url = https://github.com/robloach/raylib-cpp diff --git a/lib/Linux/libraylib.a b/lib/Linux/libraylib.a deleted file mode 100644 index 7622202..0000000 Binary files a/lib/Linux/libraylib.a and /dev/null differ diff --git a/lib/Windows/libraylib.a b/lib/Windows/libraylib.a deleted file mode 100644 index f8bbc95..0000000 Binary files a/lib/Windows/libraylib.a and /dev/null differ diff --git a/lib/macOS/libraylib.a b/lib/macOS/libraylib.a deleted file mode 100644 index 46dccb6..0000000 Binary files a/lib/macOS/libraylib.a and /dev/null differ