summaryrefslogtreecommitdiffstats
path: root/examples/clock/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* Remove redundant default `chrono` feature in `clock` exampleLibravatar Héctor Ramón Jiménez2024-05-181-1/+1
|
* Fix `clock` example doesn't get the correct local time under unix systemLibravatar Skygrango2024-05-031-2/+1
| | | | | There is a long-standing problem (https://github.com/time-rs/time/issues/293) that has not yet been solved by time-rs Switch to chrono as it seemed to solve the problem (https://github.com/chronotope/chrono/pull/677)
* 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