bevy/tools/build-wasm-example/Cargo.toml

15 lines
260 B
TOML
Raw Normal View History

[package]
name = "build-wasm-example"
edition = "2021"
description = "Tool for building example for Wasm"
publish = false
license = "MIT OR Apache-2.0"
[dependencies]
xshell = "0.2"
clap = { version = "4.0", features = ["derive"] }
[lints]
workspace = true