mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
ded1f63e29
* [charls] update to 2.4.2 * update version * update function * update version
18 lines
348 B
JSON
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
|
|
}
|
|
]
|
|
}
|