diff options
Diffstat (limited to 'graphics/Cargo.toml')
| -rw-r--r-- | graphics/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 6f3be4e..bfc5554 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -16,5 +16,5 @@ workspace = true [features] default = [] -wayland = ["sdl", "raylib/wayland"] +wayland = ["raylib/GLFW_BUILD_WAYLAND", "raylib/wayland"] sdl = ["raylib/sdl"] |