summaryrefslogtreecommitdiff
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index 5bb7680..28fd32a 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -7,8 +7,8 @@ edition = "2024"
dungeon = { path = "../dungeon" }
raylib = "5.5"
-[target.'cfg(target_os = "linux")'.dependencies]
-raylib = { version = "5.5", features = ["wayland"] }
+#[target.'cfg(target_os = "linux")'.dependencies]
+#raylib = { version = "5.5", features = ["wayland"] }
[lints]
workspace = true