diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 1ffaac977..b15eb7f6f 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -25,8 +25,8 @@ # Define required raylib variables PROJECT_NAME ?= game -RAYLIB_VERSION ?= 2.5.0 -RAYLIB_API_VERSION ?= 251 +RAYLIB_VERSION ?= 3.0.0 +RAYLIB_API_VERSION ?= 300 RAYLIB_PATH ?= ..\.. # Define compiler path on Windows