mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:19:00 +08:00
d558a1b4af
* [lerc] Fix missing algorithm header needed for std::min * format-manifest * Version DB Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"name": "lerc",
|
|
"version": "4.0",
|
|
"port-version": 1,
|
|
"description": "An open-source image or raster format which supports rapid encoding and decoding for any pixel type",
|
|
"homepage": "https://github.com/Esri/lerc",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|