aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libspng/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libspng/vcpkg.json')
-rw-r--r--vcpkg/ports/libspng/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libspng/vcpkg.json b/vcpkg/ports/libspng/vcpkg.json
new file mode 100644
index 0000000..ce12508
--- /dev/null
+++ b/vcpkg/ports/libspng/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "libspng",
+ "version": "0.7.4",
+ "description": "Simple, modern libpng alternative",
+ "homepage": "https://github.com/randy408/libspng",
+ "license": "BSD-2-Clause",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ]
+}