A 2D tile-based sandbox game.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

123456789101112131415161718192021222324
  1. [submodule "third-party/cpptoml"]
  2. path = third-party/cpptoml
  3. url = https://github.com/skystrife/cpptoml.git
  4. [submodule "third-party/msgpack-c"]
  5. path = third-party/msgpack-c
  6. url = https://github.com/msgpack/msgpack-c.git
  7. [submodule "third-party/imgui"]
  8. path = third-party/imgui
  9. url = https://github.com/ocornut/imgui.git
  10. [submodule "third-party/PerlinNoise"]
  11. path = third-party/PerlinNoise
  12. url = https://github.com/Reputeless/PerlinNoise.git
  13. [submodule "third-party/imgui_sdl"]
  14. path = third-party/imgui_sdl
  15. url = https://github.com/mortie/imgui_sdl
  16. [submodule "third-party/imgui-plot"]
  17. path = third-party/imgui-plot
  18. url = https://github.com/soulthreads/imgui-plot.git
  19. [submodule "third-party/fmt"]
  20. path = third-party/fmt
  21. url = https://github.com/fmtlib/fmt.git
  22. [submodule "third-party/tracy"]
  23. path = third-party/tracy
  24. url = https://github.com/wolfpld/tracy.git