mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-27 11:51:20 +01:00
Bumps [random_word](https://github.com/MitchellRhysHall/random_word) from 0.4.3 to 0.5.0. - [Commits](https://github.com/MitchellRhysHall/random_word/commits) --- updated-dependencies: - dependency-name: random_word dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
451 B
TOML
16 lines
451 B
TOML
[package]
|
|
name = "komorebi-gui"
|
|
version = "0.1.35"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
komorebi-client = { path = "../komorebi-client" }
|
|
|
|
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 } |