Skip to content

Commit 22bc9ff

Browse files
committed
Add OS X screenshot
Create the screenshots directory. Add to it a screenshot of a single file dialog on OS X El Capitan. Update README.md to display it.
1 parent 16db98f commit 22bc9ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@ Currently, only single file and save dialogs are supported, and the crate has be
3131
}
3232
```
3333

34+
## Screenshot
35+
36+
![Cocoa on El Capitan](screenshots/cocoa_el_capitan.png?raw=true)
37+
3438
## To build
35-
Follow the instructions [here](https://github.com/mlabbe/nativefiledialog/blob/master/README.md) to build the libraries in C and an OS-specific language. Then, set the `NFD_LIB_DIR` environment variable to the path of the directory in which the libraries are stored. Now run `cargo build`.
39+
Follow the instructions [here](https://github.com/mlabbe/nativefiledialog/blob/master/README.md) to build the libraries in C and an OS-specific language. Then, set the `NFD_LIB_DIR` environment variable to the path of the directory in which the libraries are stored. Now run `cargo build`.

screenshots/cocoa_el_capitan.png

239 KB
Loading

0 commit comments

Comments
 (0)