direct-gui 0.1.19

Simple direct rendering of GUI controls on a buffer
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "direct-gui"
version = "0.1.19"
authors = ["Thomas Versteeg <thomasversteeg@gmx.com>"]
build = "build.rs"
description = "Simple direct rendering of GUI controls on a buffer"
homepage = "https://github.com/tversteeg/direct-gui"
documentation = "https://docs.rs/direct-gui"
readme = "README.md"
keywords = ["gui", "gamedev"]
categories = ["gui", "rendering", "game-engines", "multimedia"]
license = "GPL-3.0"
repository = "https://github.com/tversteeg/direct-gui.git"

[[example]]
name = "button"
path = "examples/button.rs"

[[example]]
name = "label"
path = "examples/label.rs"

[[example]]
name = "sprite"
path = "examples/sprite.rs"
[dependencies.blit]
version = "0.5"

[dependencies.image]
version = "0.18"
[dev-dependencies.minifb]
version = "0.10"
[build-dependencies.blit]
version = "0.5"

[build-dependencies.image]
version = "0.18"
[badges.travis-ci]
repository = "tversteeg/direct-gui"