Pong
This commit is contained in:
parent
d7f0070a64
commit
d483541dcb
12 changed files with 884 additions and 1 deletions
5
clippy.toml
Normal file
5
clippy.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Bevy query types can get a bit more complicated than usual Rust code.
|
||||
type-complexity-threshold = 1000
|
||||
|
||||
# Bevy systems sometimes rely on a lot of different entities.
|
||||
too-many-arguments-threshold = 10
|
||||
Loading…
Reference in a new issue