mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:51:48 +08:00
4bfe819421
* Update charls to 2.3.4 * version * Change version-string to version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
18 lines
348 B
JSON
18 lines
348 B
JSON
{
|
|
"name": "charls",
|
|
"version": "2.3.4",
|
|
"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
|
|
}
|
|
]
|
|
}
|