Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.17 KB

version Documentation dependency status

robius-file-dialogs

robius-file-dialogs is a fork of the Rusty File Dialogs (rfd) crate, with minimal compatibility changes for use in the Robius project and other cross-platform applications. In general, it is kept up to date with upstream, where changes beneficial to the broader community are also shared.

Description

Rusty File Dialogs is a cross platform Rust library for using native file open/save dialogs. It provides both asynchronous and synchronous APIs. Supported platforms:

  • Windows
  • macOS
  • Linux & BSDs (GTK3 or XDG Desktop Portal)
  • WASM32 (async only)

Refer to the documentation for more details.

Platform-specific notes

Linux

Please refer to Linux & BSD backends for information about the needed dependencies to be able to compile on Linux.