[package] name = "wgpu-sync" description = "Helper for working with wgpu in a multi-threaded context" version.workspace = true license.workspace = true authors.workspace = true edition.workspace = true rust-version.workspace = true publish.workspace = true [dependencies] wgpu = { workspace = true }