bevy/tools
Rob Parrett 7db9b08b5f Update clap requirement from 3.2 to 4.0 (#6303)
# Objective

Alternative to #6150

Dependabot's PR doesn't seem to break anything, but there are some deprecations that we might as well fix up.

## Solution

https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#migrating

Update clap in `build-wasm-example` and `span-cmp`. Other tools don't use clap.

Remove references to `value_parser`. It's the default now.

Change `#[clap()]` to `#[arg()]`.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-19 18:54:37 +00:00
..
build-example-pages Fix CI issues arising from use of Rust 1.64 (#6067) 2022-09-22 16:56:43 +00:00
build-wasm-example Update clap requirement from 3.2 to 4.0 (#6303) 2022-10-19 18:54:37 +00:00
ci Warn when passing invalid argument to CI (#5858) 2022-09-02 12:18:45 +00:00
spancmp Update clap requirement from 3.2 to 4.0 (#6303) 2022-10-19 18:54:37 +00:00
example_showcase.sh Small script fix (#2591) 2021-08-13 21:57:23 +00:00
publish.sh Generate vertex tangents using mikktspace (#3872) 2022-05-31 22:53:54 +00:00