wita 0.4.1

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

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"

[dependencies]
winapi = { version = "0.3.9", features = [
	"libloaderapi",
	"winuser",
	"wingdi",
	"shellscalingapi",
	"windowsx",
	"imm",
	"winerror",
	"shellapi",
	"impl-default",
] }
serde = { version = "1.0.114", features = ["derive"] }
num = "0.3.1"
raw-window-handle = "0.3.3"