refactor to modules; update player based on new prototype

This commit is contained in:
2021-05-15 16:59:51 +01:00
parent 04f86f6aa6
commit 6a0251dc0c
10 changed files with 749 additions and 682 deletions

View File

@@ -7,7 +7,14 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ggez = "^0.5.1"
toml = "^0.5.6"
env_logger = "0.8.3"
image = "0.23.14"
log = "0.4.14"
pixels = "0.3.0"
rodio = "^0.11.0"
rodio-xm = { git = "https://tinybird.dev/max/rodio-xm/", branch = "master" }
serde = "^1.0.114"
serde_derive = "^1.0.114"
toml = "^0.5.6"
winit = "0.24.0"
winit_input_helper = "0.9.0"