Axel Kappel
Axel Kappel
1. The sync dialog was used 2. The dialog was spawned from a second thread to avoid blocking the winit main thread I would provid a rust-gdb backtrace if i...
It does not seem to be avaliable by default. I ran in to this isssue while trying to run it rust-lang/rustup#2838. Both using the gnu and msvc toolchains.
Use the --locked flag otherwise cargo will select a broken version of libwebp2.
The real fix is forking libwebp2 and fixing the problem upstream.
Related to qnighy/libwebp-sys2-rs#12.
I was not aware but it does not suprise me as the compiler error relates to a missing simd function. I think the error appears any time it is built...
I am not intending to create a drawing program. But I agree that having something like a simple brush to doodle on images would be nice. It does add some...
Was a mistake in my derivation. If I were to contribute `flake.nix` to the repo, would such a PR be accepted? I’m willing to support it. _Originally posted by @GoldsteinE...
Adding a [desktop entry](https://wiki.archlinux.org/title/desktop_entries) for linux would be nice.
Seems interesting. Can it run logic on installation like creating files like a [desktop entry](https://wiki.archlinux.org/title/desktop_entries) or is it just a `cargo install` for binaries?