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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user