mirror of
https://github.com/kittywitch/katgba.git
synced 2025-12-22 00:09:17 -08:00
56 lines
1.4 KiB
TOML
56 lines
1.4 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "bitfrob"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4de3bf9292416bc27b97603d1af580e4253138851ce3898f878807b898e90d2d"
|
|
|
|
[[package]]
|
|
name = "bracer"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00248d542917c4ef013367c0907300e9befbbc1f99b12938c9e5a356ab50582d"
|
|
|
|
[[package]]
|
|
name = "bytemuck"
|
|
version = "1.23.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"
|
|
|
|
[[package]]
|
|
name = "gba"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dff72a04df599de9991069ab6807f00e02dc24840e13d16f92dfa2929c4e6950"
|
|
dependencies = [
|
|
"bitfrob",
|
|
"bracer",
|
|
"bytemuck",
|
|
"voladdress",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gbafix"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7e47af9d5377b8b0def53d9916f6c28521f2e5b97c5fec137797417c26ab4b7"
|
|
dependencies = [
|
|
"bytemuck",
|
|
]
|
|
|
|
[[package]]
|
|
name = "katgba"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"gba",
|
|
"gbafix",
|
|
]
|
|
|
|
[[package]]
|
|
name = "voladdress"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75f4a9a7c7e717541992e2405d44d12fb019db4117ec9fcca84b784060b27084"
|