File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,18 @@ https://woelper.github.io/egui_pick_file/
17
17
18
18
For native:
19
19
20
+ On linux install dependencies of [ rfd] ( https://docs.rs/rfd/latest/rfd/index.html ) as applicable.
21
+ Copied from https://docs.rs/rfd/latest/rfd/#linux--bsd-backends
22
+
23
+ > GTK backend is used with the ` gtk3 ` Cargo feature which is enabled by default. The GTK3
24
+ > backend requires the C library and development headers to be installed to build RFD. The package
25
+ > names on various distributions are:
26
+ > | Distribution | Installation Command |
27
+ > | --------------- | ------------ |
28
+ > | Fedora | dnf install gtk3-devel |
29
+ > | Arch | pacman -S gtk3 |
30
+ > | Debian & Ubuntu | apt install libgtk-3-dev |
31
+
20
32
` cargo run `
21
33
22
34
For web:
You can’t perform that action at this time.
0 commit comments