From 3f811ebef76e0b9ad937be34f70515fe626c21a3 Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 24 Mar 2025 11:12:00 +0100 Subject: feat: add custom theme struct with dark and light variants --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3