Skip to content

Commit

Permalink
bump egui
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Jun 23, 2024
1 parent 41d3b07 commit 37e724c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 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.26"
bevy_egui = "0.27"
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.13", default-features = false, features = [
"wayland",
"png",
] }
bevy_egui = "0.26"
bevy_egui = "0.27"
geo = "0.28"
geo-projected = { path = "../geo-projected" }
rgis-events = { path = "../rgis-events" }
Expand Down
4 changes: 2 additions & 2 deletions rgis-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ bevy = { version = "0.13", default-features = false, features = [
"wayland",
"png",
] }
bevy_egui = "0.26"
egui_plot = "0.26"
bevy_egui = "0.27"
egui_plot = "0.27"
geo-features = { path = "../geo-features" }
geo-file-loader = { path = "../geo-file-loader" }
geo-projected = { path = "../geo-projected" }
Expand Down

0 comments on commit 37e724c

Please sign in to comment.