diff options
Diffstat (limited to 'projects')
| -rw-r--r-- | projects/4coder/Makefile | 3 | ||||
| -rw-r--r-- | projects/VSCode/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/projects/4coder/Makefile b/projects/4coder/Makefile index 40a1e230..7ba7bc3f 100644 --- a/projects/4coder/Makefile +++ b/projects/4coder/Makefile @@ -25,8 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= game -RAYLIB_VERSION ?= 2.5.0 -RAYLIB_API_VERSION ?= 2 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= ..\.. # Define default options diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 5e09d668..dd36164d 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= game -RAYLIB_VERSION ?= 3.5.0 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= ..\.. # Define compiler path on Windows |
