summaryrefslogtreecommitdiffstats
path: root/native/src/debug (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2-273/+0
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-1/+1
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-4/+4
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-0/+6
... and check those in CI as well!
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez1-1/+1
... and explicitly annotate crates as well.
2022-01-28Enable `instant` only for `wasm32` targetsLibravatar Héctor Ramón Jiménez1-1/+3
... and hide the dependency under a `time` module in `iced_native`
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-3/+1
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2020-07-04Truncate `Debug` messages after 100 charactersLibravatar Héctor Ramón Jiménez1-3/+7
2020-05-28Write documentation for new `iced_winit` APILibravatar Héctor Ramón Jiménez1-0/+1
2020-05-28Write documentation for new `iced_native` APILibravatar Héctor Ramón Jiménez1-0/+5
2020-05-21Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez2-0/+257