mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
Ungh, I hate git submodules
See if this makes things happier
This commit is contained in:
parent
98220f49c8
commit
f7d29e5fb4
7
.gitmodules
vendored
7
.gitmodules
vendored
@ -1,13 +1,12 @@
|
||||
[submodule "harfbuzz/harfbuzz"]
|
||||
path = deps/harfbuzz/harfbuzz
|
||||
url = https://github.com/harfbuzz/harfbuzz.git
|
||||
[submodule "freetype/freetype2"]
|
||||
path = deps/freetype/freetype2
|
||||
url = https://git.savannah.gnu.org/git/freetype/freetype2.git
|
||||
# url = https://github.com/aseprite/freetype2.git
|
||||
[submodule "freetype/libpng"]
|
||||
path = deps/freetype/libpng
|
||||
url = https://github.com/glennrp/libpng.git
|
||||
[submodule "deps/freetype/zlib"]
|
||||
path = deps/freetype/zlib
|
||||
url = https://github.com/madler/zlib.git
|
||||
[submodule "freetype2"]
|
||||
path = deps/freetype/freetype2
|
||||
url = https://git.savannah.gnu.org/git/freetype/freetype2.git
|
||||
|
Loading…
Reference in New Issue
Block a user