このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Update raylib version
pull/1748/head
Ray
4年前
親
e5708a8f36
コミット
c4eaf0076d
6個のファイルの変更
、
6行の追加
、
7行の削除
分割表示
差分オプション
統計情報を表示
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
書き込み
プレビュー
読み込み中…
キャンセル
保存