wgpu/Cargo.toml

10 lines
136 B
TOML
Raw Normal View History

[workspace]
members = [
"wgpu-native",
2018-09-22 22:54:19 +00:00
"wgpu-bindings",
2019-02-17 04:49:52 +00:00
"wgpu-remote",
2018-09-26 14:54:09 +00:00
"wgpu-rs",
2018-09-22 22:54:19 +00:00
"examples",
2019-02-01 15:00:17 +00:00
"gfx-examples",
]