summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-10 16:09:10 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-10 16:09:10 -0500
commit28733d46cad17500b2a6df9d2453434b31d7b33f (patch)
tree832013c13abaf589c6061b33189c7acb82c8510d /Cargo.toml
parentAdded player movement check for walkab;e tiles (diff)
downloadDungeonCrawl-28733d46cad17500b2a6df9d2453434b31d7b33f.tar.gz
DungeonCrawl-28733d46cad17500b2a6df9d2453434b31d7b33f.tar.bz2
DungeonCrawl-28733d46cad17500b2a6df9d2453434b31d7b33f.zip
graphics: have raylib enable default features on windows
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d554afc..07cb57d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,6 @@ features = [
"SUPPORT_MODULE_RTEXTURES",
"SUPPORT_MODULE_RTEXT",
"SUPPORT_MODULE_RAUDIO",
- "SUPPORT_CAMERA_SYSTEM",
"SUPPORT_FILEFORMAT_BMP",
"SUPPORT_STANDARD_FILEIO",
"SUPPORT_TRACELOG",