summaryrefslogtreecommitdiff
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: extract `material_theme` into separate repo (`pml68/iced_material`)pml682025-06-261-4/+4
|
* feat: update for hot reloading supportpml682025-06-251-1/+1
|
* ci: separate `Lint` and `Test` workflowspml682025-06-161-4/+9
|
* feat: write defaults to newly created config file if it's missingpml682025-06-151-1/+1
|
* chore: extract `iced_drop` into separate repo (`pml68/iced_drop`)pml682025-06-131-1/+1
|
* chore: update depspml682025-06-101-5/+1
|
* chore: update dependenciespml682025-05-251-3/+3
|
* ci: allow `clippy::uninlined_format_args`pml682025-05-131-0/+1
|
* chore: update `iced`pml682025-05-131-2/+2
|
* chore: remove `theme_test`, dependency cleanuppml682025-04-291-3/+4
|
* feat: switch to modified `iced_fontello` for custom Theme supportpml682025-04-281-4/+4
|
* feat(material_theme): create an iced `Palette` for `iced::theme::Base` implpml682025-04-251-1/+2
|
* refactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constantpml682025-04-221-0/+1
|
* refactor: move `material_theme` and `iced_drop` into separate crates dirpml682025-04-151-3/+4
|
* feat: update `iced`, make designer view more usablepml682025-04-151-2/+2
|
* feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)pml682025-04-151-1/+2
|
* refactor: move custom theme into its separate cratepml682025-04-151-9/+18
|
* feat: add custom theme struct with dark and light variantspml682025-04-151-0/+1
|
* chore(deps): bump windows_exe_info from 0.4.2 to 0.5.1dependabot[bot]2025-04-141-1/+1
| | | | | | | | | | | | | | Bumps [windows_exe_info](https://github.com/MasterOfRespawn/windows_exe_info) from 0.4.2 to 0.5.1. - [Commits](https://github.com/MasterOfRespawn/windows_exe_info/commits) --- updated-dependencies: - dependency-name: windows_exe_info dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* feat: remove GTK3 dependencypml682025-03-311-1/+4
|
* ci: add caching, use mold for linkingpml682025-03-231-0/+8
|
* feat: add PKGBUILDpml682025-03-231-1/+1
|
* feat: update `iced`pml682025-02-271-1/+1
|
* feat: switch to personal `iced` fork, work on version infopml682025-02-261-6/+3
|
* feat: update to Rust 2024pml682025-02-211-5/+2
|
* feat: update to `iced` 0.14-devpml682025-02-211-10/+14
|
* refactor: random stuffpml682025-02-161-2/+3
|
* chore: update dependenciespml682025-02-121-6/+10
|
* refactor: get rid of Uuid, use widget::Id directlypml682025-01-251-1/+0
|
* feat: add iced_custom_highlighterpml682025-01-141-0/+4
|
* refactor: remove iced_drop & workspacepml682025-01-111-6/+73
|
* feat: restructure project, start drag and droppml682024-09-231-16/+6
|
* feat: finish codegen for elements **without** propspml682024-09-221-0/+1
| | | | feat: wow
* feat: format children nodes into code (without props)pml682024-09-221-1/+2
|
* feat: add usable state logicpml682024-08-301-1/+3
|
* feat: initial commitpml682024-08-291-0/+12