rust-render/Cargo.toml

12 lines
237 B
TOML
Raw Permalink Normal View History

2020-11-27 00:02:03 -05:00
[package]
name = "render"
version = "0.1.0"
authors = ["Bijan Sheibani"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nalgebra = "0.18"
rand = "0.7.3"