Skip to content

Commit

Permalink
fix: make the might example work
Browse files Browse the repository at this point in the history
  • Loading branch information
alphastrata committed Feb 25, 2024
1 parent 3e2db3f commit 76cf7da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/might/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ version = "0.1.0"
edition = "2021"

[dependencies]
bevy = { version = "0.13.0", features = ["file_watcher", "dynamic_linking", "jpeg"] }
bevy = { version = "0.13.0", features = [
"file_watcher",
"dynamic_linking",
"jpeg",
] }
bevy_editor_pls = "0.8.0"
bevy_panorbit_camera = "0.15.0"

Expand Down

0 comments on commit 76cf7da

Please sign in to comment.