Skip to content

Commit 540d8a5

Browse files
committed
1.1.0 - Automation scripting
1 parent 2b8d913 commit 540d8a5

File tree

4 files changed

+266
-53
lines changed

4 files changed

+266
-53
lines changed

Cargo.lock

Lines changed: 197 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "wooting-profile-switcher"
33
description = "Automatically switch Wooting keyboard profiles based on focused window"
4-
version = "1.0.0"
4+
version = "1.1.0"
55
authors = ["Shayne Hartford <shaybox@shaybox.com>"]
66
edition = "2021"
77
readme = "README.md"
@@ -13,6 +13,7 @@ license = "MIT"
1313
[dependencies]
1414
active-win-pos-rs = "0.8"
1515
anyhow = "1"
16+
clap = { version = "4.3", features = ["derive"] }
1617
serde = { version = "1", features = ["derive"] }
1718
serde_json = "1"
1819
wooting-rgb-sys = "0.2"

0 commit comments

Comments
 (0)