diff --git a/Cargo.toml b/Cargo.toml index 4f353d8e..20677a13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.5.9" +version = "0.5.10" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"] @@ -24,7 +24,7 @@ objc = "0.2" objc = "0.2" cgl = "0.1" cocoa = "=0.5.2" -core-foundation = "0" +core-foundation = "0.2" core-graphics = "0.4" [target.'cfg(target_os = "windows")'.dependencies]