Replace png sources directory with a Git submodule
This will make it simpler to track libpng upstream in the future.
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -5,3 +5,7 @@
|
||||
path = src/zlib
|
||||
url = https://github.com/wxWidgets/zlib.git
|
||||
branch = wx
|
||||
[submodule "src/png"]
|
||||
path = src/png
|
||||
url = https://github.com/wxWidgets/libpng.git
|
||||
branch = wx
|
||||
|
Reference in New Issue
Block a user