wita 0.15.4

A window library in Rust for Windows
Documentation
[package]
name = "wita"
version = "0.15.4"
authors = ["LNSEAB <691752+LNSEAB@users.noreply.github.com>"]
edition = "2018"
keywords = ["windows"]
categories = ["gui"]
description = "A window library in Rust for Windows"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/LNSEAB/wita"
documentation = "https://docs.rs/wita"

[features]
raw_input = []

[dependencies]
serde = { version = "1.0.136", optional = true, features = ["derive"] }
num = "0.4.0"
raw-window-handle = "0.4.3"
log = "0.4.16"

[dependencies.windows]
version = "0.36.1"
features = [
	"alloc",
	"Win32_Foundation",
	"Win32_Security",
	"Win32_Devices_HumanInterfaceDevice",
	"Win32_Graphics_Gdi",
	"Win32_Globalization",
	"Win32_UI_Controls",
	"Win32_UI_HiDpi",
	"Win32_UI_Input",
	"Win32_UI_Input_KeyboardAndMouse",
	"Win32_UI_Input_Ime",
	"Win32_UI_Shell",
	"Win32_UI_WindowsAndMessaging",
	"Win32_Storage_FileSystem",
	"Win32_System_WindowsProgramming",
	"Win32_System_Diagnostics_Debug",
	"Win32_System_Memory",
	"Win32_System_LibraryLoader",
]

[dev-dependencies]
anyhow = "1.0.57"
serde_json = "1.0.79"

[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]
default-target = "x86_64-pc-windows-msvc"
all-features = true
rustdoc-args = ["--cfg", "docsrs"]