Skip to content

Commit

Permalink
Add bevy_rapier2d dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PurityLake committed Dec 10, 2023
1 parent 8cd5835 commit 271a914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"args": [
"run",
"--features",
"bevy/dynamic_linking"
"bevy/dynamic_linking",
"bevy_rapier2d/debug-render-2d"
],
"problemMatcher": [],
"group": {
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ opt-level = 3

[dependencies]
bevy = "0.12.1"
bevy_rapier2d = { version = "0.23.0", features = ["simd-stable"] }
rand = "0.8.5"
serde = "1.0.193"
serde_json = "1.0.108"

0 comments on commit 271a914

Please sign in to comment.