bevy/tools
BD103 abbaa3943e
Small changes to ci tool (#13137)
# Objective

- Many of the items in the `ci` tool use `pub(crate)`, which is
functionally equivalent to `pub` when the crate is not a library.
- A few items are missing documentation.

## Solution

- Make all `pub(crate)` items just `pub`.
- `pub` is easier to type and less obscure, and there's not harm from
this change.
- Add / modify documentation on `CI`, `Prepare`, and `PreparedCommand`.
2024-04-30 00:54:14 +00:00
..
build-templated-pages Remove version field for non-publish crates and update descriptions (#13100) 2024-04-26 11:55:03 +00:00
build-wasm-example Remove version field for non-publish crates and update descriptions (#13100) 2024-04-26 11:55:03 +00:00
ci Small changes to ci tool (#13137) 2024-04-30 00:54:14 +00:00
example-showcase Remove version field for non-publish crates and update descriptions (#13100) 2024-04-26 11:55:03 +00:00
publish.sh Add bevy_dev_tools crate (#11341) 2024-03-06 20:33:05 +00:00