add simple ci and allow annoying lints
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
@@ -11,3 +11,7 @@ keywords = ["gamedev", "bevy", "Xr", "Vr"]
|
||||
|
||||
[dependencies]
|
||||
bevy.workspace = true
|
||||
|
||||
[lints.clippy]
|
||||
too_many_arguments = "allow"
|
||||
type_complexity = "allow"
|
||||
|
||||
Reference in New Issue
Block a user