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 bbd9b77..0fb5475 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -13,3 +13,4 @@ workspace = true [features] default = ["debug"] debug = ["graphics/debug"] +wayland = ["graphics/wayland"] |