You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- crossterm-0.27.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ crossterm-0.27.0/Cargo.toml 2023-10-24T10:32:30.950527+00:00
|
|
|
|
@@ -143,8 +143,6 @@
|
|
|
|
]
|
|
|
|
use-dev-tty = ["filedescriptor"]
|
|
|
|
windows = [
|
|
|
|
- "dep:winapi",
|
|
|
|
- "dep:crossterm_winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[target."cfg(unix)".dependencies.filedescriptor]
|
|
|
|
@@ -168,14 +166,3 @@
|
|
|
|
features = ["support-v0_8"]
|
|
|
|
optional = true
|
|
|
|
|
|
|
|
-[target."cfg(windows)".dependencies.crossterm_winapi]
|
|
|
|
-version = "0.9.1"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
-[target."cfg(windows)".dependencies.winapi]
|
|
|
|
-version = "0.3.9"
|
|
|
|
-features = [
|
|
|
|
- "winuser",
|
|
|
|
- "winerror",
|
|
|
|
-]
|
|
|
|
-optional = true
|