cleaned up new() function

This commit is contained in:
Piotrek
2021-04-12 22:00:24 +02:00
parent a5a82e5b46
commit a661783e7a
3 changed files with 110 additions and 91 deletions
+1
View File
@@ -12,6 +12,7 @@ wgpu = "0.7"
futures = "0.3"
bytemuck = { version = "1.5", features = [ "derive" ] }
image = "0.23.14"
cgmath = "0.18"
[build-dependencies]
anyhow = "1.0"