linkmauve
linkmauve
You still have Rust 1.13 in the CI, this one is four years old at this point, is this something you want to keep or should I upgrade it to...
Hi, thanks for this PR! There is just a single issue preventing termios from building on Haiku now, it is this `#[link(name = "c")]` here, on Haiku there is no...
On refresh, the full lyrics disappear, this should be fixed. Also, ideally it would keep that toggled at least in the (web) session.
This is fixed now that #18 has been merged.
Note that you aren’t asking for a fullscreen window, in order to do that you have to pass a `GLFWmonitor` to `glfwCreateWindow()`. I will install GNOME and investigate, thanks for...
Please test on master (glfw-git in AUR, install only the glfw-wayland-git package generated), this should have been fixed for a very long time already.
Someone started working on an Android backend, you may be interested in helping them as there seem to be little activity atm: https://github.com/glfw/glfw/pull/1087 I’m not aware of anyone doing similar...
Note that this isn’t possible on Wayland, there is no protocol written for that yet.
As you can see in #532, back in 2015 there was an implementation for both Wayland and Windows, only missing X11 and Cocoa support. I think you may want to...
Correct, there is no way to specify an icon in the code on Wayland. What you should actually do is install the .desktop and the icon alongside your program, and...