diff --git a/crates/eframe/Cargo.toml b/crates/eframe/Cargo.toml
index 0e08e6fed225..9e0ef786dfc9 100644
--- a/crates/eframe/Cargo.toml
+++ b/crates/eframe/Cargo.toml
@@ -38,6 +38,9 @@ default_fonts = ["egui/default_fonts"]
 ## Use [`glow`](https://github.com/grovesNL/glow) for painting, via [`egui_glow`](https://github.com/emilk/egui/tree/master/crates/egui_glow).
 glow = ["dep:glow", "dep:egui_glow", "dep:glutin", "dep:glutin-winit"]
 
+## Enables wayland support and fixes clipboard issue.
+wayland = ["egui-winit/wayland"]
+
 ## Enable saving app state to disk.
 persistence = [
   "directories-next",