Skip to content

Commit

Permalink
Bump bevy to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray committed Nov 4, 2023
1 parent 391dc5e commit 591290d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories = ["game-development", "accessibility", "gui"]
repository = "https://github.com/nicopap/ui-navigation"
homepage = "https://github.com/nicopap/ui-navigation"
exclude = ["assets", ".github"]
version = "0.32.0"
version = "0.33.0"
rust-version = "1.70"
edition = "2021"

Expand All @@ -21,8 +21,8 @@ pointer_focus = ["bevy_mod_picking"]
cuicui_chirp = ["cuicui_dsl", "dep:cuicui_chirp"]

[dependencies]
bevy = { version = "0.11", default-features = false, features = ["bevy_asset"] }
bevy_mod_picking = { version = "0.15.0", optional = true, default-features = false }
bevy = { version = "0.12", default-features = false, features = ["bevy_asset"] }
bevy_mod_picking = { version = "0.16.0", optional = true, default-features = false }
cuicui_chirp = { version = "0.10.0", optional = true, default-features = false, features = ["macros"] }
cuicui_dsl = { version = "0.10.0", optional = true }
non-empty-vec = { version = "0.2.2", default-features = false }
Expand All @@ -31,7 +31,7 @@ non-empty-vec = { version = "0.2.2", default-features = false }
fastrand = "1.7"
cuicui_layout_bevy_ui = { version = "0.10.0", default-features = false }
cuicui_layout = { version = "0.10.0", default-features = false }
bevy = { version = "0.11", default-features = false, features = ["bevy_asset", "png", "x11", "default_font"] }
bevy = { version = "0.12", default-features = false, features = ["bevy_asset", "png", "x11", "default_font"] }

[[example]]
name = "ultimate_menu_navigation"
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ fn return_trigger_action(mut requests: EventWriter<NavRequest>, input: Res<Input

| bevy | latest supporting version |
|------|--------|
| 0.11 | 0.33.0 |
| 0.11 | 0.32.0 |
| 0.10 | 0.24.1 |
| 0.9 | 0.23.1 |
Expand Down

0 comments on commit 591290d

Please sign in to comment.