Skip to content

Commit

Permalink
Bump egui version to 0.27 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshburkart authored May 29, 2024
1 parent 21638a2 commit 2b1b15d
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 @@ -28,8 +28,8 @@ cgmath = "0.18"
three-d-asset = {version = "0.7"}
thiserror = "1"
winit = {version = "0.28", optional = true}
egui = { version = "0.26", optional = true }
egui_glow = { version = "0.26", optional = true }
egui = { version = "0.27", optional = true }
egui_glow = { version = "0.27", optional = true }
getrandom = { version = "0.2", features = ["js"], optional = true }

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

0 comments on commit 2b1b15d

Please sign in to comment.