mirror of
https://github.com/Xevion/virtual-desktop-keybinds.git
synced 2025-12-05 23:16:55 -06:00
11 lines
291 B
TOML
11 lines
291 B
TOML
[package]
|
|
name = "virtual-desktop-keybinds"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
mki = "0.2.3"
|
|
windows = { version = "0.48.0", features = ["Win32_UI_Shell", "Win32_Foundation"] }
|