aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aad57ac..1f7a465 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,12 +38,12 @@ glutin_core_foundation = "0"
[target.i686-pc-windows-gnu.dependencies]
winapi = "0.1"
-gdi32-sys = "*"
-user32-sys = "*"
-kernel32-sys = "*"
+gdi32-sys = "0.1"
+user32-sys = "0.1"
+kernel32-sys = "0.1"
[target.x86_64-pc-windows-gnu.dependencies]
winapi = "0.1"
-gdi32-sys = "*"
-user32-sys = "*"
-kernel32-sys = "*"
+gdi32-sys = "0.1"
+user32-sys = "0.1"
+kernel32-sys = "0.1"