Skip to content

Commit ea709ef

Browse files
committed
Bump anyrender_skia to 0.3.0
1 parent 86c9551 commit ea709ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.2.0", path = "./crates/anyrender_skia" }
29+
anyrender_skia = { version = "0.3.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: 1 addition & 1 deletion
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.2.0"
4+
version = "0.3.0"
55
documentation = "https://docs.rs/anyrender_skia"
66
homepage.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)