diff options
Diffstat (limited to 'gfx/wgpu/Cargo.toml')
-rw-r--r-- | gfx/wgpu/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gfx/wgpu/Cargo.toml b/gfx/wgpu/Cargo.toml new file mode 100644 index 0000000000..0c0dfcc41f --- /dev/null +++ b/gfx/wgpu/Cargo.toml @@ -0,0 +1,7 @@ +[workspace] +members = [ + "dummy", + "player", + "wgpu-core", + "wgpu-types", +] |