winit 0.19.5

Cross-platform window creation library.
Documentation
[dependencies.image]
optional = true
version = "0.21"

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.raw-window-handle]
version = "0.3"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1"

[features]
icon_loading = ["image"]

[package]
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
categories = ["gui"]
description = "Cross-platform window creation library."
documentation = "https://docs.rs/winit"
keywords = ["windowing"]
license = "Apache-2.0"
name = "winit"
readme = "README.md"
repository = "https://github.com/rust-windowing/winit"
version = "0.19.5"
[package.metadata.docs.rs]
features = ["icon_loading", "serde"]
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.parking_lot]
version = "0.9"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.percent-encoding]
version = "2.0"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.smithay-client-toolkit]
version = "0.4.3"

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

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

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

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

[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2.3"
[target."cfg(target_os = \"windows\")".dependencies.backtrace]
version = "0.3"

[target."cfg(target_os = \"windows\")".dependencies.bitflags]
version = "1"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["combaseapi", "dwmapi", "errhandlingapi", "hidusage", "libloaderapi", "objbase", "ole2", "processthreadsapi", "shellapi", "shellscalingapi", "shobjidl_core", "unknwnbase", "winbase", "windowsx", "winerror", "wingdi", "winnt", "winuser"]
version = "0.3.6"