wgpu/Cargo.toml

9 lines
117 B
TOML
Raw Normal View History

[workspace]
members = [
"wgpu-native",
2018-09-22 22:54:19 +00:00
"wgpu-bindings",
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",
]