This website works better with JavaScript.
首頁
探索
說明
登入
klimi
/
Platformer
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
idk 1
master
Martin Klimeš
5 年之前
父節點
c31a599b07
當前提交
b46d358ba2
共有
3 個文件被更改
,包括
8 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.gitmodules
+1
-0
lib/glew
+1
-0
lib/glfw
+ 6
- 0
.gitmodules
查看文件
@ -0,0 +1,6 @@
[submodule "lib/glew"]
path = lib/glew
url = https://github.com/Perlmint/glew-cmake.git
[submodule "lib/glfw"]
path = lib/glfw
url = https://github.com/glfw/glfw
+ 1
- 0
lib/glew
@ -0,0 +1 @@
Subproject commit 2545ef4e02a6857b7321db3434bbcd55d584a2c4
+ 1
- 0
lib/glfw
@ -0,0 +1 @@
Subproject commit b430bc4935d8ca8ff459313dbd87ecc2b266aee1
Write
Preview
Loading…
取消
儲存