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 --- game/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'game') diff --git a/game/Cargo.toml b/game/Cargo.toml index 7b5668e..009b8b4 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -19,3 +19,4 @@ workspace = true default = [] wayland = ["graphics/wayland"] sdl = ["graphics/sdl"] +static = ["graphics/static"] -- cgit v1.2.3-freya