porcupine 0.2.4

Rust-y wrapper around some parts of the Win32 API
Documentation
[dependencies.bitflags]
version = "1.2"

[dependencies.cty]
version = "0.2.1"

[dependencies.euclid]
version = "0.20"

[dependencies.lazy_static]
features = ["spin_no_std"]
version = "1"

[dependencies.maybe-uninit]
version = "2"

[dependencies.parking_lot]
optional = true
version = "0.10"

[dependencies.spin]
version = "0.5"

[dependencies.winapi]
features = ["basetsd", "commctrl", "errhandlingapi", "minwindef", "winbase", "windef", "wingdi", "winuser", "wingdi"]
version = "0.3"

[features]
default = ["std"]
std = ["parking_lot", "winapi/std"]

[package]
authors = ["not_a_seagull <jtnunley01@gmail.com>"]
description = "Rust-y wrapper around some parts of the Win32 API"
edition = "2018"
license = "MIT/Apache-2.0"
name = "porcupine"
repository = "https://github.com/not-a-seagull/porcupine"
version = "0.2.4"