vcpkg/ports/jxrlib/vcpkg.json
Kai Pastor 4f83a5642e
[jxrlib] Fix mingw build (#27042)
* Fix mingw build

* Minor portfile changes

* Revise guiddef.h selection

* Update versions

* CI [skip actions]
2022-09-30 14:31:13 -07:00

15 lines
321 B
JSON

{
"name": "jxrlib",
"version": "2019.10.9",
"port-version": 5,
"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
}
]
}