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.
28 lines
737 B
28 lines
737 B
2 years ago
|
--- sys-locale-0.2.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ sys-locale-0.2.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
@@ -25,24 +25,3 @@
|
||
|
license = "MIT OR Apache-2.0"
|
||
3 years ago
|
repository = "https://github.com/1Password/sys-locale"
|
||
2 years ago
|
|
||
3 years ago
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
|
||
|
-version = "0.3"
|
||
|
-
|
||
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
|
||
|
-version = "0.2"
|
||
|
-
|
||
3 years ago
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
|
||
|
-version = "0.3"
|
||
2 years ago
|
-features = [
|
||
|
- "Window",
|
||
|
- "WorkerGlobalScope",
|
||
|
- "Navigator",
|
||
|
- "WorkerNavigator",
|
||
|
-]
|
||
|
-
|
||
3 years ago
|
-[target."cfg(target_os = \"android\")".dependencies.libc]
|
||
|
-version = "0.2"
|
||
2 years ago
|
-
|
||
3 years ago
|
-[target."cfg(windows)".dependencies.winapi]
|
||
|
-version = "0.3"
|
||
|
-features = ["winnls"]
|