使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Archivist
/
raylib-src
镜像自地址
https://github.com/raysan5/raylib
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
24
百科
动态
浏览代码
Update raylib version
pull/1748/head
Ray
4 年前
父节点
e5708a8f36
当前提交
c4eaf0076d
共有
6 个文件被更改
,包括
6 次插入
和
7 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
examples/Makefile
+1
-2
projects/4coder/Makefile
+1
-1
projects/VSCode/Makefile
+1
-1
templates/advance_game/Makefile
+1
-1
templates/simple_game/Makefile
+1
-1
templates/standard_game/Makefile
+ 1
- 1
examples/Makefile
查看文件
@ -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
+ 1
- 2
projects/4coder/Makefile
查看文件
@ -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
+ 1
- 1
projects/VSCode/Makefile
查看文件
@ -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
+ 1
- 1
templates/advance_game/Makefile
查看文件
@ -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
+ 1
- 1
templates/simple_game/Makefile
查看文件
@ -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
+ 1
- 1
templates/standard_game/Makefile
查看文件
@ -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
撰写
预览
正在加载...
取消
保存