Update to wgpu 0.12

This commit is contained in:
Werner
2022-03-31 19:52:27 -03:00
parent b23bc27f55
commit 0a24096e90
7 changed files with 18 additions and 12 deletions

@ -1,4 +1,5 @@
#![allow(non_snake_case)]
#![allow(unused_imports)]
pub mod Camera;
pub mod Color;