mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[skia] Add dependency dlfcn-win32 for feature freetype on windows (#33793)
* [skia] Add dependency dlfcn-win32 for feature freetype on windows * update version
This commit is contained in:
parent
66d350f79c
commit
896155d2d9
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "skia",
|
||||
"version": "0.36.0",
|
||||
"port-version": 9,
|
||||
"port-version": 10,
|
||||
"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.",
|
||||
@ -107,6 +107,10 @@
|
||||
"freetype": {
|
||||
"description": "Freetype support",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "dlfcn-win32",
|
||||
"platform": "windows"
|
||||
},
|
||||
{
|
||||
"name": "freetype",
|
||||
"default-features": false
|
||||
|
@ -7698,7 +7698,7 @@
|
||||
},
|
||||
"skia": {
|
||||
"baseline": "0.36.0",
|
||||
"port-version": 9
|
||||
"port-version": 10
|
||||
},
|
||||
"skyr-url": {
|
||||
"baseline": "1.13.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "df5e0eb3dc6aa8ee9b5829caf01ce7876bc7c2fe",
|
||||
"version": "0.36.0",
|
||||
"port-version": 10
|
||||
},
|
||||
{
|
||||
"git-tree": "9389efe5ea2540ef9a0885b796d13e0d730fb603",
|
||||
"version": "0.36.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user