You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitmodules 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [submodule "dep/nanovg"]
  2. path = dep/nanovg
  3. url = https://github.com/VCVRack/nanovg.git
  4. ignore = untracked
  5. [submodule "dep/nanosvg"]
  6. path = dep/nanosvg
  7. url = https://github.com/memononen/nanosvg.git
  8. ignore = untracked
  9. [submodule "dep/osdialog"]
  10. path = dep/osdialog
  11. url = https://github.com/AndrewBelt/osdialog.git
  12. ignore = untracked
  13. [submodule "dep/oui-blendish"]
  14. path = dep/oui-blendish
  15. url = https://github.com/VCVRack/oui-blendish.git
  16. ignore = untracked
  17. [submodule "dep/rtaudio"]
  18. path = dep/rtaudio
  19. url = https://github.com/VCVRack/rtaudio.git
  20. ignore = untracked
  21. [submodule "dep/glfw"]
  22. path = dep/glfw
  23. url = https://github.com/VCVRack/glfw.git
  24. ignore = untracked
  25. [submodule "dep/fuzzysearchdatabase"]
  26. path = dep/fuzzysearchdatabase
  27. url = https://bitbucket.org/j_norberg/fuzzysearchdatabase.git
  28. [submodule "dep/filesystem"]
  29. path = dep/filesystem
  30. url = https://github.com/gulrak/filesystem.git
  31. [submodule "dep/pffft"]
  32. path = dep/pffft
  33. url = https://bitbucket.org/jpommier/pffft.git
  34. [submodule "dep/rtmidi"]
  35. path = dep/rtmidi
  36. url = https://github.com/VCVRack/rtmidi.git
  37. [submodule "dep/sse2neon"]
  38. path = dep/sse2neon
  39. url = https://github.com/DLTcollab/sse2neon.git
  40. [submodule "dep/tinyexpr"]
  41. path = dep/tinyexpr
  42. url = https://github.com/codeplea/tinyexpr.git
  43. [submodule "dep/speexdsp"]
  44. path = dep/speexdsp
  45. url = https://gitlab.xiph.org/xiph/speexdsp.git