Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -226/+0 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -1/+1 | |
| | |||||
* | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 1 | -4/+4 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -0/+6 | |
| | | | | ... and check those in CI as well! | ||||
* | Enable `instant` only for `wasm32` targets | 2022-01-28 | 1 | -1/+3 | |
| | | | | ... and hide the dependency under a `time` module in `iced_native` | ||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -3/+1 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Truncate `Debug` messages after 100 characters | 2020-07-04 | 1 | -3/+7 | |
| | |||||
* | Write documentation for new `iced_native` API | 2020-05-28 | 1 | -0/+5 | |
| | |||||
* | Introduce `Program` and `State` | 2020-05-21 | 1 | -0/+211 | |