-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project crashes due unavalibity of ui files when compiling app from crates.io #25
Comments
that will not work as we expect it |
Yes it works in compile time(builder don't need to be set in runtime), so this code Lines 36 to 52 in 58585c3
could be simplified to
|
That will remove the need to |
I did it 👍🏼 |
thank you |
The problem is that
ui
is loaded in runtime.GTK-rs allows to include ui into binary:
https://github.com/qarmin/czkawka/blob/aeeb59d9a6b3429f4c35a9c1f71914293b4981d6/czkawka_gui/src/gui_data.rs#L85-L89
The text was updated successfully, but these errors were encountered: