mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 08:15:46 +00:00
externals: Add zlib and libzip libraries to handle ZIP file parsing
This commit is contained in:
parent
a770725b5b
commit
fc2c7ba73f
4 changed files with 14 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -46,3 +46,9 @@
|
|||
[submodule "sirit"]
|
||||
path = externals/sirit
|
||||
url = https://github.com/ReinUsesLisp/sirit
|
||||
[submodule "libzip"]
|
||||
path = externals/libzip
|
||||
url = https://github.com/DarkLordZach/libzip
|
||||
[submodule "zlib"]
|
||||
path = externals/zlib
|
||||
url = https://github.com/DarkLordZach/zlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue