Skip to content

Commit

Permalink
update to 0.11 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Jul 16, 2023
1 parent 34d8121 commit b5a176c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
bevy = "0.10"
bevy = "0.11"
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use bevy::prelude::*;
fn main() {
App::new()
.add_plugins(DefaultPlugins)
.add_startup_system(setup)
.add_systems(Startup, setup)
.run();
}

Expand Down

0 comments on commit b5a176c

Please sign in to comment.