Merge pull request #338 from waywardmonkeys/remove-unused-deps

Remove direct dep on parking_lot, smallvec.
This commit is contained in:
Bruce Mitchener 2023-07-06 23:09:30 +07:00 committed by GitHub
commit 459bf0fc98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 }