bevy/tools/build-wasm-example/Cargo.toml
Coder-Joe458 8f5345573c
Remove manual --cfg docsrs (#14376)
# Objective

- Fixes #14132 

## Solution

- Remove the cfg docsrs
2024-07-22 18:58:04 +00:00

19 lines
346 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
[package.metadata.docs.rs]
rustdoc-args = ["-Zunstable-options"]
all-features = true