parse input from file

This commit is contained in:
2019-07-27 05:46:42 +02:00
parent de5fa84ac7
commit 39b136d799
5 changed files with 151 additions and 32 deletions

View File

@@ -13,4 +13,7 @@ shaderc = "0.5.0"
cgmath = "0.17"
winit = "0.19"
image = "0.22.0"
tobj = "0.1.8"
tobj = "0.1.8"
serde = "1.0.97"
serde_derive = "1.0.97"
toml = "0.5.1"