glutin 0.23.0

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

[dependencies.winit]
version = "0.21.0"

[features]
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/rust-windowing/glutin"
version = "0.23.0"
[package.metadata.docs.rs]
features = ["serde"]
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.glutin_gles2_sys]
version = "0.1.4"

[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.glutin_egl_sys]
version = "0.1.4"

[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.6"

[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.log]
version = "0.4"

[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.10"

[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.23"
[target."cfg(target_os = \"android\")".dependencies.android_glue]
version = "0.2"

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

[target."cfg(target_os = \"android\")".dependencies.parking_lot]
version = "0.10"
[target."cfg(target_os = \"emscripten\")".dependencies.glutin_emscripten_sys]
version = "0.1.1"
[target."cfg(target_os = \"macos\")".dependencies.cgl]
version = "0.3"

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

[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.4"

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

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

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

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