Skip to content

Commit

Permalink
avoid benches dependency to be able to publish
Browse files Browse the repository at this point in the history
benches are moved to bevy_rapier_benches
  • Loading branch information
Vrixyz committed Dec 9, 2024
1 parent c204a7f commit dcf367c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
10 changes: 0 additions & 10 deletions bevy_rapier3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,7 @@ approx = "0.5.1"
glam = { version = "0.29", features = ["approx"] }
bevy-inspector-egui = "0.28"
bevy_egui = "0.31"
divan = "0.1"
bevy_rapier_benches3d = { version = "0.1", path = "../bevy_rapier_benches3d" }

[package.metadata.docs.rs]
# Enable all the features when building the docs on docs.rs
features = ["debug-render-3d", "serde-serialize"]

[[bench]]
name = "cubes"
harness = false

[[bench]]
name = "many_pyramids3"
harness = false
11 changes: 11 additions & 0 deletions bevy_rapier_benches3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ edition = "2021"
rapier3d = { features = ["profiler"], version = "0.22" }
bevy_rapier3d = { version = "0.28", path = "../bevy_rapier3d" }
bevy = { version = "0.15", default-features = false }

[dev-dependencies]
divan = "0.1"

[[bench]]
name = "cubes"
harness = false

[[bench]]
name = "many_pyramids3"
harness = false
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dcf367c

Please sign in to comment.