# 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 = "dot_vox_amethyst" version = "0.1.0" authors = ["David Edmonds "] description = "A Rust library for importing and rendering MagicaVoxel .vox files in Amethyst.rs" homepage = "https://docs.rs/dot_vox_amethyst" documentation = "https://docs.rs/dot_vox_amethyst" readme = "README.md" keywords = ["voxel", "MagicaVoxel", "game", "game-dev", "amethyst"] license = "MIT" repository = "https://github.com/davidedmonds/dot_vox_amethyst" [dependencies.amethyst_assets] version = "0.4" [dependencies.amethyst_core] version = "0.3.0" [dependencies.amethyst_renderer] version = "0.8.0" [dependencies.derivative] version = "^1.0.0" [dependencies.dot_vox] version = "^3.0.0" [dependencies.gfx_core] version = "0.8.2" [dependencies.glsl-layout] version = "0.1.1" [dependencies.lazy_static] version = "^1.1.0" [dependencies.log] version = "^0.4.0" [dependencies.specs] version = "^0.12" [dev-dependencies.amethyst] version = "0.8" [dev-dependencies.avow] version = "^0.2"