vcpkg/ports/skia/vcpkg.json
Benjamin Oldenburg 38d99c1dd7
[skia] Arm64 for skia on osx (#23222)
* build on apple M1

* fixed port version and date

* more changes

* Update version database

* reverted date

* updated versions
2022-02-24 10:35:14 -08:00

40 lines
1.1 KiB
JSON

{
"name": "skia",
"version-date": "2020-05-18",
"port-version": 8,
"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": "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"
}
}
}