Skip to content

Commit 0985996

Browse files
committed
Use wayland if available
This make linux builds hybird wayland/x11 instead of them being x11 only currently, with the slight downside of requiring wayland for building (not a problem for CI, and I think the amount of people who are building from source on x11 only systems is small). See this issue for more detail: fltk-rs/fltk-rs#1602 Fixes H-M-H#3.
1 parent 9afef39 commit 0985996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clap = { version = "4.5.18", features = ["derive"] }
1414
clap_complete = "4.5.29"
1515
dirs = "^5.0"
1616
fastwebsockets = { version = "0.8.0", features = ["upgrade", "unstable-split"] }
17-
fltk = { version = "^1" }
17+
fltk = { version = "^1.3", features = ["use-wayland"] }
1818
fltk-theme = "0.7.3"
1919
handlebars = "^6.1"
2020
http-body-util = "0.1.2"

0 commit comments

Comments
 (0)