diff --git a/crates/eframe/Cargo.toml b/crates/eframe/Cargo.toml index 36d469017ed..eab3184addb 100644 --- a/crates/eframe/Cargo.toml +++ b/crates/eframe/Cargo.toml @@ -74,15 +74,6 @@ persistence = [ ## Enables wayland support and fixes clipboard issue. ## ## If you are compiling for Linux (or want to test on a CI system using Linux), you should enable this feature. -wayland = [ - "egui-winit/wayland", - "egui-wgpu?/wayland", - "egui_glow?/wayland", - "glutin?/wayland", - "glutin-winit?/wayland", -] - -## Enables wayland support and fixes clipboard issue. wayland = [ "egui-winit/wayland", "egui-winit/clipboard-wayland",