winit 0.27.5

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

[dependencies.instant]
features = ["wasm-bindgen"]
version = "0.1"

[dependencies.log]
version = "0.4"

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

[dependencies.once_cell]
version = "1.12"

[dependencies.raw_window_handle]
package = "raw-window-handle"
version = "0.5"

[dependencies.raw_window_handle_04]
package = "raw-window-handle"
version = "0.4.3"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1"
[dev-dependencies.image]
default-features = false
features = ["png"]
version = "0.24.0"

[dev-dependencies.simple_logger]
default_features = false
version = "2.1.0"

[features]
default = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"]
wayland = ["wayland-client", "wayland-protocols", "sctk"]
wayland-csd-adwaita = ["sctk-adwaita", "sctk-adwaita/title"]
wayland-csd-adwaita-notitle = ["sctk-adwaita"]
wayland-dlopen = ["sctk/dlopen", "wayland-client/dlopen"]
x11 = ["x11-dl", "mio", "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 = "2021"
keywords = ["windowing"]
license = "Apache-2.0"
name = "winit"
readme = "README.md"
repository = "https://github.com/rust-windowing/winit"
rust-version = "1.57.0"
version = "0.27.5"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = ["serde"]
targets = ["i686-pc-windows-msvc", "x86_64-pc-windows-msvc", "x86_64-apple-darwin", "i686-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "x86_64-apple-ios", "aarch64-linux-android", "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.libc]
version = "0.2.64"

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

[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.12.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]
default_features = false
features = ["calloop"]
optional = true
package = "smithay-client-toolkit"
version = "0.16.0"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.sctk-adwaita]
optional = true
version = "0.4.1"

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

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

[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.wasm-bindgen]
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"]
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.7.0"

[target."cfg(target_os = \"android\")".dependencies.ndk-glue]
version = "0.7.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.dispatch]
version = "0.2.0"
[target."cfg(target_os = \"windows\")".dependencies.parking_lot]
version = "0.12"

[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
features = ["Win32_Devices_HumanInterfaceDevice", "Win32_Foundation", "Win32_Globalization", "Win32_Graphics_Dwm", "Win32_Graphics_Gdi", "Win32_Media", "Win32_System_Com_StructuredStorage", "Win32_System_Com", "Win32_System_LibraryLoader", "Win32_System_Ole", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Accessibility", "Win32_UI_Controls", "Win32_UI_HiDpi", "Win32_UI_Input_Ime", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Input_Pointer", "Win32_UI_Input_Touch", "Win32_UI_Shell", "Win32_UI_TextServices", "Win32_UI_WindowsAndMessaging"]
version = "0.36"