Skip to content

Commit

Permalink
revert changes that were not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ironpeak committed Dec 31, 2024
1 parent de7043e commit 4daec60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/benches_common_2d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"

[dependencies]
bevy = { version = "0.15", default-features = false }
avian2d = { path = "../avian2d", default-features = false, features = ["2d"] }
avian2d = { path = "../avian2d", default-features = false }
criterion = "0.5"
2 changes: 1 addition & 1 deletion crates/benches_common_3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"

[dependencies]
bevy = { version = "0.15", default-features = false }
avian3d = { path = "../avian3d", default-features = false, features = ["3d"] }
avian3d = { path = "../avian3d", default-features = false }
criterion = "0.5"
2 changes: 1 addition & 1 deletion crates/examples_common_2d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ bevy = { version = "0.15", default-features = false, features = [
"bevy_window",
"x11", # github actions runners don't have libxkbcommon installed, so can't use wayland
] }
avian2d = { path = "../avian2d", default-features = false, features = ["2d"] }
avian2d = { path = "../avian2d", default-features = false }
2 changes: 1 addition & 1 deletion crates/examples_common_3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ bevy = { version = "0.15", default-features = false, features = [
"bevy_window",
"x11", # github actions runners don't have libxkbcommon installed, so can't use wayland
] }
avian3d = { path = "../avian3d", default-features = false, features = ["3d"] }
avian3d = { path = "../avian3d", default-features = false }

0 comments on commit 4daec60

Please sign in to comment.