mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
7bb78b3f15
* [libspng]: New port * fix usage * update version
19 lines
347 B
JSON
19 lines
347 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|