diff options
author | 2021-01-15 19:04:23 +0100 | |
---|---|---|
committer | 2021-01-15 19:04:23 +0100 | |
commit | 2056304e39c32ef5613eb6e82036586043002c08 (patch) | |
tree | d6f780a018222ed4a4476cfbc634543c7499b462 /examples | |
parent | 984583b0cca86d7ba8f865489cbebeb181349c19 (diff) | |
parent | fd2c96c8e36eb37ea4a53aafe0986b569a4e3753 (diff) | |
download | iced-2056304e39c32ef5613eb6e82036586043002c08.tar.gz iced-2056304e39c32ef5613eb6e82036586043002c08.tar.bz2 iced-2056304e39c32ef5613eb6e82036586043002c08.zip |
Merge pull request #699 from JayceFayne/smol
Add `smol` async runtime support
Diffstat (limited to 'examples')
-rw-r--r-- | examples/stopwatch/Cargo.toml | 2 |
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"] } |