mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 09:45:03 +08:00
63879cfda1
* Update to 4.0.0 * Update versions
18 lines
387 B
JSON
18 lines
387 B
JSON
{
|
|
"name": "lerc",
|
|
"version": "4.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|