summaryrefslogtreecommitdiff
path: root/iced_builder/Cargo.toml (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: add custom theme codegen for `Project`pml682025-01-041-2/+5
* feat: add config loading, with theming support, limited to Palette for nowpml682024-12-301-4/+8
* refactor!: switch to `uuid` for uuid generationpml682024-12-281-1/+1
* refactor: `views` -> `panes`, `mod.rs` -> `{panes,types}.rs`pml682024-12-261-1/+1
* feat: switch to `blob_uuid` for uuid generationpml682024-12-141-1/+25
* feat: remove `indexmap` in favor of BTreeMappml682024-12-111-6/+5
* feat: switch to `hecrj/iced_fontello` for icon font managementpml682024-12-081-8/+11
* feat: animated theme switching with `iced_anim` cratepml682024-11-061-0/+1
* feat: add error dialogs, windows manifestpml682024-10-301-4/+8
* feat: implement `std::error::Error` for custom `Error` enumpml682024-10-261-0/+1
* feat: implement d&d for new elementspml682024-10-211-0/+1
* feat: update to iced 0.13.1, basic project state file, prepare for drag&droppml682024-10-041-2/+3
* feat: rework RenderedElement, prepare for JSON project formatpml682024-09-281-0/+2
* feat: restructure project, start drag and droppml682024-09-231-0/+21