summaryrefslogtreecommitdiffstats
path: root/examples/editor/Cargo.toml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
* Update `rfd` to `0.13`Libravatar Héctor Ramón Jiménez2024-01-151-1/+1
* Remove `syntect` dependency from `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-191-1/+0
* Introduce new `iced_highlighter` subcrateLibravatar Héctor Ramón Jiménez2023-09-191-1/+1
* Flesh out the `editor` example a bit moreLibravatar Héctor Ramón Jiménez2023-09-181-2/+6
* Implement basic syntax highlighting with `syntect` in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-171-1/+3
* Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez2023-09-121-0/+10