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
Maybe a config error but couldn't find anything related
I'm trying to build raylib-rs on my laptop running Wayland on NixOS.
The program builds normally but when I try to run the executable I get the following error:
WARNING: GLFW: Error: 65542 Description: GLX: Failed to load GLX
WARNING: GLFW: Failed to initialize Window
thread 'main' panicked at /home/bm69/.cargo/registry/src/index.crates.io-6f17d22bba15001f/raylib-3.7.0/src/core/mod.rs:208:13:
Attempting to create window failed!
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Note that the "wayland" feature is no longer recognized so the readme is outdated as of version 3.7.
Here are the packages I'm installing in my flake.nix file:
Maybe a config error but couldn't find anything related
I'm trying to build raylib-rs on my laptop running Wayland on NixOS.
The program builds normally but when I try to run the executable I get the following error:
Note that the "wayland" feature is no longer recognized so the readme is outdated as of version 3.7.
Here are the packages I'm installing in my flake.nix file:
Some of the glfw packages listed on the readme weren't availble on nixpkgs.
Any help is appreciated
The text was updated successfully, but these errors were encountered: