vcpkg/ports/libspng/vcpkg.json

19 lines
347 B
JSON
Raw Normal View History

{
"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"
]
}