mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-22 09:26:33 +11:00
Merge pull request #338 from waywardmonkeys/remove-unused-deps
Remove direct dep on parking_lot, smallvec.
This commit is contained in:
commit
459bf0fc98
1 changed files with 0 additions and 2 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue