# 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 = "gobs" version = "0.2.0" authors = ["Daniel Parnell "] description = "A port of some parts of PolyVox from C++ to Rust" homepage = "https://github.com/dparnell/gobs" readme = "README.md" keywords = ["3d", "geometry", "meshing", "voxel"] categories = ["graphics", "multimedia", "rendering"] license = "CC-BY-4.0" repository = "https://github.com/dparnell/gobs" [dependencies.vek] version = "0.13.0" [dev-dependencies.dot_vox] version = "4.1.0" [dev-dependencies.glium] version = "0.29.0" [dev-dependencies.glutin] version = "0.26.0" [dev-dependencies.itertools] version = "0.10.0"