glutin 0.21.0-rc2

Cross-platform OpenGL context provider.
Documentation
[dependencies.lazy_static]
version = "1.1"

[dependencies.winit]
version = "^0.19.1"

[features]
icon_loading = ["winit/icon_loading"]
serde = ["winit/serde"]

[package]
authors = ["The glutin contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform OpenGL context provider."
documentation = "https://docs.rs/glutin"
edition = "2018"
keywords = ["windowing", "opengl"]
license = "Apache-2.0"
name = "glutin"
readme = "../README.md"
repository = "https://github.com/tomaka/glutin"
version = "0.21.0-rc2"
[package.metadata.docs.rs]
features = ["icon_loading", "serde"]
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.glutin_gles2_sys]
version = "0.1.2"

[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.objc]
version = "0.2.6"
[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.derivative]
version = "1.0"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.glutin_egl_sys]
version = "0.1.2"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.glutin_glx_sys]
version = "0.1.3"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.libloading]
version = "0.5"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.osmesa-sys]
version = "0.1"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.parking_lot]
version = "0.7"

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

[target."cfg(target_os = \"android\")".dependencies.glutin_egl_sys]
version = "0.1.2"

[target."cfg(target_os = \"android\")".dependencies.parking_lot]
version = "0.7"
[target."cfg(target_os = \"emscripten\")".dependencies.glutin_emscripten_sys]
version = "0.1.0"
[target."cfg(target_os = \"macos\")".dependencies.cgl]
version = "0.2"

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

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

[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.17"
[target."cfg(target_os = \"windows\")".dependencies.glutin_egl_sys]
version = "0.1.2"

[target."cfg(target_os = \"windows\")".dependencies.glutin_wgl_sys]
version = "0.1.2"

[target."cfg(target_os = \"windows\")".dependencies.libloading]
version = "0.5"

[target."cfg(target_os = \"windows\")".dependencies.parking_lot]
version = "0.7"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["winnt", "winuser", "wingdi", "libloaderapi"]
version = "0.3"