Skip to content

When using features = ["noscreenshot"], window creation fails with no error on Arch linux distro. #40

@idaho06

Description

@idaho06

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions