Skip to content

Commit

Permalink
Merge pull request #30 from BlackPhlox/bevy_0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox authored Oct 22, 2023
2 parents 784f1bb + 9d5928f commit 12dc350
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ crossbeam-channel = "0.5.6"

[dev-dependencies]
bevy_egui = { version = "0.20", features = ["immutable_ctx"]}
strum = { version = "0.24", features = ["derive"] }
bevy_mod_picking = "0.12"
strum = { version = "0.25.0", features = ["derive"] }
bevy_mod_picking = "0.14.0"

[dependencies.bevy]
version = "0.10"
version = "0.11.0"
default-features = false

[dev-dependencies.bevy]
version = "0.10"
version = "0.11.0"
features = ["bevy_core_pipeline","bevy_asset", "bevy_scene", "bevy_render", "bevy_winit", "bevy_gltf", "bevy_ui", "bevy_text"]
default-features = false

[target.'cfg(target_os = "linux")'.dev-dependencies.bevy]
version = "0.10"
version = "0.11.0"
features = ["x11", "wayland"]
default-features = false

0 comments on commit 12dc350

Please sign in to comment.