Change raylib version for VSCode mingw project makefile (#1347)

This commit is contained in:
Gaëtan Blaise-Cazalet 2020-08-12 15:04:17 +02:00 committed by GitHub
parent ad1b3330b7
commit 810f51b3e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,8 @@
# Define required raylib variables # Define required raylib variables
PROJECT_NAME ?= game PROJECT_NAME ?= game
RAYLIB_VERSION ?= 2.5.0 RAYLIB_VERSION ?= 3.0.0
RAYLIB_API_VERSION ?= 251 RAYLIB_API_VERSION ?= 300
RAYLIB_PATH ?= ..\.. RAYLIB_PATH ?= ..\..
# Define compiler path on Windows # Define compiler path on Windows