winit 0.15.1

Cross-platform window creation library.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "winit"
version = "0.15.1"
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"
[package.metadata.docs.rs]
features = ["icon_loading"]
[dependencies.image]
version = "0.19"
optional = true

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2"

[features]
icon_loading = ["image"]
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.parking_lot]
version = "0.5"

[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.smithay-client-toolkit]
version = "0.2.2"

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

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\"))".dependencies.x11-dl]
version = "2.17.5"
[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.15"

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

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

[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3.5"
features = ["combaseapi", "dwmapi", "hidusage", "libloaderapi", "objbase", "processthreadsapi", "shellapi", "shobjidl_core", "unknwnbase", "windowsx", "wingdi", "winnt", "winuser"]