소스 검색

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 년 전
committed by GitHub
부모
커밋
3e658ef502
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      projects/VSCode/Makefile

+ 1
- 1
projects/VSCode/Makefile 파일 보기

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

불러오는 중...
취소
저장