Skip to content

Commit

Permalink
update to egui 0.27 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhellermann committed Mar 28, 2024
1 parent 18a5388 commit 51fa917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ required-features = ["render"]

[dependencies]
bevy = { version = "0.13", default-features = false, features = ["bevy_asset"] }
egui = { version = "0.26", default-features = false, features = ["bytemuck"] }
egui = { version = "0.27", default-features = false, features = ["bytemuck"] }
webbrowser = { version = "0.8.2", optional = true }

[target.'cfg(not(any(target_arch = "wasm32", target_os = "android")))'.dependencies]
Expand Down

0 comments on commit 51fa917

Please sign in to comment.