diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-11-11 12:02:37 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-11-11 12:02:37 -0500 |
| commit | 81f6ca5f0f144b413b1ef03d8b18999ea45a637b (patch) | |
| tree | d442fe6b48787e21136f34799b36e498982a5afd /game | |
| parent | engrish (diff) | |
| download | DungeonCrawl-81f6ca5f0f144b413b1ef03d8b18999ea45a637b.tar.gz DungeonCrawl-81f6ca5f0f144b413b1ef03d8b18999ea45a637b.tar.bz2 DungeonCrawl-81f6ca5f0f144b413b1ef03d8b18999ea45a637b.zip | |
add x11 feature
Diffstat (limited to 'game')
| -rw-r--r-- | game/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/game/Cargo.toml b/game/Cargo.toml index 009b8b4..5cdf4af 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -16,7 +16,8 @@ graphics.workspace = true workspace = true [features] -default = [] +default = ["x11"] +x11 = ["graphics/x11"] wayland = ["graphics/wayland"] sdl = ["graphics/sdl"] static = ["graphics/static"] |