mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
17 lines
371 B
Plaintext
17 lines
371 B
Plaintext
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "1.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||
|
|
||
|
[[package]]
|
||
|
name = "gba"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
]
|