Simplify windowing server features a bit
This commit is contained in:
parent
5c7bf112c8
commit
b5de29ca1f
5 changed files with 7 additions and 14 deletions
|
|
@ -14,15 +14,13 @@ keywords.workspace = true
|
|||
workspace = true
|
||||
|
||||
[features]
|
||||
default = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"]
|
||||
default = ["x11", "wayland"]
|
||||
debug = ["iced_debug/enable"]
|
||||
sysinfo = ["dep:sysinfo"]
|
||||
x11 = ["winit/x11", "window_clipboard/x11"]
|
||||
wayland = ["winit/wayland", "window_clipboard/wayland"]
|
||||
wayland-dlopen = ["winit/wayland-dlopen"]
|
||||
wayland-csd-adwaita = ["winit/wayland-csd-adwaita"]
|
||||
unconditional-rendering = []
|
||||
linux-theme-detection = ["dep:mundy", "mundy/async-io", "mundy/color-scheme"]
|
||||
x11 = ["winit/x11", "window_clipboard/x11"]
|
||||
wayland = ["winit/wayland", "winit/wayland-dlopen", "winit/wayland-csd-adwaita", "window_clipboard/wayland"]
|
||||
|
||||
[dependencies]
|
||||
iced_debug.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue