1
0

feat: remove useless win32 concept for clear code

This commit is contained in:
2026-04-12 16:39:15 +08:00
parent 6b7019e640
commit 69c7592f41
7 changed files with 509 additions and 838 deletions

16
Cargo.lock generated
View File

@@ -187,12 +187,6 @@ dependencies = [
"litrs",
]
[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "equivalent"
version = "1.0.2"
@@ -255,15 +249,6 @@ version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.15"
@@ -752,7 +737,6 @@ name = "wfassoc"
version = "0.1.0"
dependencies = [
"indexmap",
"itertools",
"regex",
"thiserror",
"uuid",