mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
# Objective - Fixes #1800, fixes #6984 - Alternative to #7196 - Ensure feature list is always up to date and that all are documented - Help discovery of features ## Solution - Use a template to update the cargo feature list - Use the comment just above the feature declaration as the description - Add the checks to CI - Add the features to the base crate doc
25 lines
654 B
TOML
25 lines
654 B
TOML
status = [
|
|
"build (windows-latest)",
|
|
"build (ubuntu-latest)",
|
|
"build (macos-latest)",
|
|
"build-wasm",
|
|
"build-android",
|
|
"markdownlint",
|
|
"run-examples",
|
|
"run-examples-on-wasm",
|
|
"check-doc",
|
|
"check-missing-examples-in-docs",
|
|
"check-missing-features-in-docs",
|
|
# "check-unused-dependencies",
|
|
"ci",
|
|
"check-compiles",
|
|
"build-and-install-on-iOS",
|
|
"run-examples-on-windows-dx12",
|
|
"build-without-default-features (bevy)",
|
|
"build-without-default-features (bevy_ecs)",
|
|
"build-without-default-features (bevy_reflect)",
|
|
"msrv",
|
|
]
|
|
|
|
use_squash_merge = true
|
|
block_labels = ["S-Pre-Relicense"]
|