Skip to content

Commit

Permalink
Changed bevy_input_focus deps to depend on "0.15.0-dev".
Browse files Browse the repository at this point in the history
  • Loading branch information
viridia committed Dec 5, 2024
1 parent b6916df commit 68f883e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions crates/bevy_input_focus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_input_focus"
version = "0.15.0"
version = "0.15.0-dev"
edition = "2021"
description = "Keyboard focus management"
homepage = "https://bevyengine.org"
Expand All @@ -10,12 +10,12 @@ keywords = ["bevy", "color"]
rust-version = "1.76.0"

[dependencies]
bevy_app = { path = "../bevy_app", version = "0.15.0", default-features = false }
bevy_ecs = { path = "../bevy_ecs", version = "0.15.0", default-features = false }
bevy_input = { path = "../bevy_input", version = "0.15.0", default-features = false }
bevy_hierarchy = { path = "../bevy_hierarchy", version = "0.15.0", default-features = false }
bevy_utils = { path = "../bevy_utils", version = "0.15.0", default-features = false }
bevy_window = { path = "../bevy_window", version = "0.15.0", default-features = false }
bevy_app = { path = "../bevy_app", version = "0.15.0-dev", default-features = false }
bevy_ecs = { path = "../bevy_ecs", version = "0.15.0-dev", default-features = false }
bevy_input = { path = "../bevy_input", version = "0.15.0-dev", default-features = false }
bevy_hierarchy = { path = "../bevy_hierarchy", version = "0.15.0-dev", default-features = false }
bevy_utils = { path = "../bevy_utils", version = "0.15.0-dev", default-features = false }
bevy_window = { path = "../bevy_window", version = "0.15.0-dev", default-features = false }

[lints]
workspace = true
Expand Down

0 comments on commit 68f883e

Please sign in to comment.