glutin 0.4.3

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

[dependencies]
gl_common = "0.1.0"
lazy_static = "0.1.10"
libc = "0.2"
shared_library = "0.1.0"

[dev-dependencies]
clock_ticks = "0.1.0"

[package]
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
build = "build.rs"
description = "Cross-plaform OpenGL context provider."
documentation = "https://tomaka.github.io/glutin/"
keywords = ["windowing", "opengl"]
license = "Apache-2.0"
name = "glutin"
readme = "README.md"
repository = "https://github.com/tomaka/glutin"
version = "0.4.3"
[target.aarch64-apple-ios.dependencies]
objc = "0.1.8"
[target.aarch64-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
wayland-kbd = "0.2.0"
wayland-window = "0.1.0"
x11-dl = "~2.2"

[target.aarch64-unknown-linux-gnu.dependencies.wayland-client]
features = ["egl", "dlopen"]
version = "0.2.1"
[target.arm-linux-androideabi.dependencies.android_glue]
version = "0.1"
[target.arm-unknown-linux-gnueabihf.dependencies]
osmesa-sys = "0.0.5"
wayland-kbd = "0.2.0"
wayland-window = "0.1.0"
x11-dl = "~2.2"

[target.arm-unknown-linux-gnueabihf.dependencies.wayland-client]
features = ["egl", "dlopen"]
version = "0.2.1"
[target.armv7-apple-ios.dependencies]
objc = "0.1.8"
[target.armv7s-apple-ios.dependencies]
objc = "0.1.8"
[target.i386-apple-ios.dependencies]
objc = "0.1.8"
[target.i686-pc-windows-gnu.dependencies]
dwmapi-sys = "0.1"
gdi32-sys = "0.1"
kernel32-sys = "0.2"
shell32-sys = "0.1"
user32-sys = "~0.1.2"
winapi = "0.2"
[target.i686-pc-windows-msvc.dependencies]
dwmapi-sys = "0.1"
gdi32-sys = "0.1"
kernel32-sys = "0.2"
shell32-sys = "0.1"
user32-sys = "~0.1.2"
winapi = "0.2"
[target.i686-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
wayland-kbd = "0.2.0"
wayland-window = "0.1.0"
x11-dl = "~2.2"

[target.i686-unknown-linux-gnu.dependencies.wayland-client]
features = ["egl", "dlopen"]
version = "0.2.1"
[target.x86_64-apple-darwin.dependencies]
cgl = "0.1"
cocoa = "0.2"
core-foundation = "0"
core-graphics = "0"
objc = "0.1.8"
[target.x86_64-apple-ios.dependencies]
objc = "0.1.8"
[target.x86_64-pc-windows-gnu.dependencies]
dwmapi-sys = "0.1"
gdi32-sys = "0.1"
kernel32-sys = "0.2"
shell32-sys = "0.1"
user32-sys = "~0.1.2"
winapi = "0.2"
[target.x86_64-pc-windows-msvc.dependencies]
dwmapi-sys = "0.1"
gdi32-sys = "0.1"
kernel32-sys = "0.2"
shell32-sys = "0.1"
user32-sys = "~0.1.2"
winapi = "0.2"
[target.x86_64-unknown-dragonfly.dependencies]
osmesa-sys = "0.0.5"
wayland-kbd = "0.2.0"
wayland-window = "0.1.0"
x11-dl = "~2.2"

[target.x86_64-unknown-dragonfly.dependencies.wayland-client]
features = ["egl", "dlopen"]
version = "0.2.1"
[target.x86_64-unknown-freebsd.dependencies]
osmesa-sys = "0.0.5"
wayland-kbd = "0.2.0"
wayland-window = "0.1.0"
x11-dl = "~2.2"

[target.x86_64-unknown-freebsd.dependencies.wayland-client]
features = ["egl", "dlopen"]
version = "0.2.1"
[target.x86_64-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
wayland-kbd = "0.2.0"
wayland-window = "0.1.0"
x11-dl = "~2.2"

[target.x86_64-unknown-linux-gnu.dependencies.wayland-client]
features = ["egl", "dlopen"]
version = "0.2.1"