mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 00:17:27 +00:00
6f7c554daa
WASM -> Wasm MacOS -> macOS Nothing important, just something that annoyed me for a while :)
14 lines
260 B
TOML
14 lines
260 B
TOML
[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
|