Add dialog example

This commit is contained in:
Jeremy Soller 2024-02-01 15:55:52 -07:00
parent 87ad2f7dd9
commit d271159c07
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
5 changed files with 562 additions and 22 deletions

3
examples/dialog.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
cosmic_files::dialog()
}