vcpkg/ports/charls/vcpkg.json
JonLiu1993 ded1f63e29
[charls] update to 2.4.2 (#31561)
* [charls] update to 2.4.2

* update version

* update function

* update version
2023-05-22 11:34:06 -07:00

18 lines
348 B
JSON

{
"name": "charls",
"version": "2.4.2",
"description": "CharLS, a C++ JPEG-LS library implementation.",
"homepage": "https://github.com/team-charls/charls",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}