[package]
name = "winit"
version = "0.12.0"
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 = "1"
[dependencies.libc]
version = "0.2"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.percent-encoding]
version = "1.0"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.wayland-client]
version = "0.12.0"
features = ["dlopen"]
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.wayland-kbd]
version = "0.13.0"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.wayland-protocols]
version = "0.12.0"
features = ["unstable_protocols"]
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.wayland-window]
version = "0.13.0"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.x11-dl]
version = "2.17"
[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.cocoa]
version = "0.14"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.5"
[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.13"
[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3"
features = ["winnt", "winuser", "wingdi", "shellapi", "dwmapi", "processthreadsapi", "libloaderapi", "windowsx", "hidusage"]