Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-01-24 | Add `Duration` helpers to `time` module | 1 | -1/+1 | ||
2024-03-07 | Move `Theme` type to `iced_core` | 1 | -1/+1 | ||
2024-02-06 | Fix missing feature flag docs for `time::every` | 1 | -0/+9 | ||
2024-01-10 | Create `layout` example | 1 | -0/+1 | ||
2022-01-28 | Implement `time` module for `wasm-bindgen` backend in `iced_futures` | 1 | -0/+2 | ||
2022-01-28 | Split `iced_futures` into different `backend` implementations | 1 | -11/+1 | ||
2022-01-28 | Enable `instant` only for `wasm32` targets | 1 | -3/+3 | ||
... and hide the dependency under a `time` module in `iced_native` | |||||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -2/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-04-30 | Implement `time::every` in `iced_futures` | 1 | -0/+14 | ||