Skip to content

Commit

Permalink
Bevy 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldom-SE committed Jul 6, 2024
1 parent d0abfd8 commit b6a7d25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ repository = "https://github.com/Seldom-SE/seldom_state"
leafwing_input = ["dep:leafwing-input-manager"]

[dependencies]
leafwing-input-manager = { git = "https://github.com/Leafwing-Studios/leafwing-input-manager", rev = "a603533", default-features = false, optional = true }
bevy = { version = "0.14.0-rc.2", default-features = false }
leafwing-input-manager = { git = "https://github.com/Leafwing-Studios/leafwing-input-manager", rev = "7cc1a52", default-features = false, optional = true }
bevy = { version = "0.14.0", default-features = false }
either = "1.9"

[dev-dependencies]
bevy = "0.14.0-rc.2"
leafwing-input-manager = { git = "https://github.com/Leafwing-Studios/leafwing-input-manager", rev = "a603533" }
bevy = "0.14.0"
leafwing-input-manager = { git = "https://github.com/Leafwing-Studios/leafwing-input-manager", rev = "7cc1a52" }

[[example]]
name = "input"
Expand Down

0 comments on commit b6a7d25

Please sign in to comment.