Update Cargo.toml

This commit is contained in:
Werner
2021-11-03 19:14:41 -03:00
parent 19b9c8c148
commit 20e0028e10

View File

@ -7,6 +7,8 @@ license = "MIT"
edition = "2021" edition = "2021"
publish = false publish = false
default-run = "Renderer"
[[bin]] [[bin]]
name = "Renderer" name = "Renderer"
path = "Source/Main.rs" path = "Source/Main.rs"