From 85fa878e5927fe23e8e54e924df688b39215b5bf Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 7 Nov 2025 14:21:03 -0500 Subject: graphics: refactor to get rid of casting hell, use u16 when possible --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ac2f59a..ec8482a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ authors = [ edition = "2024" license = "MIT" publish = false -rust-version = "1.85" +rust-version = "1.87" [workspace.dependencies] dungeon = { path = "dungeon" } -- cgit v1.2.3-freya