From 6f3f9285e62b2fdd5355a17a3e6153cfda6ed9e6 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 15 Aug 2023 19:02:32 +0200 Subject: [PATCH] Remove image dep. --- candle-examples/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/candle-examples/Cargo.toml b/candle-examples/Cargo.toml index 90165c19..39d2bc72 100644 --- a/candle-examples/Cargo.toml +++ b/candle-examples/Cargo.toml @@ -41,7 +41,6 @@ tracing-subscriber = { workspace = true } wav = { workspace = true } # Necessary to disambiguate with tokio in wasm examples which are 1.28.1 tokio = "1.29.1" -image.workspace = true [build-dependencies] anyhow = { workspace = true }