Improved Windows support & simple WSL2 integration

This commit is contained in:
2022-09-11 20:31:58 -04:00
parent b55c919f4d
commit daaa5c86a2
5 changed files with 117 additions and 12 deletions

8
Cargo.lock generated
View File

@@ -1576,6 +1576,7 @@ dependencies = [
"log",
"notify",
"object",
"path-slash",
"ppc750cl",
"rabbitizer",
"rfd",
@@ -1583,6 +1584,7 @@ dependencies = [
"thiserror",
"tracing-subscriber",
"tracing-wasm",
"winapi",
]
[[package]]
@@ -1660,6 +1662,12 @@ dependencies = [
"windows-sys",
]
[[package]]
name = "path-slash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
[[package]]
name = "peeking_take_while"
version = "0.1.2"