Skip to content

Commit

Permalink
Remove avian from default features
Browse files Browse the repository at this point in the history
  • Loading branch information
chompaa committed Jan 5, 2025
1 parent b28c811 commit 8e3d6e8
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 @@ -15,7 +15,7 @@ bevy_rapier3d = { version = "0.28", optional = true }
avian3d = { version = "0.2.0", optional = true }

[features]
default = ["avian"]
default = []
avian = ["dep:avian3d"]
rapier = ["dep:bevy_rapier3d"]

Expand Down

0 comments on commit 8e3d6e8

Please sign in to comment.