mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
e7c3359c4b
Fixes #12016. Bump version after release This PR has been auto-generated Co-authored-by: Bevy Auto Releaser <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: François <mockersf@gmail.com>
16 lines
390 B
TOML
16 lines
390 B
TOML
[package]
|
|
name = "build-templated-pages"
|
|
version = "0.14.0-dev"
|
|
edition = "2021"
|
|
description = "handle templated pages in Bevy repository"
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
toml_edit = { version = "0.22", default-features = false, features = ["parse"] }
|
|
tera = "1.15"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
bitflags = "2.3"
|