Add wgpu dependency

This commit is contained in:
mars 2022-04-17 21:55:22 -06:00
parent 776af2acb0
commit 7984976bd5
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ rayon = "1"
slab = "^0.4"
smallvec = "^1.0"
strum = { version = "0.24", features = ["derive"] }
wgpu = "^0.12"