Update zerocopy to 0.3

This commit is contained in:
Connor Fitzgerald
2020-03-26 13:22:44 -04:00
parent 7b15e24eae
commit ce10a47de8

View File

@@ -54,7 +54,7 @@ log = "0.4"
png = "0.15"
winit = "0.22"
rand = "0.7.2"
zerocopy = "0.2"
zerocopy = "0.3"
futures = "0.3"
#[patch."https://github.com/gfx-rs/wgpu"]