summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode
diff options
context:
space:
mode:
authorGaĆ«tan Blaise-Cazalet <[email protected]>2020-08-12 15:04:17 +0200
committerGitHub <[email protected]>2020-08-12 15:04:17 +0200
commit810f51b3e7fd0a9737c05b2bc0701362d5ece644 (patch)
treecd76535d874d4519ea5f5d63efff197b0b044ded /projects/VSCode
parentad1b3330b76fab1fd8fae98ff26845aa6e515fac (diff)
downloadraylib-810f51b3e7fd0a9737c05b2bc0701362d5ece644.tar.gz
raylib-810f51b3e7fd0a9737c05b2bc0701362d5ece644.zip
Change raylib version for VSCode mingw project makefile (#1347)
Diffstat (limited to 'projects/VSCode')
-rw-r--r--projects/VSCode/Makefile4
1 files changed, 2 insertions, 2 deletions
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