diff --git a/Cargo.toml b/Cargo.toml index eed465d..1f32820 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ wasminterpreters = ["wasmer", "wasmer-wasix"] [dependencies] # === RENDERING === three-d = { version = "=0.18", default-features = false, features = ["egui-gui"], optional = true } -eframe = { version = "=0.29", features = ["persistence", "glow"], optional = true } # Same as three-d (egui) +eframe = { version = "=0.30.0", features = ["persistence", "glow"], optional = true } # Same as three-d (egui) winit = { version = "=0.30", optional = true } # Same as eframe image = { version = "0.25", optional = true } # Required for image loading