Skip to content

Commit

Permalink
bump bevy-egui
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Oct 1, 2024
1 parent 91fc0fc commit df45b0f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rgis-geo-ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
bevy_egui = "0.28"
bevy_egui = "0.29"
geo = "0.28"
geo-features = { path = "../geo-features" }
geo-geom-type = { path = "../geo-geom-type" }
Expand Down
2 changes: 1 addition & 1 deletion rgis-mouse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bevy = { version = "0.14", default-features = false, features = [
"wayland",
"png",
] }
bevy_egui = "0.28"
bevy_egui = "0.29"
geo = "0.28"
geo-projected = { path = "../geo-projected" }
rgis-events = { path = "../rgis-events" }
Expand Down
2 changes: 1 addition & 1 deletion rgis-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bevy = { version = "0.14", default-features = false, features = [
"wayland",
"png",
] }
bevy_egui = "0.28"
bevy_egui = "0.29"
egui_plot = "0.28"
geo-features = { path = "../geo-features" }
geo-file-loader = { path = "../geo-file-loader" }
Expand Down

0 comments on commit df45b0f

Please sign in to comment.