diff options
| author | pml68 <contact@pml68.dev> | 2025-03-24 11:12:00 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-15 23:46:01 +0200 |
| commit | 3f811ebef76e0b9ad937be34f70515fe626c21a3 (patch) | |
| tree | 9f6901c085af123a5369eeabf3757521dc554bcb /Cargo.toml | |
| parent | Merge pull request #14 from pml68/dependabot/cargo/windows_exe_info-0.5.1 (diff) | |
| download | iced-builder-3f811ebef76e0b9ad937be34f70515fe626c21a3.tar.gz | |
feat: add custom theme struct with dark and light variants
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ rust-format = "0.3.4" fxhash = "0.2.1" thiserror = "2.0.11" dirs-next = "2.0.0" +dark-light = "2.0.0" [workspace.dependencies.iced] git = "https://github.com/pml68/iced" |
