raytrace-rs/Cargo.toml
2023-11-28 01:02:12 +01:00

15 lines
No EOL
374 B
TOML

[package]
name = "raytrace-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
easy-gltf = "1.1.1"
clap = { version = "4.4.8", features = ["derive"] }
cgmath = "0.18.0"
rayon = "1.8.0"
image = "0.24.7"
rand = "0.8.5"
indicatif = { version = "0.17.7", features = ["rayon"] }