prosha/Cargo.toml
2020-02-08 11:52:18 -05:00

13 lines
286 B
TOML

[package]
name = "mesh_scratch"
version = "0.1.0"
authors = ["Chris Hodapp <hodapp87@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tri-mesh = "0.4.0"
euclid = "0.20.7"
nalgebra = "0.19.0"