mirror of
https://github.com/bevyengine/bevy
synced 2025-01-04 01:08:57 +00:00
14 lines
273 B
TOML
14 lines
273 B
TOML
|
[package]
|
||
|
name = "build-example-pages"
|
||
|
version = "0.1.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"
|