2023-12-09 09:07:49 +00:00
|
|
|
[package]
|
2024-01-14 08:30:13 +00:00
|
|
|
name = "lsdpack-player"
|
2023-12-09 09:07:49 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-14 06:33:58 +00:00
|
|
|
build_const = { version = "0.2.2", default-features = false }
|
2023-12-09 09:07:49 +00:00
|
|
|
gba = "0.11.3"
|
2024-01-14 06:33:58 +00:00
|
|
|
#once_cell = { version = "1.19.0", default-features = false }
|
|
|
|
voladdress = "*"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
build_const = "0.2.2"
|