diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-03-20 07:20:53 +0100 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-03-20 07:20:53 +0100 |
commit | 8eac00f007a6d2cb7ea5a57a9f917b9098fe4228 (patch) | |
tree | f3fbd7f1597a69c829dd3cdc899d53ca72b1f8bb | |
parent | 3117ab5b2d473e5677ad60f1092f2f4fd3ed29dc (diff) | |
download | glutin-8eac00f007a6d2cb7ea5a57a9f917b9098fe4228.tar.gz glutin-8eac00f007a6d2cb7ea5a57a9f917b9098fe4228.zip |
Depend on glutin_core_foundation instead of core_foundation
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ [package] name = "glutin" -version = "0.0.10" +version = "0.0.11" authors = ["tomaka <pierre.krieger1708@gmail.com>"] description = "Cross-plaform OpenGL context provider. Important: the crates.io only supports Windows and Linux for the moment." keywords = ["windowing", "opengl"] @@ -42,10 +42,10 @@ version = "0" [target.x86_64-apple-darwin.dependencies.glutin_core_graphics] version = "0" -[target.i686-apple-darwin.dependencies.core_foundation] +[target.i686-apple-darwin.dependencies.glutin_core_foundation] version = "0" -[target.x86_64-apple-darwin.dependencies.core_foundation] +[target.x86_64-apple-darwin.dependencies.glutin_core_foundation] version = "0" [target.i686-pc-windows-gnu.dependencies] |