From 833c1e085796dc321848ee317b2a5644103e6a59 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 24 Oct 2025 09:37:26 -0400 Subject: graphics: refactor Renderer to not use unsafe, and allow nested modes --- graphics/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/Cargo.toml') 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 -- cgit v1.2.3-freya