We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d2fe5 commit 1842c04Copy full SHA for 1842c04
Cargo.toml
@@ -30,8 +30,8 @@ three-d-asset = {git = "https://github.com/asny/three-d-asset"}
30
thiserror = "2"
31
open-enum = "0.5"
32
winit = {version = "0.28", optional = true}
33
-egui = { version = "0.30", optional = true }
34
-egui_glow = { version = "0.30", optional = true }
+egui = { version = "0.32", optional = true }
+egui_glow = { version = "0.32", optional = true }
35
getrandom = { version = "0.2", features = ["js"], optional = true }
36
swash = { version = "0.1", optional = true }
37
lyon = { version = "1", optional = true }
0 commit comments