Johann Woelper
Johann Woelper
Strangely, I cannot reproduce this on PopOS with wayland. Is there anything Arch & Wayland do differently?
Hi, and thanks for the report! Could you have a quick look at [this issue](https://github.com/woelper/oculante/issues/299) and see if it is related? I am not a wayland user, but I was...
Thanks! It is strange that this is a runtime error and succeeds to compile. I've long wanted to get rid of rfd (the native file picker) and made my own...
Yeah, thanks for your flexibility! I am figuring some of this out as well. There is now an unpleasant amount of combinations depending on operating systems and features flags that...
Oh, thanks! These are libraries that do not work on NetBSD. I've excluded certain features such as borderless mode for those operating systems. In this case, I've used `#[cfg(not(target_os =...
Unfortunately, it does not. I've added an issue here to ask for support: https://github.com/fayez-nazzal/mouse_position/issues/3
Sorry for the late reply! You are amazing. Good to hear that! Would you think that adding these patches as a PR to mouse_position makes sense? If they accept that...
Can I close this issue now?
I don't think I understand this issue, could you elaborate please?
The project only depends on shaderc if you enable the `notan/shaderc` feature flag, otherwise it does not. `notan/glsl-to-spirv` is the default feature as that covers most operating systems, so I...