summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-14 23:30:05 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-14 23:30:05 -0500
commit65f5143d3e01e111afb960451e0741ddb37be240 (patch)
treed59bc1e885aa31743fd87ebadab8e1728e2cd683 /Cargo.toml
parentgraphics: use 32bit color for atlas (diff)
downloadDungeonCrawl-65f5143d3e01e111afb960451e0741ddb37be240.tar.gz
DungeonCrawl-65f5143d3e01e111afb960451e0741ddb37be240.tar.bz2
DungeonCrawl-65f5143d3e01e111afb960451e0741ddb37be240.zip
graphics: add text message rendering (and sans ig)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 98c9585..fd65dd7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,6 +40,7 @@ features = [
"SUPPORT_MODULE_RTEXTURES",
"SUPPORT_MODULE_RAUDIO",
"SUPPORT_FILEFORMAT_BMP",
+ "SUPPORT_FILEFORMAT_OGG",
"SUPPORT_STANDARD_FILEIO",
"SUPPORT_TRACELOG",
]