[F] Fix windows
This commit is contained in:
parent
4f8ddd1c22
commit
1ff4b12f19
2 changed files with 12 additions and 0 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -113,8 +113,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
"crossterm_winapi",
|
||||||
"libc",
|
"libc",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
|
"winapi",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "crossterm_winapi"
|
||||||
|
version = "0.9.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
||||||
|
dependencies = [
|
||||||
|
"winapi",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@ unicode-normalization = { workspace = true, features = ["std"] }
|
||||||
enable-ansi-support = { workspace = true, features = [] }
|
enable-ansi-support = { workspace = true, features = [] }
|
||||||
normpath = { workspace = true, features = [] }
|
normpath = { workspace = true, features = [] }
|
||||||
same-file = { workspace = true, features = [] }
|
same-file = { workspace = true, features = [] }
|
||||||
|
crossterm = { workspace = true, features = ["windows"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["autocomplete", "color", "macchina"]
|
default = ["autocomplete", "color", "macchina"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue