Skip to content

Commit 3c2e138

Browse files
committed
Enable wayland by default
1 parent 4302673 commit 3c2e138

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ keywords = ["cargo", "ui", "gui"]
1111
repository = "https://github.com/sixtyfpsui/cargo-ui"
1212
resolver = "2"
1313

14+
[features]
15+
x11 = ["sixtyfps/x11"]
16+
wayland = ["sixtyfps/wayland"]
17+
default = ["x11", "wayland"]
18+
1419
[dependencies]
1520
sixtyfps = "0.1.3"
1621
tokio = { version = "1", features= ["full"] }

0 commit comments

Comments
 (0)