Skip to content

Commit

Permalink
Added missing winapi feature
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel committed Nov 1, 2024
1 parent cf619a2 commit 7a0205f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ ddc-i2c = "^0.2"
uinput = "^0.1"

[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "^0.3", features = ["winuser", "libloaderapi"] }
winapi = { version = "^0.3", features = ["winuser", "libloaderapi", "wincon"] }
ddc-winapi = "^0.2"
nvapi = "^0.1"

0 comments on commit 7a0205f

Please # to comment.