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]