summaryrefslogtreecommitdiffstats
path: root/examples/clock/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable logging in `clock` exampleLibravatar Héctor Ramón Jiménez2024-04-301-0/+1
|
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-2/+4
| | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* Replace `chrono` with `time` in `clock` exampleLibravatar Héctor Ramón Jiménez2022-01-121-1/+1
|
* Implement `time::every` in `iced_futures`Libravatar Héctor Ramón Jiménez2020-04-301-3/+1
|
* Remove `Drawable` and rename `State` to `Program`Libravatar Héctor Ramón Jiménez2020-04-281-3/+0
|
* Finish `clock` exampleLibravatar Héctor Ramón Jiménez2020-02-121-1/+3
|
* Draft `Canvas` types and `clock` exampleLibravatar Héctor Ramón Jiménez2020-02-121-0/+13