# 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 = "convex_hull" version = "0.2.3" authors = ["Mark Hintz"] description = "An implementation of a 3D convex hull algorithm. Comes with an example" readme = "README.md" keywords = ["convex", "hull", "geometry", "3D"] license = "MIT" repository = "https://github.com/mhintz/convex_hull" [dependencies.cgmath] version = "^0.16" [dependencies.glium] version = "0.22.0" [dependencies.half_edge_mesh] version = "^1.1.8" [dependencies.itertools] version = "0.4.8" [dependencies.rand] version = "0.5.5" [dependencies.time] version = "0.1.40"