You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119 lines
3.0 KiB
119 lines
3.0 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 3 |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "const-zero" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1d3d68618a1f2c2d86e0bd2adec82e31960ca11aaeb5f353ff01746a4e08f36" |
|
|
|
[[package]] |
|
name = "ctru-rs" |
|
version = "0.7.1" |
|
source = "git+https://github.com/Meziu/ctru-rs.git#ac6c81e7819185be46576af3441f5260d39a2320" |
|
dependencies = [ |
|
"bitflags", |
|
"cfg-if", |
|
"const-zero", |
|
"ctru-sys", |
|
"libc", |
|
"linker-fix-3ds", |
|
"once_cell", |
|
"pthread-3ds", |
|
"toml", |
|
"widestring", |
|
] |
|
|
|
[[package]] |
|
name = "ctru-sys" |
|
version = "0.4.1" |
|
source = "git+https://github.com/Meziu/ctru-rs.git#ac6c81e7819185be46576af3441f5260d39a2320" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.132" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" |
|
|
|
[[package]] |
|
name = "linker-fix-3ds" |
|
version = "0.1.0" |
|
source = "git+https://github.com/Meziu/rust-linker-fix-3ds.git#d5d3be4a0da876df6d6ac55cc8b48488713e149a" |
|
dependencies = [ |
|
"ctru-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" |
|
|
|
[[package]] |
|
name = "pthread-3ds" |
|
version = "0.1.0" |
|
source = "git+https://github.com/Meziu/pthread-3ds.git#42a80c0e816251138df535648258671d93e047a6" |
|
dependencies = [ |
|
"ctru-sys", |
|
"libc", |
|
"spin", |
|
"static_assertions", |
|
] |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.137" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1" |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d" |
|
|
|
[[package]] |
|
name = "static_assertions" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
|
|
[[package]] |
|
name = "test-crate" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"ctru-rs", |
|
"ctru-sys", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.5.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "widestring" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7157704c2e12e3d2189c507b7482c52820a16dfa4465ba91add92f266667cadb"
|
|
|