glutin 0.0.13

Cross-plaform OpenGL context provider. Important: the crates.io only supports Windows and Linux for the moment.
[build-dependencies]
gl_generator = "*"
khronos_api = "*"

[dependencies]
gl_common = "*"
libc = "*"

[dev-dependencies]
clock_ticks = "*"

[features]
default = ["window"]
headless = []
window = []

[package]
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
build = "build.rs"
description = "Cross-plaform OpenGL context provider. Important: the crates.io only supports Windows and Linux for the moment."
documentation = "http://tomaka.github.io/glutin/"
keywords = ["windowing", "opengl"]
license = "Apache-2.0"
name = "glutin"
readme = "README.md"
repository = "https://github.com/tomaka/glutin"
version = "0.0.13"
[target.arm-linux-androideabi.dependencies.android_glue]
version = "0"
[target.i686-apple-darwin.dependencies.glutin_cocoa]
version = "0"

[target.i686-apple-darwin.dependencies.glutin_core_foundation]
version = "0"

[target.i686-apple-darwin.dependencies.glutin_core_graphics]
version = "0"
[target.i686-pc-windows-gnu.dependencies]
gdi32-sys = "*"
kernel32-sys = "*"
user32-sys = "*"
winapi = "0.1"
[target.x86_64-apple-darwin.dependencies.glutin_cocoa]
version = "0"

[target.x86_64-apple-darwin.dependencies.glutin_core_foundation]
version = "0"

[target.x86_64-apple-darwin.dependencies.glutin_core_graphics]
version = "0"
[target.x86_64-pc-windows-gnu.dependencies]
gdi32-sys = "*"
kernel32-sys = "*"
user32-sys = "*"
winapi = "0.1"