diff --git a/Cargo.toml b/Cargo.toml index 7b97408..7072820 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ clap = { version = "4.5.18", features = ["derive"] } clap_complete = "4.5.29" dirs = "^5.0" fastwebsockets = { version = "0.8.0", features = ["upgrade", "unstable-split"] } -fltk = { version = "^1" } +fltk = { version = "^1.3", features = ["use-wayland"] } fltk-theme = "0.7.3" handlebars = "^6.1" http-body-util = "0.1.2"