This website works better with JavaScript.
Home
Explore
Help
Sign In
klimi
/
Platformer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
idk 1
master
Martin Klimeš
5 years ago
parent
c31a599b07
commit
b46d358ba2
3 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.gitmodules
+1
-0
lib/glew
+1
-0
lib/glfw
+ 6
- 0
.gitmodules
View File
@ -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…
Cancel
Save