mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-01 06:53:15 +02:00
13 lines
514 B
TOML
13 lines
514 B
TOML
[package]
|
|
name = "komorebi-themes"
|
|
version = "0.1.30"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
base16-egui-themes = { git = "https://github.com/LGUG2Z/base16-egui-themes", rev = "57c38257cb0c6434321320d3746049bd58c34674" }
|
|
catppuccin-egui = { git = "https://github.com/LGUG2Z/catppuccin-egui", rev = "f579847bf2f552b144361d5a78ed8cf360b55cbb" }
|
|
#catppuccin-egui = { version = "5", default-features = false, features = ["egui28"] }
|
|
eframe = { workspace = true }
|
|
schemars = { workspace = true }
|
|
serde = { workspace = true }
|