-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
32 lines (28 loc) · 825 Bytes
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "gba"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "324f09a482e01c65083c6f5cf26136732b3be7c89114792738e6b185abaf7738"
dependencies = [
"voladdress 0.4.5",
]
[[package]]
name = "gba_multiboot_test"
version = "0.1.0"
dependencies = [
"gba",
"voladdress 1.0.2",
]
[[package]]
name = "voladdress"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e1c00b315fa5b67ca61aa4b7ac802c92a014813e5c4c8dc77e2aee6d30527ae"
[[package]]
name = "voladdress"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2157d0419fef2c1108faed387c36bd7c8364e875965d8286aed94b4e8d068708"