Merge pull request #511 from thelink2012/drop-win32
[0.3] DroppedFile event for Win32
This commit is contained in:
commit
bb96e8a58a
5 changed files with 35 additions and 2 deletions
|
|
@ -51,6 +51,7 @@ core-graphics = "0"
|
|||
|
||||
[target.i686-pc-windows-gnu.dependencies]
|
||||
winapi = "~0.1.18"
|
||||
shell32-sys = "0.1"
|
||||
gdi32-sys = "0.1"
|
||||
user32-sys = "~0.1.1"
|
||||
kernel32-sys = "0.1"
|
||||
|
|
@ -58,6 +59,7 @@ dwmapi-sys = "0.1"
|
|||
|
||||
[target.x86_64-pc-windows-gnu.dependencies]
|
||||
winapi = "~0.1.18"
|
||||
shell32-sys = "0.1"
|
||||
gdi32-sys = "0.1"
|
||||
user32-sys = "~0.1.1"
|
||||
kernel32-sys = "0.1"
|
||||
|
|
@ -65,6 +67,7 @@ dwmapi-sys = "0.1"
|
|||
|
||||
[target.x86_64-pc-windows-msvc.dependencies]
|
||||
winapi = "~0.1.18"
|
||||
shell32-sys = "0.1"
|
||||
gdi32-sys = "0.1"
|
||||
user32-sys = "~0.1.1"
|
||||
kernel32-sys = "0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue