mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-17 14:29:51 +02:00
20 lines
651 B
TOML
20 lines
651 B
TOML
[package]
|
|
name = "komorebi-themes"
|
|
version = "0.1.39"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
base16-egui-themes = { git = "https://github.com/LGUG2Z/base16-egui-themes", rev = "c9008bd5cfa288c926e9ea3aa18c92073f9281bd" }
|
|
catppuccin-egui = { version = "5", default-features = false, features = ["egui32"] }
|
|
eframe = { workspace = true }
|
|
schemars = { workspace = true, optional = true }
|
|
serde = { workspace = true }
|
|
serde_variant = "0.1"
|
|
strum = { workspace = true }
|
|
hex_color = { version = "3", features = ["serde"] }
|
|
flavours = { git = "https://github.com/LGUG2Z/flavours", version = "0.7.2" }
|
|
|
|
[features]
|
|
default = ["schemars"]
|
|
schemars = ["dep:schemars"]
|