-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
C-ExamplesAn addition or correction to our examplesAn addition or correction to our examples
Description
With a CLI crate in tree for our examples, this is a great opportunity to show off how Bevy can be used in less conventional contexts. This will make heavy use of a custom runner :)
Switched to google's `argh` crate for command line parsing. It's small, has only dependencies that we already have (syn, quote, serde, proc-macro2), and is still derive-based so brings most of the ergonomics we need. FromArgs has a blanket implementation for anything that implements FromStr. This means we have to implement FromStr for enums.
Originally posted by @superdump in #9596 (comment)
ngdangtu-vn, zoey-on-github and zyrthofar
Metadata
Metadata
Assignees
Labels
C-ExamplesAn addition or correction to our examplesAn addition or correction to our examples