fluxxcode / egui-file-dialog

Full featured and customizable file dialog for egui
MIT License
78 stars 10 forks source link

File Dialog doesnt implement the Send Bound #131

Closed nat3Github closed 3 months ago

nat3Github commented 3 months ago

File Dialog doesnt implement the Send Bound. this is not a bug but limiting the use of FileDialog. Not beeing Send means that it can not be used in a Mutex or across multiple threads.

I found this restriction unnecessaryly strict and changed it. this only required a few trait bounds to be changed, nothing else in the source code.

please feel free to merge this request.

fluxxcode commented 3 months ago

Thanks for implementing. Could you please fix the cargo warnings? Then I'll merge the PR :)

nat3Github commented 3 months ago

thanks! I changed it. cargo check seems ok now. please let me know if something is missing.

fluxxcode commented 3 months ago

Thank you! The changes will be included with v0.6.0.