dgews 0.0.15

Easy multithreaded toy windowing system for learning purposes only
Documentation
[dependencies.winapi]
features = ["minwindef", "windef", "wingdi", "winuser", "libloaderapi", "dwmapi"]
version = "0.3.9"

[package]
authors = ["MrTitanHearted"]
categories = ["gui", "os::windows-apis"]
description = "Easy multithreaded toy windowing system for learning purposes only"
documentation = "https://docs.rs/dgews/latest/dgews/"
edition = "2021"
homepage = "https://github.com/MrTitanHearted/dgews"
include = ["src/", "LICENSE-MIT", "LICENSE-APACHE", "README.md"]
keywords = ["dgews", "windows", "win32", "winapi", "gui"]
license = "MIT/Apache-2.0"
name = "dgews"
readme = "README.md"
repository = "https://github.com/MrTitanHearted/dgews"
version = "0.0.15"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
[profile.dev]
opt-level = 1

[profile.release]
opt-level = 3