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.
20 lines
419 B
20 lines
419 B
1 year ago
|
--- crossterm-0.27.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ crossterm-0.27.0/Cargo.toml 2023-10-24T10:32:41.861215+00:00
|
||
|
@@ -125,7 +125,6 @@
|
||
|
bracketed-paste = []
|
||
|
default = [
|
||
|
"bracketed-paste",
|
||
|
- "windows",
|
||
|
"events",
|
||
|
]
|
||
|
event-stream = [
|
||
|
@@ -142,8 +141,6 @@
|
||
|
"bitflags/serde",
|
||
|
]
|
||
|
use-dev-tty = ["filedescriptor"]
|
||
|
-windows = [
|
||
|
-]
|
||
|
|
||
|
[target."cfg(unix)".dependencies.filedescriptor]
|
||
|
version = "0.8"
|