user32-sys 0.0.1

FFI bindings to user32.
[package]

name = "user32-sys"
version = "0.0.1"
authors = ["Peter Atashian <retep998@gmail.com>"]
description = "FFI bindings to user32."
documentation = "https://retep998.github.io/user32-sys/user32-sys/"
repository = "https://github.com/retep998/user32-sys"
readme = "README.md"
license = "MIT"
build = "build.rs"
links = "user32"

[dependencies]
winapi = "*"