diff options
author | 2022-01-28 17:20:40 +0700 | |
---|---|---|
committer | 2022-01-28 21:37:16 +0700 | |
commit | 83c649b574d90667d23c8430baaebcd0ef933055 (patch) | |
tree | 7fdb5868ff5cb8af51f1efdad7a9f177207348c3 /native/Cargo.toml | |
parent | 87b3e03d187237f665b376018ea5af0cc5f05814 (diff) | |
download | iced-83c649b574d90667d23c8430baaebcd0ef933055.tar.gz iced-83c649b574d90667d23c8430baaebcd0ef933055.tar.bz2 iced-83c649b574d90667d23c8430baaebcd0ef933055.zip |
Move `time` module from `iced_native` to `iced_core`
Diffstat (limited to '')
-rw-r--r-- | native/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml index 499ad29e..8f0aea6a 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -27,7 +27,3 @@ features = ["thread-pool"] [dependencies.iced_style] version = "0.3" path = "../style" - -[target.'cfg(target_arch = "wasm32")'.dependencies.instant] -version = "0.1" -features = ["wasm-bindgen"] |