native-dialog-rs
native-dialog-rs copied to clipboard
Many dependencies have fallen behind, leading to incompatibility with, for example, Iced-rs I have updated the dependencies to the most recent versions (the win32 ones, at least) And made a...
https://github.com/DreamWeave-MP/S3LightFixes/actions/runs/18624086321/job/53099267968#step:5:203 Some unsafe function calls in the macOS api now cause build failures. I reverted back to 0.9.0 and everything works okay.
Right now the available methods are: * open_multiple_files * open_single_dir * save_single_file However, there are situations where the user should be allowed to do both. Something like open_multiple_files_or_dirs or open_single_file_or_dir
Currently, native-dialog supports GNU/Linux, BSD, macOS and Windows. That means cross-platform user files-centric apps don't work on on Android and iOS. Adding mobile (Android and iOS) support would expand the...
hello ! what about using the browsers js window.alert for wasm web support ?