48 lines
1.2 KiB
TOML
48 lines
1.2 KiB
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 = "build_const"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7"
|
|
|
|
[[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 = [
|
|
"build_const",
|
|
"gba",
|
|
"voladdress",
|
|
]
|
|
|
|
[[package]]
|
|
name = "voladdress"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fbf3fef7bc995d3f8350936bdd07966c7a1f96183d52e3f28c29d099d0b5ecc"
|