Browse Source

Fix submodule URL for nanovg.

tags/v1.0.0
Andrew Belt 5 years ago
parent
commit
12301180d2
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .gitmodules

+ 5
- 5
.gitmodules View File

@@ -1,13 +1,13 @@
[submodule "ext/nanovg"]
[submodule "dep/nanovg"]
path = dep/nanovg path = dep/nanovg
url = https://github.com/AndrewBelt/nanovg.git
[submodule "ext/nanosvg"]
url = https://github.com/memononen/nanovg.git
[submodule "dep/nanosvg"]
path = dep/nanosvg path = dep/nanosvg
url = https://github.com/memononen/nanosvg.git url = https://github.com/memononen/nanosvg.git
[submodule "ext/osdialog"]
[submodule "dep/osdialog"]
path = dep/osdialog path = dep/osdialog
url = https://github.com/AndrewBelt/osdialog.git url = https://github.com/AndrewBelt/osdialog.git
[submodule "ext/oui-blendish"]
[submodule "dep/oui-blendish"]
path = dep/oui-blendish path = dep/oui-blendish
url = https://github.com/AndrewBelt/oui-blendish.git url = https://github.com/AndrewBelt/oui-blendish.git
[submodule "dep/glfw"] [submodule "dep/glfw"]


Loading…
Cancel
Save