From 810f51b3e7fd0a9737c05b2bc0701362d5ece644 Mon Sep 17 00:00:00 2001 From: Gaƫtan Blaise-Cazalet Date: Wed, 12 Aug 2020 15:04:17 +0200 Subject: Change raylib version for VSCode mingw project makefile (#1347) --- projects/VSCode/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'projects/VSCode') diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 1ffaac97..b15eb7f6 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 -- cgit v1.2.3