Skip to content

Commit

Permalink
Merge pull request #1777 from AirhartAero/linux-window-features
Browse files Browse the repository at this point in the history
Re-expose winit features for window servers in Linux
  • Loading branch information
hecrj authored Apr 12, 2023
2 parents 5a056ce + cb78dc5 commit adb70d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]
categories = ["gui"]

[features]
default = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"]
trace = ["tracing", "tracing-core", "tracing-subscriber"]
chrome-trace = ["trace", "tracing-chrome"]
debug = ["iced_native/debug"]
system = ["sysinfo"]
application = []
x11 = ["winit/x11"]
wayland = ["winit/wayland"]
wayland-dlopen = ["winit/wayland-dlopen"]
wayland-csd-adwaita = ["winit/wayland-csd-adwaita"]

[dependencies]
window_clipboard = "0.2"
Expand All @@ -26,6 +31,7 @@ thiserror = "1.0"
version = "0.27"
git = "https://github.com/iced-rs/winit.git"
rev = "940457522e9fb9f5dac228b0ecfafe0138b4048c"
default-features = false

[dependencies.iced_native]
version = "0.9"
Expand Down

0 comments on commit adb70d2

Please sign in to comment.