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