Skip to content

Commit

Permalink
Enable wayland by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Oct 6, 2021
1 parent 4302673 commit 3c2e138
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ keywords = ["cargo", "ui", "gui"]
repository = "https://github.com/sixtyfpsui/cargo-ui"
resolver = "2"

[features]
x11 = ["sixtyfps/x11"]
wayland = ["sixtyfps/wayland"]
default = ["x11", "wayland"]

[dependencies]
sixtyfps = "0.1.3"
tokio = { version = "1", features= ["full"] }
Expand Down

0 comments on commit 3c2e138

Please sign in to comment.