Skip to content

Commit 19696cb

Browse files
committed
Update skia-safe to 0.90.0
1 parent 28247c9 commit 19696cb

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rust-version = "1.86.0"
2626
[workspace.dependencies]
2727
# AnyRender dependencies (in-repo)
2828
anyrender = { version = "0.6.1", path = "./crates/anyrender" }
29-
anyrender_skia = { version = "0.1.4", path = "./crates/anyrender_skia" }
29+
anyrender_skia = { version = "0.2.0", path = "./crates/anyrender_skia" }
3030
anyrender_vello = { version = "0.6.1", path = "./crates/anyrender_vello" }
3131
anyrender_vello_cpu = { version = "0.8.1", path = "./crates/anyrender_vello_cpu" }
3232
anyrender_vello_hybrid = { version = "0.1.1", path = "./crates/anyrender_vello_hybrid" }

crates/anyrender_skia/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "anyrender_skia"
33
description = "Skia backend for anyrender"
4-
version = "0.1.4"
4+
version = "0.2.0"
55
documentation = "https://docs.rs/anyrender_skia"
66
homepage.workspace = true
77
repository.workspace = true
@@ -22,7 +22,7 @@ peniko = { workspace = true }
2222
raw-window-handle = { workspace = true }
2323
softbuffer_window_renderer = { workspace = true, optional = true }
2424
pixels_window_renderer = { workspace = true, optional = true }
25-
skia-safe = { version = "0.89.1", features = ["gl", "pdf", "textlayout"]}
25+
skia-safe = { version = "0.90.0", features = ["gl", "pdf", "textlayout"]}
2626
oaty = "0.1"
2727
gl = "0.14.0"
2828
ash = "^0.38.0"
@@ -36,4 +36,4 @@ objc2-core-foundation = { version = "0.3.2", default-features = false }
3636
objc2-metal = { version = "0.3.2", default-features = false, features = ["MTLCommandBuffer", "MTLCommandQueue", "MTLDrawable", "MTLPixelFormat"] }
3737
objc2-app-kit = { version = "0.3.2", default-features = false, features = ["objc2-quartz-core", "NSView"] }
3838
objc2-quartz-core = { version = "0.3.2", default-features = false, features = ["objc2-core-foundation", "objc2-metal", "CAMetalLayer"] }
39-
skia-safe = { version = "0.89.1", features = ["metal"] }
39+
skia-safe = { version = "0.90.0", features = ["metal"] }

0 commit comments

Comments
 (0)