You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
662 B
30 lines
662 B
--- num-format-0.4.4/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ num-format-0.4.4/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
@@ -86,10 +86,7 @@
|
|
"encoding_rs",
|
|
"lazy_static",
|
|
"libc",
|
|
- "num-format-windows",
|
|
"std",
|
|
- "widestring",
|
|
- "winapi/winnls",
|
|
]
|
|
|
|
[target."cfg(unix)".dependencies.cfg-if]
|
|
@@ -104,15 +101,3 @@
|
|
version = "0.2.134"
|
|
optional = true
|
|
|
|
-[target."cfg(windows)".dependencies.num-format-windows]
|
|
-version = "0.4.4"
|
|
-optional = true
|
|
-
|
|
-[target."cfg(windows)".dependencies.widestring]
|
|
-version = "1.0.2"
|
|
-optional = true
|
|
-
|
|
-[target."cfg(windows)".dependencies.winapi]
|
|
-version = "0.3.9"
|
|
-features = ["winnls"]
|
|
-optional = true
|