mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-10 22:17:51 +00:00
Improved Windows support & simple WSL2 integration
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user