# 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 = "piston3d-gfx_voxel" version = "0.27.0" authors = ["Ty Overby ", "eddyb", "Sven Nilsen "] description = "A voxel rendering library on top of Gfx" homepage = "https://github.com/pistondevelopers/gfx_voxel" documentation = "https://docs.rs/piston3d-gfx_voxel" readme = "README.md" keywords = ["gfx", "3d", "voxel", "piston"] license = "MIT" repository = "https://github.com/pistondevelopers/gfx_voxel.git" [lib] name = "gfx_voxel" [dependencies.array] version = "0.0.1" [dependencies.gfx] version = "0.17.0" [dependencies.image] version = "0.21.0" features = ["png"] default-features = false [dependencies.piston-gfx_texture] version = "0.35.0"