summaryrefslogtreecommitdiff
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index e898b04..0fe31d0 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -16,8 +16,9 @@ workspace = true
[features]
default = []
-wayland = ["raylib/GLFW_BUILD_WAYLAND", "raylib/wayland"]
-sdl = ["raylib/sdl"]
+wayland = ["raylib/wayland", "raylib/GLFW_BUILD_WAYLAND"]
+sdl = ["raylib/sdl", "raylib/SUPPORT_MODULE_RTEXT"]
+static = []
# Individual features seem to currently be
# broken on windows