mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-05 09:29:59 +08:00
c9e786d81a
* Bulk remove vcpkg_fail_port_install calls. Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install", In support of https://github.com/microsoft/vcpkg/pull/21502 * Update version database. * Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728 * Repair version database.
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "skia",
|
|
"version-date": "2020-05-18",
|
|
"port-version": 7,
|
|
"description": [
|
|
"Skia is an open source 2D graphics library which provides common APIs that work across a variety of hardware and software platforms.",
|
|
"It serves as the graphics engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox OS, and many other products.",
|
|
"Skia is sponsored and managed by Google, but is available for use by anyone under the BSD Free Software License. While engineering of the core components is done by the Skia development team, we consider contributions from any source."
|
|
],
|
|
"homepage": "https://skia.org",
|
|
"supports": "x64 & (osx | windows)",
|
|
"dependencies": [
|
|
"expat",
|
|
{
|
|
"name": "freetype",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "harfbuzz",
|
|
"features": [
|
|
"icu"
|
|
]
|
|
},
|
|
"icu",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"libwebp",
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"metal": {
|
|
"description": "metal support for skia"
|
|
}
|
|
}
|
|
}
|