Skip to content

Commit 200ebf6

Browse files
authored
Prepare vello_cpu v0.0.2 release (#1239)
- Downgrades `skrifa` dep to 0.31 (matches Parley 0.5 and Vello 0.5.0) - Bumps the version number to `0.0.2`. This branch uses an old version of Vello CPU.
1 parent 289f491 commit 200ebf6

File tree

4 files changed

+15
-35
lines changed

4 files changed

+15
-35
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ vello = { version = "0.5.0", path = "vello" }
9999
vello_encoding = { version = "0.5.0", path = "vello_encoding" }
100100
vello_shaders = { version = "0.5.0", path = "vello_shaders" }
101101
bytemuck = { version = "1.23.0", features = ["derive"] }
102-
skrifa = { version = "0.36.0", default-features = false, features = ["autohint_shaping"] }
102+
skrifa = { version = "0.31.3", default-features = false, features = ["autohint_shaping"] }
103103
# The version of kurbo used below should be kept in sync
104104
# with the version of kurbo used by peniko.
105105
peniko = { version = "0.4.0", default-features = false }
@@ -119,7 +119,7 @@ fearless_simd = { version = "0.2.0", default-features = false }
119119

120120
# The below crates are experimental!
121121
vello_api = { path = "sparse_strips/vello_api", default-features = false }
122-
vello_common = { version = "0.0.1", path = "sparse_strips/vello_common", default-features = false }
122+
vello_common = { version = "0.0.2", path = "sparse_strips/vello_common", default-features = false }
123123
vello_cpu = { path = "sparse_strips/vello_cpu" }
124124
vello_hybrid = { path = "sparse_strips/vello_hybrid" }
125125
vello_sparse_shaders = { path = "sparse_strips/vello_sparse_shaders" }

sparse_strips/vello_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "vello_common"
33
# When updating, also update the version in the workspace dependency in the root Cargo.toml
4-
version = "0.0.1"
4+
version = "0.0.2"
55
description = "Core data structures and utilities shared across the Vello rendering, including geometry processing and tiling logic."
66
categories = ["rendering", "graphics"]
77
keywords = ["2d", "vector-graphics"]

sparse_strips/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 = "vello_cpu"
33
# When moving past 0.0.x, also update caveats in the README
4-
version = "0.0.1"
4+
version = "0.0.2"
55
description = "A CPU-based renderer for Vello, optimized for SIMD and multithreaded execution."
66
categories = ["rendering", "graphics"]
77
keywords = ["2d", "vector-graphics"]

0 commit comments

Comments
 (0)