Skip to content

Commit

Permalink
fix debugdump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Dec 2, 2024
1 parent 0883948 commit bf467fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bevy_rapier2d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ approx = "0.5.1"
glam = { version = "0.29", features = ["approx"] }
bevy-inspector-egui = "0.28.0"
bevy_egui = "0.31"
# bevy_mod_debugdump = "0.11"
bevy_mod_debugdump = { git = "https://github.com/andriyDev/bevy_mod_debugdump.git", branch = "bevy-0.15" }
bevy_mod_debugdump = { git = "https://github.com/jakobhellermann/bevy_mod_debugdump.git", branch = "main" }

[package.metadata.docs.rs]
# Enable all the features when building the docs on docs.rs
Expand Down

0 comments on commit bf467fb

Please sign in to comment.