From b5176798495eca20ea759adc26e954cd01f4a110 Mon Sep 17 00:00:00 2001 From: VassiliDev Date: Tue, 26 Nov 2024 16:41:05 -0500 Subject: [PATCH] Remove redundant dep --- input-emulation/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/input-emulation/Cargo.toml b/input-emulation/Cargo.toml index 76a841a..d51853c 100644 --- a/input-emulation/Cargo.toml +++ b/input-emulation/Cargo.toml @@ -43,7 +43,6 @@ ashpd = { version = "0.10", default-features = false, features = [ "tokio", ], optional = true } reis = { version = "0.4", features = ["tokio"], optional = true } -keycode = "0.4.0" [target.'cfg(target_os="macos")'.dependencies]