actually add vendor folder

This commit is contained in:
2025-08-30 18:07:11 +02:00
parent cb954445a2
commit f9b0bca4be
1074 changed files with 457227 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# raylib-cpp Projects
The following are some base templates to use when making new raylib-cpp projects.
- [CMake](CMake): Uses `cmake` to build the project files
- [Make](Make): A project template that uses `make` to compile the project
- [VSCode](VSCode): A VSCode template that uses `make` along with the base configurations