bevy/tools
BD103 9c17fc2d8d
Restructure ci modules (#13101)
# Objective

- Currently all `ci` commands are in the `subcommands` module. This is
problematic when you want to implement actually subcommands (such as
`cargo r -p ci -- doc check`).
- All command modules include the `_command` suffix, which is redundant.

## Solution

- Move `commands` modules into root crate folder.
- Merge contents of `commands/mod.rs` into `main.rs`.
- Move `commands::subcommands` module into `commands` module.
- Remove the `_command` suffix from all `commands::subcommands` modules.
2024-04-25 18:52:11 +00:00
..
build-templated-pages fail when an example doesn't set doc-scrape-examples (#12964) 2024-04-14 20:07:55 +00:00
build-wasm-example Make feature(doc_auto_cfg) work (#12642) 2024-03-23 02:22:52 +00:00
ci Restructure ci modules (#13101) 2024-04-25 18:52:11 +00:00
example-showcase Fix example showcase wasm window settings patch (#12608) 2024-04-06 22:07:49 +00:00
publish.sh Add bevy_dev_tools crate (#11341) 2024-03-06 20:33:05 +00:00