Browse Source

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

pull/1353/head
Gaëtan Blaise-Cazalet 4 years ago
committed by GitHub
parent
commit
810f51b3e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      projects/VSCode/Makefile

+ 2
- 2
projects/VSCode/Makefile View File

@ -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

Loading…
Cancel
Save