diff options
author | 2023-01-12 06:24:44 +0100 | |
---|---|---|
committer | 2023-01-12 06:25:59 +0100 | |
commit | c6d0046102bb6951bf0f1f6102f748199c5889e2 (patch) | |
tree | fe4b5212f4fc5dc6123c1441087f8b9d505679ce /native/Cargo.toml | |
parent | fc54d6ba31246157422d092914ba7c1e483129c4 (diff) | |
download | iced-c6d0046102bb6951bf0f1f6102f748199c5889e2.tar.gz iced-c6d0046102bb6951bf0f1f6102f748199c5889e2.tar.bz2 iced-c6d0046102bb6951bf0f1f6102f748199c5889e2.zip |
Use `instant` instead of `wasm-timer` in `iced_core`
Diffstat (limited to 'native/Cargo.toml')
-rw-r--r-- | native/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml index 040ea454..bbf92951 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -14,7 +14,6 @@ debug = [] twox-hash = { version = "1.5", default-features = false } unicode-segmentation = "1.6" num-traits = "0.2" -instant = "0.1" [dependencies.iced_core] version = "0.6" |