pathtracer/beevee/Cargo.toml

12 lines
266 B
TOML
Raw Normal View History

[package]
name = "beevee"
version = "0.1.0"
authors = ["Bruno BELANYI <brunobelanyi@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nalgebra = "0.20"
2020-03-24 17:52:43 +01:00
pdqselect = "0.1.0"