# 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 = "sandvox" version = "0.2.0" authors = ["Benjamin Levy "] description = "The 3D voxel falling-sand game" readme = "README.md" keywords = ["voxel", "sandbox", "falling-sand", "3d", "game"] categories = ["games"] license = "MIT" repository = "https://github.com/io12/Sandvox" [dependencies.cgmath] version = "0.16.1" [dependencies.clamp] version = "0.1.0" [dependencies.glium] version = "0.23.0" [dependencies.image] version = "0.20.1" [dependencies.nd_iter] version = "0.0.4" [dependencies.rand] version = "0.6.4" [dependencies.rand_xorshift] version = "0.1.1" [badges.travis-ci] branch = "master" repository = "io12/Sandvox"