Skip to content

Commit

Permalink
Update egui version
Browse files Browse the repository at this point in the history
  • Loading branch information
asny committed Aug 10, 2023
1 parent db321e4 commit 6eab59b
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 = {git = "https://github.com/asny/three-d-asset"}
thiserror = "1"
winit = {version = "0.28", optional = true}
egui = { version = "0.21", optional = true }
egui_glow = { version = "0.21", optional = true }
egui = { version = "0.22", optional = true }
egui_glow = { version = "0.22", optional = true }
getrandom = { version = "0.2", features = ["js"], optional = true }

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

0 comments on commit 6eab59b

Please sign in to comment.