raytracing-in-a-weekend/ria-weekend/Cargo.toml

10 lines
154 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 = "*"
rand = "*"