1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Enable arboard?/wayland-data-control for wayland feature

This commit is contained in:
Jochen Görtler
2026-05-18 12:23:21 +02:00
parent e204717b1d
commit 64515911e9
2 changed files with 72 additions and 1 deletions

View File

@@ -52,7 +52,11 @@ links = ["webbrowser"]
serde = ["egui/serde", "dep:serde"]
## Enables Wayland support.
wayland = ["winit/wayland", "bytemuck"]
wayland = [
"winit/wayland",
"bytemuck",
"arboard?/wayland-data-control",
]
## Enables compiling for x11.
x11 = ["winit/x11", "bytemuck"]