Skip to content

Commit

Permalink
Remove direct dep on parking_lot, smallvec.
Browse files Browse the repository at this point in the history
Both of these are used transitively, but not directly by `vello`,
so we don't need to list them here.
  • Loading branch information
waywardmonkeys committed Jul 3, 2023
1 parent 31f8d9f commit ba9a7e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ peniko = { workspace = true }
wgpu = { workspace = true }
raw-window-handle = "0.5"
futures-intrusive = "0.5.0"
parking_lot = "0.12"
smallvec = "1.8.0"
vello_encoding = { path = "crates/encoding" }
wgpu-profiler = { workspace = true, optional = true }

Expand Down

0 comments on commit ba9a7e4

Please sign in to comment.