From c39ad4a5770d31d72131e638e1a3021845133c98 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 3 Jul 2023 16:40:00 +0700 Subject: [PATCH] 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. --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 27fc784c2..c4602a24c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }