From 0fb57c082c1362196e2abd09e9c37fdc818edd7c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 10 Nov 2025 23:27:40 -0500 Subject: graphics: add feature to include assets statically in the binary --- graphics/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics/Cargo.toml') 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 -- cgit v1.2.3-freya