Barugon / egui_file

File dialog for egui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot compile 0.5.3 under windows

drehren opened this issue · comments

When compiling egui_file under windows, I get the following error:

error[E0609]: no field `show_hidden` on type `&FileDialog`
  --> .cargo\registry\src\github.com-1ecc6299db9ec823\egui_file-0.5.3\src\lib.rs:85:35
   |
85 |       .field("show_hidden", &self.show_hidden)
   |                                   ^^^^^^^^^^^ unknown field
   |
   = note: available fields are: `path`, `path_edit`, `selected_file`, `filename_edit`, `files` ... and 10 others

Ah yeah, that's unix only. I'll take care of it.

Cool thanks!