PolyMeilex / rfd

Rusty File Dialog
MIT License
524 stars 60 forks source link

Make async/blocking api fully optional #156

Open qarmin opened 8 months ago

qarmin commented 8 months ago

When I use blocking api, I don't need async dependencies, but inside Cargo.lock, there is a lot of them

There should be additional features to enable only blocking/asynchronic api