[package]
name = "awi"
version = "0.6.0"
authors = ["Jeron A. Lau <jeron.lau@plopgrizzly.com>"]
exclude = ["examples/*", "code_of_conduct.md", "contributing.md", ".gitignore", "_config.yml", "issue_template.md", "icon.png", "icon.ico"]
description = "Create a window and handle it's input."
homepage = "http://plopgrizzly.com/awi"
documentation = "https://docs.rs/awi"
readme = "readme.md"
keywords = ["window", "graphics", "interface", "native", "ffi"]
categories = ["gui", "hardware-support", "os", "rendering"]
license = "MIT"
repository = "https://github.com/plopgrizzly/awi"
[dependencies.afi]
version = "^0.5"
[dependencies.afi_docf]
version = "^0.0"
[dependencies.libc]
version = "^0.2"
[dependencies.stick]
version = "^0.4"