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:
parent
c98fa0ca98
commit
a8e7d0ee12
129 changed files with 5 additions and 116350 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue