.gitmodules 285 B

123456789
  1. [submodule "external/imgui"]
  2. path = external/imgui
  3. url = https://github.com/ocornut/imgui.git
  4. [submodule "external/glfw"]
  5. path = external/glfw
  6. url = https://github.com/glfw/glfw.git
  7. [submodule "external/cjson"]
  8. path = external/cjson
  9. url = https://github.com/DaveGamble/cJSON.git