glutin 0.9.1

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

[dependencies.libc]
version = "0.2"

[dependencies.shared_library]
version = "0.1.0"

[dependencies.winit]
version = "0.7.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.9.1"
[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os=\"dragonfly\", target_os=\"openbsd\"))".dependencies.osmesa-sys]
version = "0.1.0"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os=\"dragonfly\", target_os=\"openbsd\"))".dependencies.wayland-client]
features = ["egl", "dlopen"]
version = "0.9.5"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os=\"dragonfly\", target_os=\"openbsd\"))".dependencies.x11-dl]
version = "2.4"
[target."cfg(target_os = \"android\")".dependencies.android_glue]
version = "0.2"
[target."cfg(target_os = \"ios\")".dependencies.objc]
version = "0.2"
[target."cfg(target_os = \"macos\")".dependencies.cgl]
version = "0.2"

[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.9"

[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.4"

[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.8"

[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2"
[target."cfg(target_os = \"windows\")".dependencies.dwmapi-sys]
version = "0.1"

[target."cfg(target_os = \"windows\")".dependencies.gdi32-sys]
version = "0.1"

[target."cfg(target_os = \"windows\")".dependencies.kernel32-sys]
version = "0.2"

[target."cfg(target_os = \"windows\")".dependencies.shell32-sys]
version = "0.1"

[target."cfg(target_os = \"windows\")".dependencies.user32-sys]
version = "~0.1.2"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.2"