prosha/Cargo.toml
2019-12-26 22:01:05 -05:00

12 lines
266 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"