summaryrefslogtreecommitdiffstats
path: root/src/time.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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