Files
komorebi/komorebi-gui/Cargo.toml
2024-07-15 17:11:35 -07:00

14 lines
385 B
TOML

[package]
name = "komorebi-gui"
version = "0.1.29"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
egui_extras = { version = "0.28" }
eframe = "0.28"
komorebi-client = { path = "../komorebi-client" }
serde_json = "1"
random_word = { version = "0.4.3", features = ["en"] }
windows = { workspace = true }