Initial wgpu abstraction

This commit is contained in:
Werner
2021-11-09 21:07:16 -03:00
parent 15e8989bef
commit b23bc27f55
25 changed files with 775 additions and 209 deletions

View File

@ -28,6 +28,7 @@ env_logger = "0.9"
image = "0.23"
log = "0.4"
pollster = "0.2"
serde = { version = "1.0", features = ["derive"] }
tobj = "3.0"
wgpu = "0.11"
winit = "0.25"