summaryrefslogtreecommitdiffstats
path: root/examples/stopwatch
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-01-15 18:52:12 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-01-15 18:52:12 +0100
commitfd2c96c8e36eb37ea4a53aafe0986b569a4e3753 (patch)
tree273b2728ecc9dc52636e2c06d5871680a6254813 /examples/stopwatch
parentbcc54b0831d3794e2105f591db4c325615d35041 (diff)
downloadiced-fd2c96c8e36eb37ea4a53aafe0986b569a4e3753.tar.gz
iced-fd2c96c8e36eb37ea4a53aafe0986b569a4e3753.tar.bz2
iced-fd2c96c8e36eb37ea4a53aafe0986b569a4e3753.zip
Fix `time::Every` implementation for `smol` runtime
Diffstat (limited to 'examples/stopwatch')
-rw-r--r--examples/stopwatch/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stopwatch/Cargo.toml b/examples/stopwatch/Cargo.toml
index 075aa111..9f935951 100644
--- a/examples/stopwatch/Cargo.toml
+++ b/examples/stopwatch/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2018"
publish = false
[dependencies]
-iced = { path = "../..", features = ["tokio"] }
+iced = { path = "../..", features = ["smol"] }