diff --git a/Cargo.toml b/Cargo.toml index dbfd1f3..d55e740 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ libc = "0.2.149" sctk = { package = "smithay-client-toolkit", version = "0.20", default-features = false, features = [ "calloop", ] } -wayland-backend = { version = "0.3.3", default_features = false, features = [ +wayland-backend = { version = "0.3.3", default-features = false, features = [ "client_system", ] } raw-window-handle = { version = "0.6", optional = true }