win-win 0.1.0

A semi-opinionated way to create windows on Windows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.winapi]
features = ["winuser"]
version = "0.3.8"

[dependencies.wio]
version = "0.2.2"

[package]
authors = ["Raph Levien <raph.levien@gmail.com>"]
categories = ["os::windows-apis", "gui"]
description = "A semi-opinionated way to create windows on Windows."
edition = "2018"
license = "MIT/Apache-2.0"
name = "win-win"
readme = "README.md"
version = "0.1.0"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"