Sfoglia il codice sorgente

Update Makefile RAYLIB_VERSION (#3901)

Changed the raylib version from 4.2.0 to 5.1-dev, just like the raylib.h file
pull/3902/head
Belllg 1 anno fa
committed by GitHub
parent
commit
3e658ef502
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      projects/VSCode/Makefile

+ 1
- 1
projects/VSCode/Makefile Vedi File

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

Caricamento…
Annulla
Salva