Skip to content

Commit 76cf7da

Browse files
committed
fix: make the might example work
1 parent 3e2db3f commit 76cf7da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: examples/might/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
bevy = { version = "0.13.0", features = ["file_watcher", "dynamic_linking", "jpeg"] }
7+
bevy = { version = "0.13.0", features = [
8+
"file_watcher",
9+
"dynamic_linking",
10+
"jpeg",
11+
] }
812
bevy_editor_pls = "0.8.0"
913
bevy_panorbit_camera = "0.15.0"
1014

0 commit comments

Comments
 (0)