You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few locations in the code that now check for an EPROTO result (EPROTO is from the nix crate). EPROTO is not available via nix on OpenBSD, so the build fails, causing newer versions of the previously working glium/glutin to not build. I will try to read on how to correct this, but I am not familiar enough yet.