winit 0.25.0

Cross-platform window creation library.
Documentation
[dependencies.bitflags]
version = "1"

[dependencies.instant]
version = "0.1"

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2.64"

[dependencies.log]
version = "0.4"

[dependencies.mint]
optional = true
version = "0.5.6"

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

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1"
[dev-dependencies.image]
version = "0.23.12"

[dev-dependencies.simple_logger]
version = "1.9"

[features]
default = ["x11", "wayland"]
stdweb = ["std_web", "instant/stdweb"]
wayland = ["wayland-client", "sctk"]
web-sys = ["web_sys", "wasm-bindgen", "instant/wasm-bindgen"]
x11 = ["x11-dl", "mio", "mio-misc", "percent-encoding", "parking_lot"]

[package]
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
categories = ["gui"]
description = "Cross-platform window creation library."
documentation = "https://docs.rs/winit"
edition = "2018"
keywords = ["windowing"]
license = "Apache-2.0"
name = "winit"
readme = "README.md"
repository = "https://github.com/rust-windowing/winit"
version = "0.25.0"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = ["serde", "web-sys"]
targets = ["i686-pc-windows-msvc", "x86_64-pc-windows-msvc", "i686-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-unknown-unknown"]
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.objc]
version = "0.2.7"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.mio]
features = ["os-ext"]
optional = true
version = "0.7"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.mio-misc]
optional = true
version = "1.0"

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

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

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

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

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.x11-dl]
optional = true
version = "2.18.5"
[target."cfg(target_arch = \"wasm32\")".dependencies.std_web]
features = ["experimental_features_which_may_break_on_minor_version_bumps"]
optional = true
package = "stdweb"
version = "=0.4.20"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
optional = true
version = "0.2.45"

[target."cfg(target_arch = \"wasm32\")".dependencies.web_sys]
features = ["console", "AddEventListenerOptions", "CssStyleDeclaration", "BeforeUnloadEvent", "Document", "DomRect", "Element", "Event", "EventTarget", "FocusEvent", "HtmlCanvasElement", "HtmlElement", "KeyboardEvent", "MediaQueryList", "MediaQueryListEvent", "MouseEvent", "Node", "PointerEvent", "Window", "WheelEvent"]
optional = true
package = "web-sys"
version = "0.3.22"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.console_log]
version = "0.2"
[target."cfg(target_os = \"android\")".dependencies.ndk]
version = "0.3"

[target."cfg(target_os = \"android\")".dependencies.ndk-glue]
version = "0.3"

[target."cfg(target_os = \"android\")".dependencies.ndk-sys]
version = "0.2.0"
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.24"

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

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

[target."cfg(target_os = \"macos\")".dependencies.core-video-sys]
default_features = false
features = ["display_link"]
version = "0.1.4"

[target."cfg(target_os = \"macos\")".dependencies.dispatch]
version = "0.2.0"

[target."cfg(target_os = \"macos\")".dependencies.scopeguard]
version = "1.1"
[target."cfg(target_os = \"windows\")".dependencies.parking_lot]
version = "0.11"

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