diff --git a/Cargo.toml b/Cargo.toml index 508dcdd..64fb05b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["egui", "egui-widget", "filesystem", "gui", "input"] categories = ["gui"] [dependencies] -egui = "0.32.1" +egui = "0.33.2" [workspace] members = ["example"] diff --git a/example/Cargo.toml b/example/Cargo.toml index 5cef69a..34d40d9 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" publish = false [dependencies] -egui = "0.32.1" +egui = "0.33.2" eframe = "0.32.1" egui_path_picker = { path = "../" } wasm-bindgen-futures = "0.4.50"