summaryrefslogtreecommitdiffstats
path: root/src/time.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `Duration` helpers to `time` moduleLibravatar Héctor Ramón Jiménez2025-01-241-1/+1
|
* Move `Theme` type to `iced_core`Libravatar Héctor Ramón Jiménez2024-03-071-1/+1
|
* Fix missing feature flag docs for `time::every`Libravatar fogarecious2024-02-061-0/+9
|
* Create `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-101-0/+1
|
* Implement `time` module for `wasm-bindgen` backend in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-281-0/+2
|
* Split `iced_futures` into different `backend` implementationsLibravatar Héctor Ramón Jiménez2022-01-281-11/+1
|
* Enable `instant` only for `wasm32` targetsLibravatar Héctor Ramón Jiménez2022-01-281-3/+3
| | | | ... and hide the dependency under a `time` module in `iced_native`
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-2/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Implement `time::every` in `iced_futures`Libravatar Héctor Ramón Jiménez2020-04-301-0/+14