diff --git a/Cargo.toml b/Cargo.toml index f23f1c26..4f353d8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.5.8" +version = "0.5.9" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"] @@ -14,9 +14,6 @@ lazy_static = "0.2.2" libc = "0.2" shared_library = "0.1.5" -# [build-dependencies] -# gl_generator = "0.5" - [target.'cfg(target_os = "android")'.dependencies.android_glue] version = "0.2"