Skip to content

Commit

Permalink
Merge pull request #65 from Toniman575/update-bevy-egui
Browse files Browse the repository at this point in the history
Update bevy_egui
  • Loading branch information
johanhelsing authored Sep 22, 2024
2 parents 0427b53 + a6a6684 commit 9e2c9b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bevy_egui = ["dep:bevy_egui"]

[dependencies]
bevy = {version = "0.14", features = ["bevy_render"], default-features = false}
bevy_egui = {version = "0.28", optional = true, default-features = false}
bevy_egui = {version = "0.29", optional = true, default-features = false}

[dev-dependencies]
bevy = {version = "0.14", default-features = false, features = [
Expand All @@ -25,8 +25,8 @@ bevy = {version = "0.14", default-features = false, features = [
"bevy_core_pipeline",
"x11", # github actions runners don't have libxkbcommon installed, so can't use wayland
]}
bevy-inspector-egui = { version = "0.25", default-features = false, features = ["bevy_render"]}
bevy_egui = {version = "0.28", default-features = false, features = ["default_fonts"]}
bevy-inspector-egui = { version = "0.26", default-features = false, features = ["bevy_render"]}
bevy_egui = {version = "0.29", default-features = false, features = ["default_fonts"]}
rand = "0.8"

[[example]]
Expand Down

0 comments on commit 9e2c9b9

Please sign in to comment.