add simple ci and allow annoying lints
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
@@ -17,3 +17,7 @@ wgpu = "0.19.3"
|
||||
wgpu-hal = "0.19.3"
|
||||
|
||||
bevy_mod_xr = { path = "../bevy_xr", version = "0.1.0-rc1" }
|
||||
|
||||
[lints.clippy]
|
||||
too_many_arguments = "allow"
|
||||
type_complexity = "allow"
|
||||
|
||||
Reference in New Issue
Block a user