Browse Source

chore: Remove unnecessary SDL submodule entry

pull/49/head
Producdevity 8 months ago
parent
commit
64e8e962c2
  1. 3
      .gitmodules

3
.gitmodules

@ -4,9 +4,6 @@
[submodule "cubeb"] [submodule "cubeb"]
path = externals/cubeb path = externals/cubeb
url = https://github.com/mozilla/cubeb.git url = https://github.com/mozilla/cubeb.git
[submodule "SDL"]
path = externals/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "libusb"] [submodule "libusb"]
path = externals/libusb/libusb path = externals/libusb/libusb
url = https://github.com/libusb/libusb.git url = https://github.com/libusb/libusb.git

Loading…
Cancel
Save