Skip to content

Commit 1842c04

Browse files
authored
upgrade egui to 0.32 (asny#558)
1 parent e6d2fe5 commit 1842c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ three-d-asset = {git = "https://github.com/asny/three-d-asset"}
3030
thiserror = "2"
3131
open-enum = "0.5"
3232
winit = {version = "0.28", optional = true}
33-
egui = { version = "0.30", optional = true }
34-
egui_glow = { version = "0.30", optional = true }
33+
egui = { version = "0.32", optional = true }
34+
egui_glow = { version = "0.32", optional = true }
3535
getrandom = { version = "0.2", features = ["js"], optional = true }
3636
swash = { version = "0.1", optional = true }
3737
lyon = { version = "1", optional = true }

0 commit comments

Comments
 (0)