aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 146cd46..14d7faa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,6 +39,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"
@@ -46,6 +47,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"
@@ -53,6 +55,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"