Skip to content

Commit

Permalink
Merge pull request #4 from DublikuntMux/main
Browse files Browse the repository at this point in the history
Fix: example run issue
  • Loading branch information
SergioRibera authored Aug 12, 2023
2 parents 0f5c712 + 55d6bf7 commit c175425
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 c175425

Please sign in to comment.