Skip to content

Commit 459e0a7

Browse files
authored
fix deps requirement (#1279)
1 parent 2e46ce3 commit 459e0a7

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
@@ -122,7 +122,7 @@ vello_api = { path = "sparse_strips/vello_api", default-features = false }
122122
vello_common = { version = "0.0.4", path = "sparse_strips/vello_common", default-features = false }
123123
vello_cpu = { path = "sparse_strips/vello_cpu" }
124124
vello_hybrid = { path = "sparse_strips/vello_hybrid" }
125-
vello_sparse_shaders = { path = "sparse_strips/vello_sparse_shaders" }
125+
vello_sparse_shaders = { version = "0.0.4", path = "sparse_strips/vello_sparse_shaders" }
126126
vello_example_scenes = { path = "sparse_strips/vello_example_scenes" }
127127
vello_dev_macros = { path = "sparse_strips/vello_dev_macros" }
128128

sparse_strips/vello_sparse_shaders/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_sparse_shaders"
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.4"
55
description = "Provide compilation of wgsl to glsl to support the WebGL `vello_hybrid` backend."
66
categories = ["rendering", "graphics"]
77
keywords = ["2d", "vector-graphics"]

0 commit comments

Comments
 (0)