Index: alacritty/Cargo.toml
===================================================================
--- alacritty.orig/Cargo.toml
+++ alacritty/Cargo.toml
@@ -155,41 +155,3 @@ default-features = false
 
 [target."cfg(not(windows))".dependencies.xdg]
 version = "2.5.0"
-
-[target.'cfg(target_os = "macos")'.dependencies.objc2]
-version = "0.5.2"
-
-[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
-version = "0.2.2"
-features = [
-    "std",
-    "NSColorSpace",
-    "NSResponder",
-    "NSView",
-    "NSWindow",
-]
-default-features = false
-
-[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
-version = "0.2.2"
-features = [
-    "std",
-    "NSString",
-    "NSLocale",
-]
-default-features = false
-
-[target."cfg(windows)".dependencies.dirs]
-version = "5.0.1"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
-features = [
-    "Win32_UI_WindowsAndMessaging",
-    "Win32_System_Threading",
-    "Win32_System_Console",
-    "Win32_Foundation",
-]
-
-[target."cfg(windows)".build-dependencies.embed-resource]
-version = "2.2.0"
