pineapple-src/externals/vcpkg/ports/charls/vcpkg.json
2022-07-23 03:01:36 +02:00

17 lines
348 B
JSON
Executable file

{
"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
}
]
}