Barugon / egui_file

File dialog for egui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Sync trait to type Filter

dmlary opened this issue · comments

I'm trying to use this file picker in bevy within a component, but I'm unable to because the Filter type is missing the Sync trait.

Would you be opposed to a PR that adds the Sync trait to Filter?

Done: dab49a3