diff --git a/example/Cargo.toml b/example/Cargo.toml index 5cef69a..9c5da6a 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] egui = "0.32.1" -eframe = "0.32.1" +eframe = "0.33.0" egui_path_picker = { path = "../" } wasm-bindgen-futures = "0.4.50" web-sys = "0.3.77"