Skip to content

Commit

Permalink
win32: Bump user32-sys req for MapVirtualKeyA
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuk committed Sep 22, 2015
1 parent 48f3962 commit 4af72a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Cargo.lock
target/
*~
#*#
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,31 +56,31 @@ core-graphics = "0"
winapi = "0.2"
shell32-sys = "0.1"
gdi32-sys = "0.1"
user32-sys = "~0.1.1"
user32-sys = "~0.1.2"
kernel32-sys = "0.1"
dwmapi-sys = "0.1"

[target.i686-pc-windows-msvc.dependencies]
winapi = "0.2"
shell32-sys = "0.1"
gdi32-sys = "0.1"
user32-sys = "~0.1.1"
user32-sys = "~0.1.2"
kernel32-sys = "0.1"
dwmapi-sys = "0.1"

[target.x86_64-pc-windows-gnu.dependencies]
winapi = "0.2"
shell32-sys = "0.1"
gdi32-sys = "0.1"
user32-sys = "~0.1.1"
user32-sys = "~0.1.2"
kernel32-sys = "0.1"
dwmapi-sys = "0.1"

[target.x86_64-pc-windows-msvc.dependencies]
winapi = "0.2"
shell32-sys = "0.1"
gdi32-sys = "0.1"
user32-sys = "~0.1.1"
user32-sys = "~0.1.2"
kernel32-sys = "0.1"
dwmapi-sys = "0.1"

Expand Down

0 comments on commit 4af72a4

Please sign in to comment.