Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijub committed Apr 5, 2024
1 parent dde824d commit 191821e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ bevy.workspace = true
space_editor_ui.workspace = true
space_prefab.workspace = true
game_app.workspace = true
backtrace-on-stack-overflow = {version = "0.3", optional = true}
backtrace-on-stack-overflow = {version = "0.3"}

# Modules for external crates
space_bevy_xpbd_plugin = { workspace = true, optional = true }
Expand Down Expand Up @@ -132,7 +132,6 @@ codegen-units = 256
incremental = true

[features]
backtrace = ["backtrace-on-stack-overflow"]
bevy_xpbd_3d = ["dep:space_bevy_xpbd_plugin"]
persistence_editor = []
no_event_registration = ["space_prefab/no_event_registration"]
Expand Down

0 comments on commit 191821e

Please sign in to comment.