Skip to content

Commit

Permalink
fix: example run issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DublikuntMux committed Aug 12, 2023
1 parent 0f5c712 commit 55d6bf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ opt-level = 1
[profile.dev.package."*"]
opt-level = 3

[dev-dependencies]
bevy = { version = "0.11", default-features = false, features = ["multi-threaded", "bevy_asset", "bevy_winit", "bevy_render", "bevy_sprite", "png"] }

[dependencies]
bevy = { version = "0.11", default-features = false }
bevy_tweening = "0.8"
Expand Down

0 comments on commit 55d6bf7

Please sign in to comment.