Skip to content

Commit

Permalink
Disable default leafwing features (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlabat authored Oct 11, 2024
1 parent a7aed47 commit d3146a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightyear/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ thiserror = "1.0.50"
seahash = "4.1.0"

# input
leafwing-input-manager = { version = "0.15", optional = true }
leafwing-input-manager = { version = "0.15", default-features = false, optional = true }

# physics
avian2d = { version = "0.1.1", optional = true, default-features = false }
Expand Down

0 comments on commit d3146a7

Please sign in to comment.