Skip to content

Commit

Permalink
Update to Bevy 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbat00 committed Feb 19, 2024
1 parent e7701ac commit 8cda13d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ name = "ui"
required-features = ["render"]

[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", default-features = false, features = [
bevy = { version = "0.13", default-features = false, features = [
"bevy_asset",
] }
egui = { version = "0.24.0", default-features = false, features = ["bytemuck"] }
Expand All @@ -52,7 +52,7 @@ thread_local = { version = "1.1.0", optional = true }
[dev-dependencies]
once_cell = "1.16.0"
version-sync = "0.9.4"
bevy = { git = "https://github.com/bevyengine/bevy", default-features = false, features = [
bevy = { version = "0.13", default-features = false, features = [
"x11",
"png",
"bevy_pbr",
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ mod tests {
..Default::default()
},
),
..Default::default()
})
.build()
.disable::<WinitPlugin>(),
Expand Down

0 comments on commit 8cda13d

Please sign in to comment.