diff --git a/Cargo.toml b/Cargo.toml index c458e962..d02d555b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,7 +156,7 @@ egui = { version = "0.33", default-features = false, features = ["bytemuck"] } bevy = { version = "0.17.0", default-features = false, features = ["accesskit_unix"] } [target.'cfg(not(any(target_os = "android", target_os = "ios", target_arch = "wasm32")))'.dev-dependencies] -rfd = "0.15" +rfd = "0.16" [target.'cfg(target_arch = "wasm32")'.dependencies] web-sys = { version = "0.3.74", features = [