summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-07 14:21:03 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-07 14:21:03 -0500
commit85fa878e5927fe23e8e54e924df688b39215b5bf (patch)
tree46692a9f05f181a6c878f21d7c4b97a3430a4910 /Cargo.toml
parentgraphics: new UI! (diff)
downloadDungeonCrawl-85fa878e5927fe23e8e54e924df688b39215b5bf.tar.gz
DungeonCrawl-85fa878e5927fe23e8e54e924df688b39215b5bf.tar.bz2
DungeonCrawl-85fa878e5927fe23e8e54e924df688b39215b5bf.zip
graphics: refactor to get rid of casting hell, use u16 when possible
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }