40 lines
1,003 B
TOML
40 lines
1,003 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "bitfrob"
|
|
version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a96c7c818dc8807bb1982dd2cba4c7de0ed6eba4ffb5fc24321d1b38676a120"
|
|
|
|
[[package]]
|
|
name = "bracer"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6559b8c3065745016f5cc2d1095273fe8a175e953c976426947ad828d6ba6fda"
|
|
|
|
[[package]]
|
|
name = "gba"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ab90d1de12c1323d80d9850c55d68931512ef7f0462a8c79e92b726f5037ad6"
|
|
dependencies = [
|
|
"bitfrob",
|
|
"bracer",
|
|
"voladdress",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gba-template"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"gba",
|
|
]
|
|
|
|
[[package]]
|
|
name = "voladdress"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fbf3fef7bc995d3f8350936bdd07966c7a1f96183d52e3f28c29d099d0b5ecc"
|