Switched to C++

This commit is contained in:
Ben
2020-01-11 15:07:22 +00:00
parent c6256c4118
commit fc4e596a95
6 changed files with 84 additions and 0 deletions

8
rust/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "global_illumination_2d_render"
version = "0.1.0"
authors = ["Ben <benjaminkyd@gmail.com>"]
edition = "2018"
[dependencies]
rand = "0.7.2"