diff options
Diffstat (limited to 'game/Cargo.toml')
| -rw-r--r-- | game/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/game/Cargo.toml b/game/Cargo.toml index 2cfa795..2792e83 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -15,7 +15,6 @@ graphics.workspace = true workspace = true [features] -default = ["debug"] -debug = ["graphics/debug"] +default = [] wayland = ["graphics/wayland"] sdl = ["graphics/sdl"] |