glutin 0.6.2

Cross-platform OpenGL context provider.
Documentation
[build-dependencies]
gl_generator = "0.5"

[dependencies]
lazy_static = "0.2.0"
libc = "0.2"
shared_library = "0.1.0"

[package]
authors = ["The glutin contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
build = "build.rs"
description = "Cross-platform OpenGL context provider."
documentation = "https://docs.rs/glutin"
keywords = ["windowing", "opengl"]
license = "Apache-2.0"
name = "glutin"
readme = "README.md"
repository = "https://github.com/tomaka/glutin"
version = "0.6.2"
[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os=\"dragonfly\", target_os=\"openbsd\"))".dependencies]
osmesa-sys = "0.1.0"
wayland-kbd = "0.3.3"
wayland-window = "0.2.2"
x11-dl = "2.4"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os=\"dragonfly\", target_os=\"openbsd\"))".dependencies.wayland-client]
features = ["egl", "dlopen"]
version = "0.5.4"
[target."cfg(target_os = \"android\")".dependencies.android_glue]
version = "0.2"
[target."cfg(target_os = \"ios\")".dependencies]
objc = "0.2"
[target."cfg(target_os = \"macos\")".dependencies]
cgl = "0.1"
cocoa = "0.3.2"
core-foundation = "0"
core-graphics = "0.3"
objc = "0.2"
[target."cfg(target_os = \"windows\")".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"