mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Merge #219
219: Update Zerocopy to 0.3 r=kvark a=cwfitzgerald In an effort to eliminate duplicate dependencies, especially on the proc-macro/syn stack, this updates zerocopy 0.2 (using syn 0.6) to zerocopy 0.3 (using syn 1). There appears to be no real api changes based on my skimming of the docs. Things compile on my windows machine, and hopefully it will pass on mac and linux. Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user