Add libpng & zlib submodules
This commit is contained in:
parent
1ed2ecc1fa
commit
4df0fd7620
|
@ -1,3 +1,9 @@
|
|||
[submodule "liblcms2"]
|
||||
path = thirdparty/liblcms2
|
||||
url = https://github.com/mm2/Little-CMS.git
|
||||
[submodule "libpng"]
|
||||
path = thirdparty/libpng
|
||||
url = https://github.com/glennrp/libpng.git
|
||||
[submodule "zlib"]
|
||||
path = thirdparty/zlib
|
||||
url = https://github.com/madler/zlib.git
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit fc0786a4425cb10ca966557bc366a52d080a20c6
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 50893291621658f355bc5b4d450a8d06a563053d
|
Loading…
Reference in New Issue