glutin 0.1.4

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

[dependencies]
gl_common = "0.0.4"
lazy_static = "0.1.10"
libc = "0.1"
shared_library = "0.1.0"

[dev-dependencies]
clock_ticks = "0.0.5"

[features]
default = ["window"]
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.1.4"
[target.arm-linux-androideabi.dependencies.android_glue]
version = "0"
[target.arm-unknown-linux-gnueabihf.dependencies]
osmesa-sys = "0.0.5"
wayland-client = "0.1.6"
wayland-kbd = "0.1.1"
x11-dl = "=1.0.1"
[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"
wayland-client = "0.1.6"
wayland-kbd = "0.1.1"
x11-dl = "=1.0.1"
[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"
wayland-client = "0.1.6"
wayland-kbd = "0.1.1"
x11-dl = "=1.0.1"