Update raylib version

This commit is contained in:
Ray 2021-05-04 11:19:28 +02:00
parent e5708a8f36
commit c4eaf0076d
6 changed files with 6 additions and 7 deletions

View File

@ -25,7 +25,7 @@
# Define required raylib variables
PROJECT_NAME ?= raylib_examples
RAYLIB_VERSION ?= 3.5.0
RAYLIB_VERSION ?= 3.7.0
RAYLIB_PATH ?= ..
# Define default options

View File

@ -25,8 +25,7 @@
# Define required raylib variables
PROJECT_NAME ?= game
RAYLIB_VERSION ?= 2.5.0
RAYLIB_API_VERSION ?= 2
RAYLIB_VERSION ?= 3.7.0
RAYLIB_PATH ?= ..\..
# Define default options

View File

@ -25,7 +25,7 @@
# Define required raylib variables
PROJECT_NAME ?= game
RAYLIB_VERSION ?= 3.5.0
RAYLIB_VERSION ?= 3.7.0
RAYLIB_PATH ?= ..\..
# Define compiler path on Windows

View File

@ -25,7 +25,7 @@
# Define required raylib variables
PROJECT_NAME ?= advance_game
RAYLIB_VERSION ?= 3.5.0
RAYLIB_VERSION ?= 3.7.0
RAYLIB_PATH ?= ../..
# Define default options

View File

@ -25,7 +25,7 @@
# Define required raylib variables
PROJECT_NAME ?= simple_game
RAYLIB_VERSION ?= 3.5.0
RAYLIB_VERSION ?= 3.7.0
RAYLIB_PATH ?= ../..
# Define default options

View File

@ -25,7 +25,7 @@
# Define required raylib variables
PROJECT_NAME ?= standard_game
RAYLIB_VERSION ?= 3.5.0
RAYLIB_VERSION ?= 3.7.0
RAYLIB_PATH ?= ../..
# Define default options