1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
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"
|