refactor to modules; update player based on new prototype
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user