glutin 0.0.31

Cross-plaform OpenGL context provider.
[build-dependencies]
gl_generator = "*"
khronos_api = "*"

[dependencies]
gl_common = "*"
lazy_static = "0.1"
libc = "*"
shared_library = "0.1"

[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."
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.31"
[target.arm-linux-androideabi.dependencies.android_glue]
version = "0"
[target.i686-pc-windows-gnu.dependencies]
gdi32-sys = "0.1"
kernel32-sys = "0.1"
user32-sys = "0.1"
winapi = "0.1"
[target.i686-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
x11 = "*"
[target.x86_64-apple-darwin.dependencies]
glutin_cocoa = "0"
glutin_core_foundation = "0"
glutin_core_graphics = "0"
objc = "0.1"
[target.x86_64-pc-windows-gnu.dependencies]
gdi32-sys = "0.1"
kernel32-sys = "0.1"
user32-sys = "0.1"
winapi = "0.1"
[target.x86_64-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
x11 = "*"