# 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 = "dashing" version = "0.0.2" authors = ["Ian Gowen "] publish = true description = "ASCII-style roguelike engine" categories = ["game-development", "game-engines", "rendering::engine"] license = "Apache-2.0" repository = "https://github.com/igowen/dashing" [dependencies.bytemuck] version = "1.5.0" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4.8" [dependencies.time] version = "0.2" [dependencies.wgpu] version = "0.8" [dependencies.winit] version = "0.24" [dev-dependencies.hamcrest] version = "0.1.5" [dev-dependencies.image] version = "0.20" [dev-dependencies.png] version = "0.16" [dev-dependencies.pretty_env_logger] version = "0.4" [features]