Skip to content

Commit

Permalink
egui 0.30 support
Browse files Browse the repository at this point in the history
  • Loading branch information
PPakalns committed Dec 22, 2024
1 parent 45b79ab commit 4d2c179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ name = "render_egui_to_image"
required-features = ["render"]

[dependencies]
egui = { version = "0.29", default-features = false }
egui = { version = "0.30", default-features = false }
bevy_app = "0.15.0"
bevy_derive = "0.15.0"
bevy_ecs = "0.15.0"
Expand Down Expand Up @@ -105,7 +105,7 @@ bevy = { version = "0.15.0", default-features = false, features = [
"webgl2",
"android-game-activity",
] }
egui = { version = "0.29", default-features = false, features = ["bytemuck"] }
egui = { version = "0.30", default-features = false, features = ["bytemuck"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
winit = "0.30"
Expand Down

0 comments on commit 4d2c179

Please sign in to comment.