Skip to content

Commit

Permalink
fix cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
aratama committed Jan 20, 2025
1 parent 154dbb6 commit 0c780e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,12 @@ features = [
"webgpu",

# "x11",

"file_watcher",
]

[target.'cfg(debug_assertions)'.dependencies.bevy]
version = "0.15.0"
default-features = false
features = ["file_watcher"]

[dependencies.bevy_rapier2d]
version = "0.27.0"
Expand Down

0 comments on commit 0c780e0

Please sign in to comment.