Skip to content

Commit e7313dd

Browse files
committed
Skia: Update to the latest version of the Rust bindings
For details, see https://github.com/rust-skia/rust-skia/releases/tag/0.90.0
1 parent 2de069c commit e7313dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

internal/renderers/skia/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pin-weak = "1"
6363
scoped-tls-hkt = "0.1"
6464
raw-window-handle = { version = "0.6", features = ["std"] }
6565

66-
skia-safe = { version = "0.89", features = ["gl"] }
66+
skia-safe = { version = "0.90", features = ["gl"] }
6767
glow = { workspace = true }
6868
unicode-segmentation = { workspace = true }
6969

@@ -89,7 +89,7 @@ windows = { workspace = true, features = ["Win32", "Win32_System_Com", "Win32_Gr
8989
windows_58 = { package = "windows", version = "0.58.0", optional = true, features = ["Win32", "Win32_System_Com", "Win32_Graphics", "Win32_Graphics_Dxgi", "Win32_Graphics_Direct3D12", "Win32_Graphics_Direct3D", "Win32_Foundation", "Win32_Graphics_Dxgi_Common", "Win32_System_Threading", "Win32_Security"] }
9090
windows-core = { workspace = true, optional = true }
9191
windows-core_58 = { package = "windows-core", version = "0.58.0", optional = true }
92-
skia-safe = { version = "0.89", features = ["d3d"] }
92+
skia-safe = { version = "0.90", features = ["d3d"] }
9393
wgpu-26 = { workspace = true, optional = true, features = ["dx12"] }
9494
wgpu-27 = { workspace = true, optional = true, features = ["dx12"] }
9595

@@ -100,7 +100,7 @@ objc2-foundation = { version = "0.3.2", default-features = false, features = ["s
100100
objc2-quartz-core = { version = "0.3.2", default-features = false, features = ["std", "objc2-metal", "CALayer", "CAMetalLayer", "objc2-core-foundation"] }
101101
objc2-app-kit = { version = "0.3.2", default-features = false, features = ["std", "NSResponder", "NSView"] }
102102
objc2-core-foundation = { version = "0.3.2", default-features = false, features = ["CFCGTypes"] }
103-
skia-safe = { version = "0.89", features = ["metal"] }
103+
skia-safe = { version = "0.90", features = ["metal"] }
104104
raw-window-metal = "1.0"
105105

106106
metal = { version = "0.31", optional = true }
@@ -112,13 +112,13 @@ read-fonts = { workspace = true }
112112
write-fonts = { version = "0.43" }
113113

114114
[target.'cfg(not(any(target_vendor = "apple", target_family = "windows")))'.dependencies]
115-
skia-safe = { version = "0.89", features = ["gl", "vulkan"] }
115+
skia-safe = { version = "0.90", features = ["gl", "vulkan"] }
116116
wgpu-26 = { workspace = true, optional = true, features = ["vulkan"] }
117117
wgpu-27 = { workspace = true, optional = true, features = ["vulkan"] }
118118

119119
[target.'cfg(any(target_os = "ios", target_os="macos", target_os="windows", target_os="android", target_os="linux"))'.dependencies]
120120
# Text layout is enabled here just so that we can make use of the pre-built Skia libraries.
121-
skia-safe = { version = "0.89", features = ["textlayout"] }
121+
skia-safe = { version = "0.90", features = ["textlayout"] }
122122

123123
[target.aarch64-apple-ios-sim.dependencies]
124124
# Disabling encoding assertions until https://github.com/madsmtm/objc2/issues/795 is fixed.

0 commit comments

Comments
 (0)