Onè
Onè
I haven't quite figured it out yet myself. But usually Ctrl + F5 works for me. But it's worth checking out this part of the readme to see if the...
cargo-machete requires has a higher MSRV so the job failed but I didn't add deps.
Alternative idea is to just add the version number to the [heading](https://github.com/emilk/eframe_template/blob/17bcd1a1e042075abff8b48e7af3524b48839548/src/app.rs#L70) that already exists. Example of alternate approach: https://github.com/c-git/log-viewer/commit/326bea530329831405a795409b578a0c2a2ad222
So I tested adding x11 support by adding the x11 feature flag to efame and that fixed it. I thought I was already on Wayland but when it worked I...
Ok I see, maybe I'll leave the the issue open until the maintainers can weigh in. There needs to at least be an easy way to surface that you need...
Yes that's the fix, I used as well. I don't think it affects newer versions of Ubuntu that use wayland. So I'm on the fence about if we should add...
Created a Pull request https://github.com/emilk/eframe_template/pull/185 to fix this as I suspect it was an oversight. The x11 feature is actually a default.
Do you understand that this has been freely provided by the author? We have no claim to their time. If it's going to slowly for you then try to help....
Add the error message from `cargo deny` so that others can find this issue more easily ``` ID: RUSTSEC-2024-0370 = Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0370 = proc-macro-error's maintainer seems to be unreachable, with...
I use stable rust normally except I want line wrapping for comment which is only available on nightly and I use bacon to run cargo fmt with the following job...