浏览代码

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
找不到此签名对应的密钥 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

正在加载...
取消
保存