raytracing-in-a-weekend/Cargo.toml

12 lines
272 B
TOML
Raw Normal View History

2019-01-22 17:07:51 +00:00
[package]
name = "ria-weekend"
version = "0.1.0"
authors = ["ishanjain28 <ishanjain28@gmail.com>"]
edition = "2018"
[dependencies]
sdl2 = { version = "0.33.0", optional = true }
rand = { version = "0.7.3", features = ["small_rng"] }
rayon = "1.3.0"
packed_simd = "0.3.3"