summaryrefslogtreecommitdiff
path: root/iced_builder/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | c c
* 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
| | | | | | `ActionKind` enum to help generalize d&d actions removed `codegen` module small refactors
* 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