bump skia-safe to 0.99.0 (#3560)

This commit is contained in:
Alexsander Falcucci 2026-09-01 12:29:13 +02:00 committed by GitHub
parent b756bc557d
commit 0f18a8775f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

8
Cargo.lock generated
View file

@ -2849,9 +2849,9 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
[[package]]
name = "skia-bindings"
version = "0.97.2"
version = "0.99.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6a38f4d460276ea40588c958396a9de0eec808c679009a5b52afdf6ebf34132"
checksum = "3e2d1c3ebd697c0cbded0145e9204a38fa6b268446051b7196d0a096414ea7f3"
dependencies = [
"bindgen",
"cc",
@ -2866,9 +2866,9 @@ dependencies = [
[[package]]
name = "skia-safe"
version = "0.97.2"
version = "0.99.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ecfc54fcd40dc5dea15dd2a84f8422cdb0f76c6a51ebb8835ce0b7ef590a21f"
checksum = "9f512ac418a64194842dd05566320805dad1c957c521039db2486fd6368865bc"
dependencies = [
"bitflags 2.10.0",
"skia-bindings",

View file

@ -110,7 +110,7 @@ csscolorparser = "0.7.0"
shlex = "1.3.0"
[target.'cfg(not(any(target_os = "windows", target_os = "macos")))'.dependencies]
skia-safe = { version = "0.97.2", features = ["gl", "textlayout"] }
skia-safe = { version = "0.99.0", features = ["gl", "textlayout"] }
[target.'cfg(not(target_os = "windows"))'.dependencies]
fork = "0.4.0"
@ -190,11 +190,11 @@ objc2-quartz-core = { version = "0.3.1", default-features = false, features = [
"objc2-metal",
"std",
] }
skia-safe = { version = "0.97.2", features = ["gl", "metal", "textlayout"] }
skia-safe = { version = "0.99.0", features = ["gl", "metal", "textlayout"] }
uzers = "0.12.1"
[target.'cfg(target_os = "windows")'.dependencies]
skia-safe = { version = "0.97.2", features = ["d3d", "gl", "textlayout"] }
skia-safe = { version = "0.99.0", features = ["d3d", "gl", "textlayout"] }
# This needs to match the version used by skia
windows = { version = "0.62.0", features = [
"Win32_Graphics_Direct3D",