From f237e1a09bbc33a98fe77a6fff91129bb23bb54b Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 10 Aug 2021 10:21:47 +0200 Subject: [PATCH] Remove unnecessary imgref dependency from the image filter example --- examples/imagefilter/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/imagefilter/Cargo.toml b/examples/imagefilter/Cargo.toml index 12febb2cc..94410cbac 100644 --- a/examples/imagefilter/Cargo.toml +++ b/examples/imagefilter/Cargo.toml @@ -12,7 +12,6 @@ name = "imagefilter" [dependencies] sixtyfps = { path = "../../api/sixtyfps-rs" } -imgref = "1" image = "0.23.14" [build-dependencies]