bevy_commandify 0.3.0

A macro for creating bevy commands
Documentation
1
2
3
4
5
error: Name must be an ident, found path
 --> tests/ui/bad_path.rs:3:18
  |
3 | #[command(name = foo::bar)]
  |                  ^^^^^^^^