Skip to content

Commit

Permalink
Merge pull request #66 from extrawurst/egui-upgrade
Browse files Browse the repository at this point in the history
egui update
  • Loading branch information
johanhelsing authored Nov 10, 2024
2 parents 9e2c9b9 + 1bd2043 commit 61db487
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.29", optional = true, default-features = false}
bevy_egui = {version = "0.30", 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.26", default-features = false, features = ["bevy_render"]}
bevy_egui = {version = "0.29", default-features = false, features = ["default_fonts"]}
bevy-inspector-egui = { version = "0.27", default-features = false, features = ["bevy_render"]}
bevy_egui = {version = "0.30", default-features = false, features = ["default_fonts"]}
rand = "0.8"

[[example]]
Expand Down

0 comments on commit 61db487

Please sign in to comment.