refactor(themes): move colour.rs to komorebi-themes

This commit is contained in:
LGUG2Z
2025-03-31 18:02:46 -07:00
parent d38d3c956d
commit 2ee0bbc0c7
11 changed files with 27 additions and 23 deletions
+6 -1
View File
@@ -8,7 +8,12 @@ base16-egui-themes = { git = "https://github.com/LGUG2Z/base16-egui-themes", rev
catppuccin-egui = { git = "https://github.com/LGUG2Z/catppuccin-egui", rev = "bdaff30959512c4f7ee7304117076a48633d777f", default-features = false, features = ["egui31"] }
#catppuccin-egui = { version = "5", default-features = false, features = ["egui30"] }
eframe = { workspace = true }
schemars = { workspace = true }
schemars = { workspace = true, optional = true }
serde = { workspace = true }
serde_variant = "0.1"
strum = { workspace = true }
hex_color = { version = "3", features = ["serde"] }
[features]
default = ["schemars"]
schemars = ["dep:schemars"]