From 288ccb6184a49b4eb21b2252f41219607eed8fc9 Mon Sep 17 00:00:00 2001 From: Cody Wyatt Neiman Date: Wed, 18 Dec 2024 13:28:32 -0500 Subject: [PATCH] Fix rebase duplicate wayland feature --- crates/eframe/Cargo.toml | 9 --------- 1 file changed, 9 deletions(-) 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",