Skip to content

Commit

Permalink
Fix os specific dependency (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijub authored Apr 7, 2024
1 parent b6401c5 commit b31471b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,13 @@ 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}

# Modules for external crates
space_bevy_xpbd_plugin = { workspace = true, optional = true }

[target.'cfg(target_os = "linux")'.dependencies]
backtrace-on-stack-overflow = {version = "0.3", optional = true}

# For versions 1.74+
[workspace.lints.rust]
future-incompatible = "warn"
Expand Down

0 comments on commit b31471b

Please sign in to comment.