[build-dependencies.cfg_aliases]
version = "0.1.1"
[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.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]
android-game-activity = ["android-activity/game-activity"]
android-native-activity = ["android-activity/native-activity"]
default = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"]
dox = ["gtk/dox"]
wayland = []
wayland-csd-adwaita = []
wayland-csd-adwaita-crossfont = []
wayland-csd-adwaita-notitle = []
wayland-dlopen = []
x11 = []
[lib]
name = "winit"
[package]
description = "Cross-platform window creation library."
documentation = "https://docs.rs/winit-gtk"
edition = "2021"
keywords = ["windowing"]
license = "Apache-2.0"
name = "winit-gtk"
readme = "README.md"
repository = "https://github.com/wusyong/winit-gtk"
version = "0.28.2"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = ["serde", "dox"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["i686-unknown-linux-gnu", "x86_64-unknown-linux-gnu"]
[target."cfg(all(unix, not(any(target_os = \"redox\", target_arch = \"wasm32\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))".dependencies.cairo-rs]
version = "0.16"
[target."cfg(all(unix, not(any(target_os = \"redox\", target_arch = \"wasm32\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))".dependencies.crossbeam-channel]
version = "0.5"
[target."cfg(all(unix, not(any(target_os = \"redox\", target_arch = \"wasm32\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))".dependencies.gdk]
version = "0.16"
[target."cfg(all(unix, not(any(target_os = \"redox\", target_arch = \"wasm32\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))".dependencies.gdk-pixbuf]
version = "0.16"
[target."cfg(all(unix, not(any(target_os = \"redox\", target_arch = \"wasm32\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))".dependencies.gdk-sys]
version = "0.16"
[target."cfg(all(unix, not(any(target_os = \"redox\", target_arch = \"wasm32\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))".dependencies.gdkwayland-sys]
version = "0.16.0"
[target."cfg(all(unix, not(any(target_os = \"redox\", target_arch = \"wasm32\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))".dependencies.gdkx11-sys]
version = "0.16"
[target."cfg(all(unix, not(any(target_os = \"redox\", target_arch = \"wasm32\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))".dependencies.gio]
version = "0.16"
[target."cfg(all(unix, not(any(target_os = \"redox\", target_arch = \"wasm32\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))".dependencies.glib]
version = "0.16"
[target."cfg(all(unix, not(any(target_os = \"redox\", target_arch = \"wasm32\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))".dependencies.gtk]
version = "0.16"
[target."cfg(all(unix, not(any(target_os = \"redox\", target_arch = \"wasm32\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))".dependencies.x11-dl]
version = "2.18.5"
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.core-foundation]
version = "0.9.3"
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.objc2]
version = ">=0.3.0-beta.3, <0.3.0-beta.4"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".build-dependencies.wayland-scanner]
version = "0.29.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", "EventListenerOptions", "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_arch = \"wasm32\")".dev-dependencies.web-sys]
features = ["CanvasRenderingContext2d"]
version = "0.3.22"
[target."cfg(target_os = \"android\")".dependencies.android-activity]
version = "0.4.0"
[target."cfg(target_os = \"android\")".dependencies.ndk]
version = "0.7.0"
[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.22.3"
[target."cfg(target_os = \"macos\")".dependencies.dispatch]
version = "0.2.0"
[target."cfg(target_os = \"redox\")".dependencies.orbclient]
default-features = false
version = "0.3.42"
[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
version = "0.3"
[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.45"