index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Cargo.toml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
audio: add scheduling, and optimize atomic operations
Freya Murphy
2025-11-24
1
-0
/
+2
*
audio: refactor into seperate crate
Freya Murphy
2025-11-22
1
-1
/
+2
*
audio: create orchestration system
Freya Murphy
2025-11-21
1
-1
/
+1
*
dungeon: switch rng to rand_xoshiro
Freya Murphy
2025-11-18
1
-1
/
+2
*
dungeon: port rands SmallRng to be reproducible
Freya Murphy
2025-11-18
1
-2
/
+2
*
update min rust version to 1.88.0
Freya Murphy
2025-11-17
1
-1
/
+1
*
get wasm building with just nixpkgs, remove docker
Freya Murphy
2025-11-17
1
-0
/
+4
*
wasm support!
Freya Murphy
2025-11-17
1
-0
/
+1
*
graphics: add text message rendering (and sans ig)
Freya Murphy
2025-11-14
1
-0
/
+1
*
Remove wildcard exports/imports
Freya Murphy
2025-11-14
1
-0
/
+1
*
Enable more clippy lints
Freya Murphy
2025-11-14
1
-0
/
+18
*
dungeon: switch to only using small rng from rand
Freya Murphy
2025-11-12
1
-1
/
+1
*
add x11 feature
Freya Murphy
2025-11-11
1
-1
/
+0
*
use fmt fns directly when possible
Freya Murphy
2025-11-10
1
-3
/
+4
*
minimize dependencies & features
Freya Murphy
2025-11-10
1
-3
/
+14
*
more unused features
Freya Murphy
2025-11-10
1
-2
/
+0
*
graphics: have raylib enable default features on windows
Freya Murphy
2025-11-10
1
-1
/
+0
*
graphics: have some window arguments passed in through cmd args, fix camera pos
Freya Murphy
2025-11-10
1
-0
/
+2
*
update raylib to 5.6-dev
Freya Murphy
2025-11-10
1
-1
/
+26
*
graphics: refactor to get rid of casting hell, use u16 when possible
Freya Murphy
2025-11-07
1
-1
/
+1
*
dungeon: remove unused rand_chacha
Freya Murphy
2025-10-31
1
-1
/
+0
*
refactor Cargo.toml files
Freya Murphy
2025-10-30
1
-1
/
+24
*
initial baseline
Freya Murphy
2025-10-08
1
-0
/
+33