mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
261905f11d
# 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
13 lines
299 B
TOML
13 lines
299 B
TOML
[package]
|
|
name = "build-templated-pages"
|
|
version = "0.9.0"
|
|
edition = "2021"
|
|
description = "handle templated pages in Bevy repository"
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
toml_edit = "0.19"
|
|
tera = "1.15"
|
|
serde = { version = "1.0", features = [ "derive" ] }
|
|
bitflags = "1.3"
|