This is CachyOs (Arch) updated. In my Cargo.toml project I have:
raylib = { package = "sola-raylib", version = "6.0", features = ["wayland", "noscreenshot"] }
When running the project, it compiles, no errors, but window does not appear.
If using this:
raylib = { package = "sola-raylib", version = "6.0", features = ["noscreenshot"]}
Project compiles, no errors, window appear, but black content, no render.
Removing the "noscreenshot" option the project compiles and runs correctly.
Can anyone reproduce this problem on other distros?
This does not happen when using version = "5.5".
This is CachyOs (Arch) updated. In my
Cargo.tomlproject I have:When running the project, it compiles, no errors, but window does not appear.
If using this:
Project compiles, no errors, window appear, but black content, no render.
Removing the "noscreenshot" option the project compiles and runs correctly.
Can anyone reproduce this problem on other distros?
This does not happen when using
version = "5.5".