MichalGniadek / klask

Automatically create GUI applications from clap3 apps
MIT License
376 stars 23 forks source link

Updates eframe and other dependencies #39

Closed Yeicor closed 2 years ago

Yeicor commented 2 years ago

Thanks for this awesome library :wink:. This pull request updates eframe and other dependencies to their latest version.

It ignores clap and uuid as those are already updated in this pull request. Note that I also created a pull request for that pull request which solves the unicode problem and that you may merge directly.

MichalGniadek commented 2 years ago

Thanks for the PR! If you could just run cargo fmt on it and fix one cargo clippy warning, I'm going to merge this after #36.

Yeicor commented 2 years ago

Sure! but it will probably need to wait until the weekend, when I get some time on the computer.