Skip to content

Commit

Permalink
avian2d remove from default features
Browse files Browse the repository at this point in the history
  • Loading branch information
salam99823 committed Nov 14, 2024
1 parent 618b5f7 commit f000104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cast_precision_loss = { level = "allow", priority = 1 }
pedantic = { level = "warn", priority = 0 }

[features]
default = ["avian2d", "rapier2d", "parallel"]
default = ["rapier2d", "parallel"]
avian2d = ["dep:avian2d"]
rapier2d = ["dep:bevy_rapier2d"]
parallel = ["dep:rayon"]
Expand Down

0 comments on commit f000104

Please sign in to comment.