summaryrefslogtreecommitdiff
path: root/iced_builder/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: implement very basic playgroundpml682024-10-281-7/+7
| | | | | fix: `is_dirty` was never checked for in the main update fn, allowing unsaved work to easily be overwritten
* feat: implement `std::error::Error` for custom `Error` enumpml682024-10-261-25/+11
|
* feat: add C-S-s keybind for `Save As`pml682024-10-261-0/+1
|
* refactor: extract views from `main.rs` filepml682024-10-251-0/+1
|
* feat: implement d&d for existing elementspml682024-10-241-0/+1
|
* feat: implement d&d for new elementspml682024-10-211-6/+11
| | | | | | `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-0/+85
|
* feat: restructure project, start drag and droppml682024-09-231-0/+0