diff options
Diffstat (limited to 'native/Cargo.toml')
-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"] |