
Bump Bevy crates to 0.13.0 in preparation for release. (Note that we accidentally skipped the `0.13.0-dev` step this cycle)
15 lines
333 B
TOML
15 lines
333 B
TOML
[package]
|
|
name = "example-showcase"
|
|
version = "0.13.0"
|
|
edition = "2021"
|
|
description = "Run examples"
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
xshell = "0.2"
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
ron = "0.8"
|
|
toml_edit = { version = "0.21", default-features = false, features = ["parse"] }
|
|
pbr = "1.1"
|