mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-17 22:39:46 +02:00
12 lines
393 B
TOML
12 lines
393 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 = "a2c48f45782c5604bf5482d3873021a9fe45ea1a" }
|
|
catppuccin-egui = { version = "5.1", default-features = false, features = ["egui28"] }
|
|
eframe = { workspace = true }
|
|
schemars = { workspace = true }
|
|
serde = { workspace = true }
|