13 lines
No EOL
302 B
TOML
13 lines
No EOL
302 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" |