diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-10-24 09:37:26 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-10-24 09:37:26 -0400 |
| commit | 833c1e085796dc321848ee317b2a5644103e6a59 (patch) | |
| tree | fe93d29f2116dfde7c4d2c5f4fb74e928a382fe3 /graphics/Cargo.toml | |
| parent | dungeon: fix hash calculation for floor tiles (diff) | |
| download | DungeonCrawl-833c1e085796dc321848ee317b2a5644103e6a59.tar.gz DungeonCrawl-833c1e085796dc321848ee317b2a5644103e6a59.tar.bz2 DungeonCrawl-833c1e085796dc321848ee317b2a5644103e6a59.zip | |
graphics: refactor Renderer to not use unsafe, and allow nested modes
Diffstat (limited to 'graphics/Cargo.toml')
| -rw-r--r-- | graphics/Cargo.toml | 4 |
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 |