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"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
use bevy::{
|
||||
app::Plugin,
|
||||
ecs::{component::Component, entity::Entity, world::Command},
|
||||
hierarchy::BuildWorldChildren,
|
||||
log::{error, warn},
|
||||
@@ -8,7 +7,7 @@ use bevy::{
|
||||
};
|
||||
|
||||
use crate::{
|
||||
session::{XrSessionCreated, XrTrackingRoot},
|
||||
session:: XrTrackingRoot,
|
||||
spaces::XrSpaceLocationFlags,
|
||||
};
|
||||
pub const HAND_JOINT_COUNT: usize = 26;
|
||||
|
||||
Reference in New Issue
Block a user