mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-23 00:58:37 +02:00
21 lines
823 B
TOML
21 lines
823 B
TOML
[package]
|
|
name = "komorebi-themes"
|
|
version = "0.1.40"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
base16-egui-themes = { git = "https://github.com/LGUG2Z/base16-egui-themes", rev = "adfed118ab1408f134fd7d8a549ccfe47b99d752" }
|
|
#catppuccin-egui = { version = "5", default-features = false, features = ["egui32"] }
|
|
catppuccin-egui = { git = "https://github.com/LGUG2Z/catppuccin-egui", rev = "b2f95cbf441d1dd99f3c955ef10dcb84ce23c20a", default-features = false, features = ["egui33"] }
|
|
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"]
|