vcpkg/ports/jxrlib/vcpkg.json
Russell Greene 754cc25428
[jxrlib] fix iOS build (#26506)
* [jxrlib] fix iOS build

* ./vcpkg x-add-version --all

* [jxrlib] fix deprecated functions, add license

* ./vcpkg x-add-version --all

* [jxrlib] fix absolute paths

* ./vcpkg x-add-version --all
2022-08-26 12:03:37 -07:00

15 lines
321 B
JSON

{
"name": "jxrlib",
"version": "2019.10.9",
"port-version": 4,
"description": "Open source implementation of the jpegxr image format standard.",
"homepage": "https://github.com/4creators/jxrlib",
"license": "BSD-2-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}