mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:49:06 +08:00
f3eeb27624
* Dont block arm64-osx * Update version * Updated versions * supports fixups * Update versions * supports fixups * supports fixups
22 lines
393 B
JSON
22 lines
393 B
JSON
{
|
|
"name": "libraw",
|
|
"version-string": "201903",
|
|
"port-version": 9,
|
|
"description": "raw image decoder library",
|
|
"homepage": "https://www.libraw.org",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"jasper",
|
|
"lcms",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"openmp": {
|
|
"description": "Build library with OpenMP support"
|
|
}
|
|
}
|
|
}
|