diff options
Diffstat (limited to 'game')
| -rw-r--r-- | game/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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"] |