From 3b811ea5931619e7f02e7ec72b1f4843e2b7e5a5 Mon Sep 17 00:00:00 2001 From: VassiliDev Date: Tue, 26 Nov 2024 16:41:41 -0500 Subject: [PATCH] Remove newline --- input-emulation/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/input-emulation/Cargo.toml b/input-emulation/Cargo.toml index d51853c..0093489 100644 --- a/input-emulation/Cargo.toml +++ b/input-emulation/Cargo.toml @@ -44,7 +44,6 @@ ashpd = { version = "0.10", default-features = false, features = [ ], optional = true } reis = { version = "0.4", features = ["tokio"], optional = true } - [target.'cfg(target_os="macos")'.dependencies] bitflags = "2.6.0" core-graphics = { version = "0.24.0", features = ["highsierra"] }