summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-03-24 11:12:00 +0100
committerpml68 <contact@pml68.dev>2025-04-15 23:46:01 +0200
commit3f811ebef76e0b9ad937be34f70515fe626c21a3 (patch)
tree9f6901c085af123a5369eeabf3757521dc554bcb /Cargo.toml
parentMerge pull request #14 from pml68/dependabot/cargo/windows_exe_info-0.5.1 (diff)
downloadiced-builder-3f811ebef76e0b9ad937be34f70515fe626c21a3.tar.gz
feat: add custom theme struct with dark and light variants
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d646fd7..39e69af 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"