Add JSON file loading and new resmut for storing it but nothing much yet

This commit is contained in:
csd4ni3l
2025-12-23 19:51:06 +01:00
parent 98fd370ee5
commit 612c8ccfa5
4 changed files with 171 additions and 11 deletions

View File

@@ -9,6 +9,8 @@ cpal = "0.17.0"
rand = "0.9.2"
rfd = "0.16.0"
rodio = { version = "0.21.1", features = ["mp3", "wav", "flac", "vorbis"] }
serde = "1.0.228"
serde_json = "1.0.146"
[dependencies.bevy]
version = "0.17.3"