minifb 0.19.0

Cross-platform window setup with optional bitmap rendering
Documentation
[badges.maintenance]
status = "actively-developed"
[build-dependencies.cc]
version = "1.0"
[dependencies.raw-window-handle]
version = "0.3.3"
[dev-dependencies.png]
version = "0.16"

[features]
default = ["wayland", "x11"]
wayland = ["wayland-client", "wayland-protocols", "wayland-cursor", "tempfile", "xkb", "xkbcommon-sys"]
x11 = ["x11-dl", "xkb"]

[package]
authors = ["Daniel Collin <daniel@collin.com>"]
build = "build.rs"
categories = ["rendering"]
description = "Cross-platform window setup with optional bitmap rendering"
documentation = "https://docs.rs/minifb/0.15/minifb"
edition = "2018"
exclude = ["resources/"]
keywords = ["windowing", "window", "framebuffer"]
license = "MIT/Apache-2.0"
name = "minifb"
readme = "README.md"
repository = "https://github.com/emoon/rust_minifb"
version = "0.19.0"
[target."cfg(not(any(target_os = \"macos\", target_os = \"redox\", windows)))".dependencies.tempfile]
optional = true
version = "3.1.0"

[target."cfg(not(any(target_os = \"macos\", target_os = \"redox\", windows)))".dependencies.wayland-client]
optional = true
version = "0.27"

[target."cfg(not(any(target_os = \"macos\", target_os = \"redox\", windows)))".dependencies.wayland-cursor]
optional = true
version = "0.27"

[target."cfg(not(any(target_os = \"macos\", target_os = \"redox\", windows)))".dependencies.wayland-protocols]
features = ["client", "unstable_protocols"]
optional = true
version = "0.27"

[target."cfg(not(any(target_os = \"macos\", target_os = \"redox\", windows)))".dependencies.x11-dl]
optional = true
version = "2.18.3"

[target."cfg(not(any(target_os = \"macos\", target_os = \"redox\", windows)))".dependencies.xkb]
optional = true
version = "0.2.1"

[target."cfg(not(any(target_os = \"macos\", target_os = \"redox\", windows)))".dependencies.xkbcommon-sys]
optional = true
version = "0.7"
[target."cfg(windows)".dependencies.winapi]
features = ["winuser", "wingdi", "libloaderapi", "errhandlingapi"]
version = "0.3"
[target.x86_64-unknown-redox.dependencies.orbclient]
version = "0.3.20"