From a42944fe599ea1832e7298a6a527343fd52c103f Mon Sep 17 00:00:00 2001 From: Lionel DARNIS Date: Mon, 25 May 2026 19:36:21 +0200 Subject: [PATCH] chore: update dependency key syntax --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }