agb/agb-gbafix/Cargo.lock

41 lines
1,009 B
Plaintext
Raw Normal View History

2023-04-07 06:09:44 +10:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "agb-gbafix"
version = "0.1.0"
dependencies = [
2023-04-07 08:16:38 +10:00
"anyhow",
2023-04-07 06:54:26 +10:00
"bytemuck",
2023-04-07 06:09:44 +10:00
"elf",
2023-04-07 06:54:26 +10:00
"gbafix",
2023-04-07 06:09:44 +10:00
]
2023-04-07 08:16:38 +10:00
[[package]]
name = "anyhow"
version = "1.0.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
2023-04-07 06:54:26 +10:00
[[package]]
name = "bytemuck"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
2023-04-07 06:09:44 +10:00
[[package]]
name = "elf"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2b183d6ce6ca4cf30e3db37abf5b52568b5f9015c97d9fbdd7026aa5dcdd758"
2023-04-07 06:54:26 +10:00
[[package]]
name = "gbafix"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7e47af9d5377b8b0def53d9916f6c28521f2e5b97c5fec137797417c26ab4b7"
dependencies = [
"bytemuck",
]