[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:
Lily Wang 2023-09-18 09:49:29 -07:00 committed by GitHub
parent 66d350f79c
commit 896155d2d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -7698,7 +7698,7 @@
},
"skia": {
"baseline": "0.36.0",
"port-version": 9
"port-version": 10
},
"skyr-url": {
"baseline": "1.13.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "df5e0eb3dc6aa8ee9b5829caf01ce7876bc7c2fe",
"version": "0.36.0",
"port-version": 10
},
{
"git-tree": "9389efe5ea2540ef9a0885b796d13e0d730fb603",
"version": "0.36.0",