Skip to content

Commit

Permalink
Merge pull request #5 from Schmarni-Dev/main
Browse files Browse the repository at this point in the history
make velocity module pub and the xr feature not default
  • Loading branch information
kayhhh authored Sep 29, 2024
2 parents 9898180 + bf33efb commit 4a5cc73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ too_many_arguments = "allow"
type_complexity = "allow"

[features]
default = ["xr"]
xr = ["dep:bevy_mod_openxr", "dep:bevy_mod_xr", "dep:bevy_xr_utils"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub mod input;
mod look;
pub mod movement;
pub mod player;
mod velocity;
pub mod velocity;

pub struct VrControllerPlugin;

Expand Down

0 comments on commit 4a5cc73

Please sign in to comment.