Skip to content

Commit

Permalink
Add x11 and wayland features to egui
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Jul 30, 2024
1 parent 2570d0c commit 53ac406
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ categories = ["command-line-utilities", "development-tools", "filesystem"]
license.workspace = true

[dependencies]
eframe = { version = "0.28.1", default-features = false, features = ["glow", "wayland", "x11"] }
eframe = { version = "0.28.1", default-features = false, features = ["glow"] }
image = "0.25.2"
ringboard-sdk = { package = "clipboard-history-client-sdk", version = "0", path = "../client-sdk" }
rustc-hash = "2.0.0"
tracy-client = { version = "0.17.0", optional = true }

[features]
default = ["x11"]
trace = ["dep:tracy-client"]
x11 = ["eframe/x11"]
wayland = ["eframe/wayland"]

[[bin]]
name = "ringboard-egui"
Expand Down

0 comments on commit 53ac406

Please sign in to comment.