prosha/Cargo.toml
2020-02-14 18:39:28 -05:00

13 lines
284 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]
euclid = "0.20.7"
nalgebra = "0.19.0"
stl_io = "0.4.2"