fully implement bevy asset loader

This commit is contained in:
2024-07-31 22:54:55 -04:00
parent 601ede338f
commit 3f174d4e2f
15 changed files with 64 additions and 105 deletions

View File

@@ -9,3 +9,4 @@ edition = "2021"
serde = "1.0.204"
serde_json = "1.0.120"
bevy = "0.14.0"
ron = "0.8.1"