mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-29 13:41:56 +02:00
This commit is a squashed commit of all the individual commits that made up PR #1267 - adding various derives and re-exports aimed at improving the komorebi integration surface for third party applications.
15 lines
534 B
TOML
15 lines
534 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 = "911079d" }
|
|
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"
|