early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

54
externals/vcpkg/ports/skia/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,54 @@
{
"name": "skia",
"version-date": "2022-04-15",
"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",
"license": "BSD-3-Clause",
"supports": "(osx | windows | linux) & !(windows & x86)",
"dependencies": [
"expat",
"fontconfig",
{
"name": "freetype",
"default-features": false
},
"harfbuzz",
"icu",
"libjpeg-turbo",
"libpng",
"libwebp",
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "vcpkg-tool-gn",
"host": true
},
"zlib"
],
"default-features": [
"gl"
],
"features": {
"dawn": {
"description": "dawn support for skia"
},
"direct3d": {
"description": "Direct3D support for skia"
},
"gl": {
"description": "OpenGL support for skia"
},
"metal": {
"description": "Metal support for skia"
},
"vulkan": {
"description": "Vulkan support for skia"
}
}
}