From b845f3886a24db69c25fd685d99cad00200e79f1 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 20 Jan 2021 17:18:45 +0100 Subject: [PATCH] Minor tweak to Makefile --- projects/VSCode/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index b15eb7f6f..5e09d668e 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -25,8 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= game -RAYLIB_VERSION ?= 3.0.0 -RAYLIB_API_VERSION ?= 300 +RAYLIB_VERSION ?= 3.5.0 RAYLIB_PATH ?= ..\.. # Define compiler path on Windows