Skip to content

Commit 02db8fd

Browse files
committed
Remove unnecessary image dependency from iced
1 parent 0a23f51 commit 02db8fd

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resolver = "2"
1515
[features]
1616
default = ["wgpu"]
1717
# Enables the `Image` widget
18-
image = ["iced_wgpu?/image", "iced_glow?/image", "image_rs"]
18+
image = ["iced_wgpu?/image", "iced_glow?/image"]
1919
# Enables the `Svg` widget
2020
svg = ["iced_wgpu?/svg", "iced_glow?/svg"]
2121
# Enables the `Canvas` widget
@@ -103,11 +103,6 @@ iced_glutin = { version = "0.3", path = "glutin", optional = true }
103103
iced_glow = { version = "0.3", path = "glow", optional = true }
104104
thiserror = "1.0"
105105

106-
[dependencies.image_rs]
107-
version = "0.23"
108-
package = "image"
109-
optional = true
110-
111106
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
112107
iced_wgpu = { version = "0.5", path = "wgpu", optional = true }
113108

0 commit comments

Comments
 (0)