mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-22 09:26:33 +11:00
Remove direct dep on parking_lot, smallvec.
Both of these are used transitively, but not directly by `vello`, so we don't need to list them here.
This commit is contained in:
parent
31f8d9ffa0
commit
ccd745364a
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