vcpkg/ports/pngpp/vcpkg.json
JackMacWindows 96adaeb47d
[pngpp] Add png++ port (as pngpp) (#12705)
* Create vcpkg.json

* Create portfile.cmake

* Fixed CI

* Update ports/pngpp/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update ports/pngpp/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-08-05 13:10:26 -07:00

9 lines
144 B
JSON

{
"name": "pngpp",
"version-string": "0.2.10",
"description": "A C++ wrapper for libpng library.",
"dependencies": [
"libpng"
]
}