Skip to content

Commit

Permalink
sixtyfps-viewer: re-enable the x11 feature by default
Browse files Browse the repository at this point in the history
Some change in the feature handling caused it not to enable x11 nor wayland
  • Loading branch information
ogoffart committed Oct 22, 2021
1 parent d194e18 commit 51fa9dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ homepage = "https://sixtyfps.io"
[features]
sixtyfps-backend-qt = ["sixtyfps-interpreter/backend-qt"]
sixtyfps-backend-gl = ["sixtyfps-interpreter/backend-gl"]
default = ["sixtyfps-backend-qt", "sixtyfps-backend-gl"]
x11 = ["sixtyfps-interpreter/x11"]
wayland = ["sixtyfps-interpreter/wayland"]
default = ["sixtyfps-backend-qt", "sixtyfps-backend-gl", "x11"]

[dependencies]
sixtyfps-corelib = { version = "=0.1.4", path="../../sixtyfps_runtime/corelib" }
Expand Down

0 comments on commit 51fa9dc

Please sign in to comment.