diff --git a/Cargo.toml b/Cargo.toml index e4801d7d3f..5fdb4fd584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ resolver = "2" [features] default = ["wgpu"] # Enables the `Image` widget -image = ["iced_wgpu?/image", "iced_glow?/image", "image_rs"] +image = ["iced_wgpu?/image", "iced_glow?/image"] # Enables the `Svg` widget svg = ["iced_wgpu?/svg", "iced_glow?/svg"] # Enables the `Canvas` widget @@ -103,11 +103,6 @@ iced_glutin = { version = "0.3", path = "glutin", optional = true } iced_glow = { version = "0.3", path = "glow", optional = true } thiserror = "1.0" -[dependencies.image_rs] -version = "0.23" -package = "image" -optional = true - [target.'cfg(not(target_arch = "wasm32"))'.dependencies] iced_wgpu = { version = "0.5", path = "wgpu", optional = true }