.gitmodules 524 B

123456789101112131415
  1. [submodule "oxygine-framework"]
  2. path = libs/oxygine-framework
  3. url = https://github.com/oxygine/oxygine-framework.git
  4. [submodule "SDL"]
  5. path = libs/SDL
  6. url = https://github.com/oxygine/SDL2.git
  7. [submodule "oxygine-sound"]
  8. path = libs/oxygine-sound
  9. url = https://github.com/oxygine/oxygine-sound.git
  10. [submodule "oxygine-flow"]
  11. path = libs/oxygine-flow
  12. url = https://github.com/oxygine/oxygine-flow.git
  13. [submodule "oxygine-freetype"]
  14. path = libs/oxygine-freetype
  15. url = https://github.com/oxygine/oxygine-freetype.git