summaryrefslogtreecommitdiff
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml3
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"]