mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-10 03:03:41 +02:00
14 lines
533 B
TOML
14 lines
533 B
TOML
[package]
|
|
name = "komorebi-themes"
|
|
version = "0.1.34"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
base16-egui-themes = { git = "https://github.com/LGUG2Z/base16-egui-themes", rev = "24362c4" }
|
|
catppuccin-egui = { git = "https://github.com/LGUG2Z/catppuccin-egui", rev = "f85cc3c", default-features = false, features = ["egui30"] }
|
|
#catppuccin-egui = { version = "5", default-features = false, features = ["egui30"] }
|
|
eframe = { workspace = true }
|
|
schemars = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_variant = "0.1"
|
|
strum = "0.26" |