bevy/tools/build-wasm-example
Mike 0560aa5893 Fix clap for CI (#5005)
# Objective

- Fix CI
- relevant clap issue https://github.com/clap-rs/clap/issues/3822

## Solution

- slap `value_parser` on all the clap derives. This tells clap to use the default parser for the type.
2022-06-13 21:51:16 +00:00
..
src Fix clap for CI (#5005) 2022-06-13 21:51:16 +00:00
Cargo.toml run examples in wasm in CI (#4818) 2022-06-06 20:22:51 +00:00