mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 22:50:19 +00:00
920543c824
Preparing next release This PR has been auto-generated
13 lines
273 B
TOML
13 lines
273 B
TOML
[package]
|
|
name = "build-example-pages"
|
|
version = "0.9.0"
|
|
edition = "2021"
|
|
description = "handle examples in Bevy"
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
toml = "0.5"
|
|
tera = "1.15"
|
|
serde = { version = "1.0", features = [ "derive" ] }
|
|
bitflags = "1.3"
|