add simple ci and allow annoying lints

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2024-10-21 23:18:30 +02:00
parent 81b65c4718
commit da659899d4
6 changed files with 68 additions and 2 deletions

View File

@@ -11,3 +11,7 @@ keywords = ["gamedev", "bevy", "Xr", "Vr"]
[dependencies]
bevy.workspace = true
[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"