Skip to content

Commit 28247c9

Browse files
committed
Bump versions of anyrender + backends
Signed-off-by: Nico Burns <[email protected]>
1 parent 58844b0 commit 28247c9

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ rust-version = "1.86.0"
2525

2626
[workspace.dependencies]
2727
# AnyRender dependencies (in-repo)
28-
anyrender = { version = "0.6.0", path = "./crates/anyrender" }
29-
anyrender_skia = { version = "0.1.3", path = "./crates/anyrender_skia" }
30-
anyrender_vello = { version = "0.6.0", path = "./crates/anyrender_vello" }
31-
anyrender_vello_cpu = { version = "0.8.0", path = "./crates/anyrender_vello_cpu" }
32-
anyrender_vello_hybrid = { version = "0.1.0", path = "./crates/anyrender_vello_hybrid" }
28+
anyrender = { version = "0.6.1", path = "./crates/anyrender" }
29+
anyrender_skia = { version = "0.1.4", path = "./crates/anyrender_skia" }
30+
anyrender_vello = { version = "0.6.1", path = "./crates/anyrender_vello" }
31+
anyrender_vello_cpu = { version = "0.8.1", path = "./crates/anyrender_vello_cpu" }
32+
anyrender_vello_hybrid = { version = "0.1.1", path = "./crates/anyrender_vello_hybrid" }
3333
anyrender_svg = { version = "0.6.0", path = "./crates/anyrender_svg" }
3434
wgpu_context = { version = "0.1.1", path = "./crates/wgpu_context" }
3535
pixels_window_renderer = { version = "0.1.0", path = "./crates/pixels_window_renderer" }

crates/anyrender/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"
33
description = "2D Canvas abstraction"
4-
version = "0.6.1"
4+
version = "0.6.2"
55
documentation = "https://docs.rs/anyrender"
66
homepage.workspace = true
77
repository.workspace = true

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.1.3"
4+
version = "0.1.4"
55
documentation = "https://docs.rs/anyrender_skia"
66
homepage.workspace = true
77
repository.workspace = true

crates/anyrender_vello/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_vello"
33
description = "Vello backend for anyrender"
4-
version = "0.6.0"
4+
version = "0.6.1"
55
documentation = "https://docs.rs/anyrender_vello"
66
homepage.workspace = true
77
repository.workspace = true

crates/anyrender_vello_cpu/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_vello_cpu"
33
description = "vello_cpu backend for anyrender"
4-
version = "0.8.0"
4+
version = "0.8.1"
55
documentation = "https://docs.rs/anyrender_vello_cpu"
66
homepage.workspace = true
77
repository.workspace = true

crates/anyrender_vello_hybrid/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_vello_hybrid"
33
description = "vello_hybrid backend for anyrender"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
documentation = "https://docs.rs/anyrender_vello_hybrid"
66
homepage.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)