index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Cargo.lock
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
audio: move data out of crate
Freya Murphy
2025-11-24
1
-0
/
+1
*
audio: add scheduling, and optimize atomic operations
Freya Murphy
2025-11-24
1
-0
/
+31
*
audio: refactor into seperate crate
Freya Murphy
2025-11-22
1
-0
/
+8
*
dungeon: switch rng to rand_xoshiro
Freya Murphy
2025-11-18
1
-5
/
+17
*
dungeon: port rands SmallRng to be reproducible
Freya Murphy
2025-11-18
1
-7
/
+5
*
wasm support!
Freya Murphy
2025-11-17
1
-0
/
+76
*
dungeon: switch to only using small rng from rand
Freya Murphy
2025-11-12
1
-40
/
+0
*
minimize dependencies & features
Freya Murphy
2025-11-10
1
-182
/
+23
*
graphics: have some window arguments passed in through cmd args, fix camera pos
Freya Murphy
2025-11-10
1
-0
/
+195
*
update raylib to 5.6-dev
Freya Murphy
2025-11-10
1
-21
/
+47
*
dungeon: refactor astar to not be generic
Freya Murphy
2025-11-08
1
-25
/
+0
*
Basic enemy pathfinding/ai added
Ryan Symons
2025-11-07
1
-0
/
+25
*
dungeon: remove unused rand_chacha
Freya Murphy
2025-10-31
1
-1
/
+0
*
refactor Cargo.toml files
Freya Murphy
2025-10-30
1
-38
/
+29
*
Wave function collapse
Audrey L Fuller
2025-10-30
1
-3
/
+1
*
dungon: use EnumIter from strum to add values methods to enums
Freya Murphy
2025-10-23
1
-0
/
+29
*
graphics: remove anyhow (it was not being used)
Freya Murphy
2025-10-18
1
-7
/
+0
*
initial baseline
Freya Murphy
2025-10-08
1
-0
/
+432