This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
24
Wiki
Activity
瀏覽代碼
Reviewed path
pull/722/head
Ray
6 年之前
父節點
35bcbd1b60
當前提交
7c4a0f963d
共有
1 個文件被更改
,包括
2 次插入
和
2 次删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
projects/VSCode/.vscode/tasks.json
+ 2
- 2
projects/VSCode/.vscode/tasks.json
查看文件
@ -19,7 +19,7 @@
}
,
}
,
"osx"
:
{
"osx"
:
{
"args"
:
[
"args"
:
[
"RAYLIB_PATH=
/Users/murray/work/ray
/raylib"
"RAYLIB_PATH=
<path_to_raylib>
/raylib"
]
,
]
,
}
,
}
,
"group"
:
{
"group"
:
{
@ -42,7 +42,7 @@
}
,
}
,
"osx"
:
{
"osx"
:
{
"args"
:
[
"args"
:
[
"RAYLIB_PATH=
/Users/murray/work/ray
/raylib"
,
"RAYLIB_PATH=
<path_to_raylib>
/raylib"
,
]
,
]
,
}
,
}
,
"group"
:
"build"
"group"
:
"build"
Write
Preview
Loading…
取消
儲存