# 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 = "half_edge_mesh" version = "1.1.8" authors = ["Mark Hintz "] description = "A basic implementation of the half-edge mesh data structure. It has a bunch of the functions you probably want in a half-edge mesh, but probably not all of them. I'm intending to add more methods and mutation techniques, as I need them for other projects or as I think of them. Pull requests welcome!" readme = "README.md" keywords = ["half", "edge", "mesh", "graphics", "graph"] license = "MIT" repository = "https://github.com/mhintz/half-edge-mesh-rs" [dependencies.approx] version = "^0.1.1" [dependencies.cgmath] version = "^0.16.0"