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:
Bruce Mitchener 2023-07-03 16:42:14 +07:00
parent 31f8d9ffa0
commit ccd745364a

View file

@ -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 }