# 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] edition = "2018" name = "direct-gui" version = "0.1.26" authors = ["Thomas Versteeg "] 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.12" [dependencies.image] version = "0.23.3" optional = true [dev-dependencies.minifb] version = "0.16.0" [build-dependencies.blit] version = "0.5.12" [build-dependencies.image] version = "0.23.3" [features] default = ["file-loading"] file-loading = ["image"] [badges.maintenance] status = "deprecated" [badges.travis-ci] repository = "tversteeg/direct-gui"