gecko-dev/gfx/wgpu/Cargo.toml
Dzmitry Malyshau 80b79d4414 Bug 1622846 - WebGPU bindings update to the spec r=jgilbert,webidl,smaug
Updates `wgpu` code as well as our WebIDL bindings.

The `wgpu-types` is a new component crate that has public types available to
Rust applications that target the Web directly.

Differential Revision: https://phabricator.services.mozilla.com/D67013

--HG--
extra : moz-landing-system : lando
2020-03-16 21:32:37 +00:00

8 lines
96 B
TOML

[workspace]
members = [
"wgpu-core",
"wgpu-native",
"wgpu-remote",
"wgpu-types",
]