summaryrefslogtreecommitdiff
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-10 15:05:45 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-10 15:05:45 -0500
commitcaefd6a78323379cdd39339a4e792a19f0a494f0 (patch)
tree441984c300b1dd81ff40365386b20b5a3dec8bf7 /graphics/Cargo.toml
parentdungeon: new_unchecked should be unsafe (diff)
downloadDungeonCrawl-caefd6a78323379cdd39339a4e792a19f0a494f0.tar.gz
DungeonCrawl-caefd6a78323379cdd39339a4e792a19f0a494f0.tar.bz2
DungeonCrawl-caefd6a78323379cdd39339a4e792a19f0a494f0.zip
graphics: decouple sdl & wayland
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index 6f3be4e..bfc5554 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -16,5 +16,5 @@ workspace = true
[features]
default = []
-wayland = ["sdl", "raylib/wayland"]
+wayland = ["raylib/GLFW_BUILD_WAYLAND", "raylib/wayland"]
sdl = ["raylib/sdl"]