Skip to content

Commit

Permalink
fix(deps): update rust crate vello to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent b9f2706 commit 32a9142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/components/vector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
anyhow = "1"
vello = { version = "0.1", features = ["wgpu"] }
vello = { version = "0.2", features = ["wgpu"] }
vello_svg = "0.1"
mizer-wgpu = { path = "../../runtime/wgpu" }
mizer-module = { path = "../../runtime/module"}
Expand Down

0 comments on commit 32a9142

Please sign in to comment.