mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-27 11:51:20 +01:00
This stores a constantly updated list of known HWNDs at ~/komorebi.hwnd.json which can be used to restore windows that may disappear into a permanently hidden state during development using a new 'restore-windows' command with komorebic.
18 lines
453 B
TOML
18 lines
453 B
TOML
[package]
|
|
name = "komorebic"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bindings = { package = "bindings", path = "../bindings" }
|
|
komorebi-core = { path = "../komorebi-core" }
|
|
|
|
clap = "3.0.0-beta.2"
|
|
color-eyre = "0.5.11"
|
|
dirs = "3"
|
|
powershell_script = "0.1.5"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
uds_windows = "1" |