diff options
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 8f16f71..050c314 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -17,4 +17,5 @@ workspace = true [features] default = [] debug = [] -wayland = ["raylib/wayland"] +wayland = ["sdl", "raylib/wayland"] +sdl = ["raylib/sdl"] |