[package]
name = "winit"
version = "0.8.2"
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
documentation = "https://docs.rs/winit"
readme = "README.md"
keywords = ["windowing"]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/tomaka/winit"
[dependencies.lazy_static]
version = "0.2.2"
[dependencies.libc]
version = "0.2"
[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.dwmapi-sys]
version = "0.1"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.2"
[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2"
[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.8"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.4"
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.9"
[target."cfg(target_os = \"android\")".dependencies.android_glue]
version = "0.2"
[target."cfg(target_os = \"ios\")".dependencies.objc]
version = "0.2"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.tempfile]
version = "2.1"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.wayland-window]
version = "0.8.0"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.wayland-kbd]
version = "0.9.1"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.x11-dl]
version = "2.8"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.wayland-client]
version = "0.9.9"
features = ["dlopen"]
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.wayland-protocols]
version = "0.9.9"
features = ["unstable_protocols"]