2022-01-01 23:05:48 +11:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2022-02-25 09:26:08 +11:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb"
|
2022-10-22 22:59:20 +11:00
|
|
|
version = "0.12.2"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
2022-01-13 09:09:57 +11:00
|
|
|
"agb_fixnum",
|
2022-01-01 23:05:48 +11:00
|
|
|
"agb_image_converter",
|
|
|
|
"agb_macros",
|
|
|
|
"agb_sound_converter",
|
2022-02-25 09:26:08 +11:00
|
|
|
"bare-metal",
|
2022-01-01 23:05:48 +11:00
|
|
|
"bitflags",
|
2022-03-06 13:54:52 +11:00
|
|
|
"modular-bitfield",
|
|
|
|
"rustc-hash",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
2022-01-13 09:09:57 +11:00
|
|
|
[[package]]
|
|
|
|
name = "agb_fixnum"
|
2022-10-22 22:59:20 +11:00
|
|
|
version = "0.12.2"
|
2022-01-13 09:09:57 +11:00
|
|
|
dependencies = [
|
|
|
|
"agb_macros",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "agb_image_converter"
|
2022-10-22 22:59:20 +11:00
|
|
|
version = "0.12.2"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
2022-03-06 13:54:52 +11:00
|
|
|
"asefile",
|
2022-04-06 08:43:58 +10:00
|
|
|
"fontdue",
|
2022-01-01 23:05:48 +11:00
|
|
|
"image",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"syn",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb_macros"
|
2022-10-22 22:59:20 +11:00
|
|
|
version = "0.12.2"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb_sound_converter"
|
2022-10-22 22:59:20 +11:00
|
|
|
version = "0.12.2"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"hound",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-03-06 13:54:52 +11:00
|
|
|
[[package]]
|
|
|
|
name = "asefile"
|
2022-04-25 02:12:05 +10:00
|
|
|
version = "0.3.5"
|
2022-03-06 13:54:52 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-25 02:12:05 +10:00
|
|
|
checksum = "10a71de7aecd2d0a76ec90fde2c443d12667c737d92de76bd187f101eca37891"
|
2022-03-06 13:54:52 +11:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"flate2",
|
|
|
|
"image",
|
|
|
|
"log",
|
|
|
|
"nohash",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-25 09:26:08 +11:00
|
|
|
version = "1.1.0"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 09:26:08 +11:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bare-metal"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8fe8f5a8a398345e52358e18ff07cc17a568fbca5c6f73873d3a62056309603"
|
2022-01-01 23:05:48 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-01-02 09:47:25 +11:00
|
|
|
version = "1.3.2"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 09:47:25 +11:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2022-01-01 23:05:48 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2022-11-17 16:20:16 +11:00
|
|
|
version = "1.12.3"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 16:20:16 +11:00
|
|
|
checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
|
2022-01-01 23:05:48 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-25 09:26:08 +11:00
|
|
|
version = "1.3.2"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 09:26:08 +11:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
2022-03-06 13:54:52 +11:00
|
|
|
version = "0.8.6"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 13:54:52 +11:00
|
|
|
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
2022-03-06 13:54:52 +11:00
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-07-04 03:21:29 +10:00
|
|
|
version = "1.0.24"
|
2022-03-06 13:54:52 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-04 03:21:29 +10:00
|
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
2022-03-06 13:54:52 +11:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2022-09-16 06:33:28 +10:00
|
|
|
"miniz_oxide 0.5.4",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "fontdue"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a62391ecb864cf12ed06b2af4eda2e609b97657950d6a8f06841b17726ab253"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown",
|
|
|
|
"ttf-parser",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "generational-arena"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e1d3b771574f62d0548cee0ad9057857e9fc25d7a3335f140c84f6acd0bf601"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-10-22 06:51:52 +11:00
|
|
|
version = "0.2.8"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-22 06:51:52 +11:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2022-04-06 08:43:58 +10:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "hound"
|
2022-09-16 06:33:28 +10:00
|
|
|
version = "3.5.0"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 06:33:28 +10:00
|
|
|
checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
|
2022-01-01 23:05:48 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-03-06 13:54:52 +11:00
|
|
|
version = "0.23.14"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 13:54:52 +11:00
|
|
|
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
]
|
|
|
|
|
2022-03-06 13:54:52 +11:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-11-01 05:50:34 +11:00
|
|
|
version = "0.2.137"
|
2022-03-06 13:54:52 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 05:50:34 +11:00
|
|
|
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
2022-03-06 13:54:52 +11:00
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "libflate"
|
|
|
|
version = "0.1.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9135df43b1f5d0e333385cb6e7897ecd1a43d7d11b91ac003f4d2c2d2401fdd"
|
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
"crc32fast",
|
|
|
|
"rle-decode-fast",
|
|
|
|
"take_mut",
|
|
|
|
]
|
|
|
|
|
2022-03-06 13:54:52 +11:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-07-04 03:21:29 +10:00
|
|
|
version = "0.4.17"
|
2022-03-06 13:54:52 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-04 03:21:29 +10:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2022-03-06 13:54:52 +11:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-03-06 13:54:52 +11:00
|
|
|
version = "0.3.7"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 13:54:52 +11:00
|
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-09-16 06:33:28 +10:00
|
|
|
version = "0.5.4"
|
2022-03-06 13:54:52 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 06:33:28 +10:00
|
|
|
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
2022-02-25 09:26:08 +11:00
|
|
|
"adler",
|
2022-03-06 13:54:52 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "modular-bitfield"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a53d79ba8304ac1c4f9eb3b9d281f21f7be9d4626f72ce7df4ad8fbde4f38a74"
|
|
|
|
dependencies = [
|
|
|
|
"modular-bitfield-impl",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "modular-bitfield-impl"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a7d5f7076603ebc68de2dc6a650ec331a062a13abaa346975be747bbfa4b789"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
2022-03-06 13:54:52 +11:00
|
|
|
[[package]]
|
|
|
|
name = "nohash"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0f889fb66f7acdf83442c35775764b51fed3c606ab9cee51500dbde2cf528ca"
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-07-04 03:21:29 +10:00
|
|
|
version = "0.1.45"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-04 03:21:29 +10:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2022-07-04 03:21:29 +10:00
|
|
|
version = "0.1.43"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-04 03:21:29 +10:00
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-03-06 13:54:52 +11:00
|
|
|
version = "0.3.2"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 13:54:52 +11:00
|
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-07-04 03:21:29 +10:00
|
|
|
version = "0.2.15"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-04 03:21:29 +10:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-11-01 05:50:34 +11:00
|
|
|
version = "1.16.0"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 05:50:34 +11:00
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
2022-04-06 08:43:58 +10:00
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2022-03-06 13:54:52 +11:00
|
|
|
version = "0.16.8"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 13:54:52 +11:00
|
|
|
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
|
|
|
"deflate",
|
2022-03-06 13:54:52 +11:00
|
|
|
"miniz_oxide 0.3.7",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-10-22 06:51:52 +11:00
|
|
|
version = "1.0.47"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-22 06:51:52 +11:00
|
|
|
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
2022-07-04 03:21:29 +10:00
|
|
|
"unicode-ident",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-08-13 00:49:01 +10:00
|
|
|
version = "1.0.21"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-13 00:49:01 +10:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rle-decode-fast"
|
2022-02-25 09:26:08 +11:00
|
|
|
version = "1.0.3"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 09:26:08 +11:00
|
|
|
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
|
2022-01-01 23:05:48 +11:00
|
|
|
|
2022-03-06 13:54:52 +11:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-10-22 06:51:52 +11:00
|
|
|
version = "1.0.147"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-22 06:51:52 +11:00
|
|
|
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-10-22 06:51:52 +11:00
|
|
|
version = "1.0.147"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-22 06:51:52 +11:00
|
|
|
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-03-06 13:54:52 +11:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-10-22 06:51:52 +11:00
|
|
|
version = "1.0.103"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-22 06:51:52 +11:00
|
|
|
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-07-04 03:21:29 +10:00
|
|
|
"unicode-ident",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
|
|
2022-01-01 23:15:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "the-purple-night"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"agb",
|
|
|
|
"generational-arena",
|
|
|
|
"quote",
|
|
|
|
"tiled",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "tiled"
|
2022-07-04 03:21:29 +10:00
|
|
|
version = "0.9.4"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-04 03:21:29 +10:00
|
|
|
checksum = "8d2c30aeea9d8159cb461a17dba23ad28980a2a9c217a6784a14e931e4979d6f"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"libflate",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-04-24 08:14:08 +10:00
|
|
|
version = "0.5.9"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-24 08:14:08 +10:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
2022-07-04 03:21:29 +10:00
|
|
|
version = "0.15.2"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-04 03:21:29 +10:00
|
|
|
checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
|
2022-04-06 08:43:58 +10:00
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
2022-07-04 03:21:29 +10:00
|
|
|
name = "unicode-ident"
|
2022-10-22 06:51:52 +11:00
|
|
|
version = "1.0.5"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-22 06:51:52 +11:00
|
|
|
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
2022-01-01 23:05:48 +11:00
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-07-04 03:21:29 +10:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-04 03:21:29 +10:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2022-04-06 08:43:58 +10:00
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|