Skip to content

Commit

Permalink
2.3.1 - Rule Priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayBox committed Oct 20, 2023
1 parent a3978e8 commit 2497058
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 81 deletions.
119 changes: 64 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wooting-profile-switcher"
description = "Wooting Profile Switcher"
version = "2.3.0"
version = "2.3.1"
authors = ["Shayne Hartford <shaybox@shaybox.com>", "Tony Langhammer"]
edition = "2021"
readme = "README.md"
Expand Down Expand Up @@ -43,7 +43,10 @@ wildflower = "0.3"
wooting-rgb-sys = "0.3"

[target.'cfg(windows)'.dependencies]
windows = { version = "0.51", features = ["Win32_Foundation", "Win32_System_Console"] }
windows = { version = "0.51", features = [
"Win32_Foundation",
"Win32_System_Console",
] }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
Expand Down
Loading

0 comments on commit 2497058

Please sign in to comment.