ash/Cargo.toml
Marijn Suijten 4bbfa54146
Rename examples to ash-examples (#820)
[Dependabot complains] that:

     the binary target name `examples` is forbidden, it conflicts with with cargo's build directory names

And fails to provide dependency upgrades for Rust code.  Fix that by
renaming the folder and crate to `ash-examples`.

[Dependabot complains]: https://github.com/ash-rs/ash/network/updates/748770724
2023-11-17 17:27:28 +01:00

11 lines
152 B
TOML

[workspace]
members = [
"analysis",
"ash",
"ash-examples",
"ash-rewrite",
"ash-window",
"generator",
"generator-rewrite",
]