fenestroj 0.0.3

Easier wrappers for Win32 API stuff, safe when possible
Documentation
[package]
name = "fenestroj"
description = "Easier wrappers for Win32 API stuff, safe when possible"
version = "0.0.3"
authors = ["Lokathor <zefria@gmail.com>"]
repository = "https://github.com/Lokathor/fenestroj"
readme = "README.md"
keywords = ["windows"]
edition = "2018"
license = "Apache-2.0 OR MIT"


# This forces docs.rs to build us on windows, otherwise the build fails and we
# get no docs at all.
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"


[dependencies]
winapi = { version = "0.3", features = ["impl-default", "consoleapi", "errhandlingapi", "handleapi", "processenv", "profileapi", "winbase", "winnt", "winuser"] }


[badges]
appveyor = { repository = "Lokathor/fenestroj" }
travis-ci = { repository = "Lokathor/fenestroj" }