From 4daec60054673b7e44b88b32513fe7a58382cdaf Mon Sep 17 00:00:00 2001 From: Hrafn Orri Hrafnkelsson Date: Tue, 31 Dec 2024 12:13:25 +0000 Subject: [PATCH] revert changes that were not needed --- crates/benches_common_2d/Cargo.toml | 2 +- crates/benches_common_3d/Cargo.toml | 2 +- crates/examples_common_2d/Cargo.toml | 2 +- crates/examples_common_3d/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/benches_common_2d/Cargo.toml b/crates/benches_common_2d/Cargo.toml index 3016a8cf..0bbe1cc1 100644 --- a/crates/benches_common_2d/Cargo.toml +++ b/crates/benches_common_2d/Cargo.toml @@ -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" diff --git a/crates/benches_common_3d/Cargo.toml b/crates/benches_common_3d/Cargo.toml index 90c850a4..de0c47ac 100644 --- a/crates/benches_common_3d/Cargo.toml +++ b/crates/benches_common_3d/Cargo.toml @@ -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" diff --git a/crates/examples_common_2d/Cargo.toml b/crates/examples_common_2d/Cargo.toml index e60cfadd..88ea0a4b 100644 --- a/crates/examples_common_2d/Cargo.toml +++ b/crates/examples_common_2d/Cargo.toml @@ -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 } diff --git a/crates/examples_common_3d/Cargo.toml b/crates/examples_common_3d/Cargo.toml index dd6bd88c..72cadbb5 100644 --- a/crates/examples_common_3d/Cargo.toml +++ b/crates/examples_common_3d/Cargo.toml @@ -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 }