Browse Source

Add deps/

master
gradient 8 years ago
parent
commit
826656b934
6 changed files with 20 additions and 0 deletions
  1. +15
    -0
      .gitmodules
  2. +1
    -0
      deps/cpptoml
  3. +1
    -0
      deps/filesystem
  4. +1
    -0
      deps/gl3w
  5. +1
    -0
      deps/imgui
  6. +1
    -0
      deps/nfd

+ 15
- 0
.gitmodules View File

@ -0,0 +1,15 @@
[submodule "deps/imgui"]
path = deps/imgui
url = https://github.com/ocornut/imgui
[submodule "deps/gl3w"]
path = deps/gl3w
url = https://github.com/skaslev/gl3w
[submodule "deps/cpptoml"]
path = deps/cpptoml
url = https://github.com/skystrife/cpptoml
[submodule "deps/nfd"]
path = deps/nfd
url = https://github.com/mlabbe/nativefiledialog
[submodule "deps/filesystem"]
path = deps/filesystem
url = https://github.com/wjakob/filesystem

+ 1
- 0
deps/cpptoml

@ -0,0 +1 @@
Subproject commit 60b6a6efe7a36f5ee0b2d8ffad759f53d18ee460

+ 1
- 0
deps/filesystem

@ -0,0 +1 @@
Subproject commit 0a539a6c988dc8691af317e077893e831dee2908

+ 1
- 0
deps/gl3w

@ -0,0 +1 @@
Subproject commit f1c961b4b35c86ca5fe7f6128442282ce32e431e

+ 1
- 0
deps/imgui

@ -0,0 +1 @@
Subproject commit 0828a1fd6c0ee7d53d4a7013a56002aaffc86896

+ 1
- 0
deps/nfd

@ -0,0 +1 @@
Subproject commit 5cfe5002eb0fac1e49777a17dec70134147931e2

Loading…
Cancel
Save