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:
Vadim Zeitlin
2017-11-11 13:42:14 +01:00
parent c98fa0ca98
commit a8e7d0ee12
129 changed files with 5 additions and 116350 deletions

4
.gitmodules vendored
View File

@@ -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