mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
16 lines
477 B
TOML
16 lines
477 B
TOML
[package]
|
|
name = "komorebi-gui"
|
|
version = "0.1.40"
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
komorebi-client = { path = "../komorebi-client", default-features = false }
|
|
|
|
eframe = { workspace = true }
|
|
egui_extras = { workspace = true }
|
|
random_word = { version = "0.5", features = ["en"] }
|
|
serde_json = { workspace = true }
|
|
windows-core = { workspace = true }
|
|
windows = { workspace = true } |