summaryrefslogtreecommitdiff
path: root/ZAPD/packages.config
diff options
context:
space:
mode:
authorNicholas Estelami <NEstelami@users.noreply.github.com>2021-11-30 20:09:32 -0500
committerGitHub <noreply@github.com>2021-11-30 20:09:32 -0500
commita3363333d809e8089a55efc3ea32eaea9ddb8d8c (patch)
tree5cf25cc7a7fb5eebd2a1671f0e54a8e3335ebbce /ZAPD/packages.config
parente3b53d3b8f88a0d139e72602c52666057e7066c0 (diff)
ZResource::GetSourceOutputCode no longer returns a string (#209)
* Updated nuget to use newer version of libpng. Also updated uses of std::filesystem::path to be compliant with MSVC implementation. * Updated nuget to use newer version of libpng. Also updated uses of std::filesystem::path to be compliant with MSVC implementation. * GetSourceOutputCode no longer uses strings, and some overrides were removed. * Removed redundant GetSourceOutputHeader * Fixed MSVC issue * Changed libpng nuget package due to compilation issues. Other minor tweaks. Co-authored-by: Jack Walker <7463599+Jack-Walker@users.noreply.github.com>
Diffstat (limited to 'ZAPD/packages.config')
-rw-r--r--ZAPD/packages.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/ZAPD/packages.config b/ZAPD/packages.config
index 5346e15..c387aae 100644
--- a/ZAPD/packages.config
+++ b/ZAPD/packages.config
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="libpng-v142" version="1.6.37.2" targetFramework="native" />
+ <package id="libpng.static" version="1.6.37" targetFramework="native" />
+ <package id="YY.NuGet.Import.Helper" version="1.0.0.4" targetFramework="native" />
<package id="zlib" version="1.2.8.8" targetFramework="native" />
+ <package id="zlib.static" version="1.2.5" targetFramework="native" />
<package id="zlib.v120.windesktop.msvcstl.dyn.rt-dyn" version="1.2.8.8" targetFramework="native" />
<package id="zlib.v140.windesktop.msvcstl.dyn.rt-dyn" version="1.2.8.8" targetFramework="native" />
</packages> \ No newline at end of file