summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-11 12:02:37 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-11 12:02:37 -0500
commit81f6ca5f0f144b413b1ef03d8b18999ea45a637b (patch)
treed442fe6b48787e21136f34799b36e498982a5afd /graphics
parentengrish (diff)
downloadDungeonCrawl-81f6ca5f0f144b413b1ef03d8b18999ea45a637b.tar.gz
DungeonCrawl-81f6ca5f0f144b413b1ef03d8b18999ea45a637b.tar.bz2
DungeonCrawl-81f6ca5f0f144b413b1ef03d8b18999ea45a637b.zip
add x11 feature
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index 0fe31d0..0240745 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -16,6 +16,7 @@ workspace = true
[features]
default = []
+x11 = ["raylib/GLFW_BUILD_X11"]
wayland = ["raylib/wayland", "raylib/GLFW_BUILD_WAYLAND"]
sdl = ["raylib/sdl", "raylib/SUPPORT_MODULE_RTEXT"]
static = []