diff --git a/crates/eframe/Cargo.toml b/crates/eframe/Cargo.toml index f992c5c66a2..1ce134f9d3b 100644 --- a/crates/eframe/Cargo.toml +++ b/crates/eframe/Cargo.toml @@ -154,7 +154,7 @@ egui-winit = { workspace = true, default-features = false, features = [ "clipboard", "links", ] } -image = { workspace = true, features = ["png"] } # Needed for app icon +image = { workspace = true, default-features = true } # Needed for app icon winit = { workspace = true, default-features = false, features = ["rwh_06"] } # optional native: