player avatar - currently bare. need a component for avatar_sprite!

This commit is contained in:
Llywelwyn 2023-10-06 10:06:04 +01:00
parent 44b0674b5a
commit af1040b970
10 changed files with 329 additions and 245 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
notan = { version = "0.10.0", features = ["text"] }
notan = { version = "0.10.0", features = ["text", "audio"] }
bracket-lib = { git = "https://github.com/amethyst/bracket-lib.git", rev = "851f6f08675444fb6fa088b9e67bee9fd75554c6", features = ["serde"] }
regex = "1.3.6"
specs = { version = "0.16.1", features = ["serde"] }