fixes for windows

This commit is contained in:
John Smith
2023-05-29 17:04:28 -07:00
parent a2839042d6
commit 76fca36763
6 changed files with 61 additions and 25 deletions

13
Cargo.lock generated
View File

@@ -1428,8 +1428,6 @@ dependencies = [
"lazy_static",
"libc",
"log",
"maplit",
"ncurses",
"signal-hook",
"tokio 1.28.2",
"unicode-segmentation",
@@ -3231,17 +3229,6 @@ dependencies = [
"socket2 0.4.9",
]
[[package]]
name = "ncurses"
version = "5.101.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e2c5d34d72657dc4b638a1c25d40aae81e4f1c699062f72f467237920752032"
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "ndk"
version = "0.7.0"