2022-01-02 09:47:25 +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-02 09:47:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
2022-01-13 09:09:57 +11:00
|
|
|
"agb_fixnum",
|
2023-04-24 03:00:31 +10:00
|
|
|
"agb_hashmap",
|
2022-01-02 09:47:25 +11:00
|
|
|
"agb_image_converter",
|
|
|
|
"agb_macros",
|
|
|
|
"agb_sound_converter",
|
2022-02-25 09:26:08 +11:00
|
|
|
"bare-metal",
|
2023-05-18 00:01:22 +10:00
|
|
|
"bilge",
|
2023-10-27 08:27:19 +11:00
|
|
|
"bitflags 2.4.1",
|
2022-03-08 09:04:02 +11:00
|
|
|
"rustc-hash",
|
2022-01-02 09:47:25 +11:00
|
|
|
]
|
|
|
|
|
2022-01-13 09:09:57 +11:00
|
|
|
[[package]]
|
|
|
|
name = "agb_fixnum"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-01-13 09:09:57 +11:00
|
|
|
dependencies = [
|
|
|
|
"agb_macros",
|
|
|
|
]
|
|
|
|
|
2023-04-24 03:00:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "agb_hashmap"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2023-04-24 03:00:31 +10:00
|
|
|
dependencies = [
|
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
2022-01-02 09:47:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "agb_image_converter"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
2022-03-08 09:04:02 +11:00
|
|
|
"asefile",
|
2022-04-06 08:43:58 +10:00
|
|
|
"fontdue",
|
2022-01-02 09:47:25 +11:00
|
|
|
"image",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-18 00:01:22 +10:00
|
|
|
"syn",
|
2022-01-02 09:47:25 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb_macros"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-18 00:01:22 +10:00
|
|
|
"syn",
|
2022-01-02 09:47:25 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb_sound_converter"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
|
|
|
"hound",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-18 00:01:22 +10:00
|
|
|
"syn",
|
2022-01-02 09:47:25 +11:00
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "0.8.6"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
|
2022-04-06 08:43:58 +10:00
|
|
|
dependencies = [
|
2023-04-22 09:46:41 +10:00
|
|
|
"cfg-if",
|
2022-04-06 08:43:58 +10:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-10-27 08:27:19 +11:00
|
|
|
"zerocopy",
|
2022-04-06 08:43:58 +10:00
|
|
|
]
|
|
|
|
|
2023-05-18 00:01:22 +10:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary-int"
|
2023-07-01 07:03:31 +10:00
|
|
|
version = "1.2.6"
|
2023-05-18 00:01:22 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 07:03:31 +10:00
|
|
|
checksum = "fe8e2a586ecd6eb29477a0c25b19742acca4fa5e39c92e127656616810c20579"
|
2023-05-18 00:01:22 +10:00
|
|
|
|
2022-03-08 09:04:02 +11:00
|
|
|
[[package]]
|
|
|
|
name = "asefile"
|
2023-07-02 00:21:55 +10:00
|
|
|
version = "0.3.6"
|
2022-03-08 09:04:02 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-02 00:21:55 +10:00
|
|
|
checksum = "6277c3125ad5045ff11474a50dd43b31baffdd32c17e580137f176b8025fde71"
|
2022-03-08 09:04:02 +11:00
|
|
|
dependencies = [
|
2023-03-24 09:30:47 +11:00
|
|
|
"bitflags 1.3.2",
|
2022-03-08 09:04:02 +11:00
|
|
|
"byteorder",
|
|
|
|
"flate2",
|
|
|
|
"image",
|
|
|
|
"log",
|
|
|
|
"nohash",
|
|
|
|
]
|
|
|
|
|
2022-01-02 09:47:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-25 09:26:08 +11:00
|
|
|
version = "1.1.0"
|
2022-01-02 09:47:25 +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-02 09:47:25 +11:00
|
|
|
|
2023-05-18 00:01:22 +10:00
|
|
|
[[package]]
|
|
|
|
name = "bilge"
|
2023-08-07 06:06:12 +10:00
|
|
|
version = "0.2.0"
|
2023-05-18 00:01:22 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 06:06:12 +10:00
|
|
|
checksum = "dc707ed8ebf81de5cd6c7f48f54b4c8621760926cdf35a57000747c512e67b57"
|
2023-05-18 00:01:22 +10:00
|
|
|
dependencies = [
|
|
|
|
"arbitrary-int",
|
|
|
|
"bilge-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bilge-impl"
|
2023-08-07 06:06:12 +10:00
|
|
|
version = "0.2.0"
|
2023-05-18 00:01:22 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 06:06:12 +10:00
|
|
|
checksum = "feb11e002038ad243af39c2068c8a72bcf147acf05025dcdb916fcc000adb2d8"
|
2023-05-18 00:01:22 +10:00
|
|
|
dependencies = [
|
2023-08-07 06:06:12 +10:00
|
|
|
"itertools",
|
2023-05-18 00:01:22 +10:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-01-02 09:47:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-03-24 09:30:47 +11:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "2.4.1"
|
2023-03-24 09:30:47 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-03-24 09:30:47 +11:00
|
|
|
|
2022-01-02 09:47:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-09-07 07:29:51 +10:00
|
|
|
version = "1.14.0"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-07 07:29:51 +10:00
|
|
|
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
|
2022-01-02 09:47:25 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-08 07:35:21 +11:00
|
|
|
version = "1.5.0"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 07:35:21 +11:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2022-01-02 09:47:25 +11:00
|
|
|
|
|
|
|
[[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-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 09:26:08 +11:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
2022-03-08 09:04:02 +11:00
|
|
|
version = "0.8.6"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 09:04:02 +11:00
|
|
|
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
2022-03-08 09:04:02 +11:00
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2023-08-07 06:06:12 +10:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
|
|
|
|
2022-03-08 09:04:02 +11:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "1.0.28"
|
2022-03-08 09:04:02 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2022-03-08 09:04:02 +11:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2023-07-01 07:03:31 +10:00
|
|
|
"miniz_oxide 0.7.1",
|
2022-03-08 09:04:02 +11:00
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "fontdue"
|
2023-04-22 09:46:41 +10:00
|
|
|
version = "0.7.3"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-22 09:46:41 +10:00
|
|
|
checksum = "0793f5137567643cf65ea42043a538804ff0fbf288649e2141442b602d81f9bc"
|
2022-04-06 08:43:58 +10:00
|
|
|
dependencies = [
|
2023-04-14 07:33:59 +10:00
|
|
|
"hashbrown",
|
2022-04-06 08:43:58 +10:00
|
|
|
"ttf-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-04-22 09:46:41 +10:00
|
|
|
version = "0.13.2"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-22 09:46:41 +10:00
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
2022-04-06 08:43:58 +10:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
2022-01-02 09:47:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "hound"
|
2023-09-27 06:25:56 +10:00
|
|
|
version = "3.5.1"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 06:25:56 +10:00
|
|
|
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
|
2022-01-02 09:47:25 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-03-08 09:04:02 +11:00
|
|
|
version = "0.23.14"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 09:04:02 +11:00
|
|
|
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
]
|
|
|
|
|
2023-08-07 06:06:12 +10:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-03-08 09:04:02 +11:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-13 20:36:46 +10:00
|
|
|
version = "0.4.20"
|
2022-03-08 09:04:02 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 20:36:46 +10:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2022-03-08 09:04:02 +11:00
|
|
|
|
2022-01-02 09:47:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-03-08 09:04:02 +11:00
|
|
|
version = "0.3.7"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 09:04:02 +11:00
|
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-07-01 07:03:31 +10:00
|
|
|
version = "0.7.1"
|
2022-03-08 09:04:02 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 07:03:31 +10:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
2022-02-25 09:26:08 +11:00
|
|
|
"adler",
|
2022-03-08 09:04:02 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nohash"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0f889fb66f7acdf83442c35775764b51fed3c606ab9cee51500dbde2cf528ca"
|
|
|
|
|
2022-01-02 09:47:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-31 20:15:10 +10:00
|
|
|
version = "0.1.45"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-31 20:15:10 +10:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2022-05-31 20:15:10 +10:00
|
|
|
version = "0.1.43"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-31 20:15:10 +10:00
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-03-08 09:04:02 +11:00
|
|
|
version = "0.3.2"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 09:04:02 +11:00
|
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "0.2.17"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-07-01 07:03:31 +10:00
|
|
|
version = "1.18.0"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 07:03:31 +10:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-04-06 08:43:58 +10:00
|
|
|
|
2022-01-02 09:47:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2022-03-08 09:04:02 +11:00
|
|
|
version = "0.16.8"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 09:04:02 +11:00
|
|
|
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
2023-03-24 09:30:47 +11:00
|
|
|
"bitflags 1.3.2",
|
2022-01-02 09:47:25 +11:00
|
|
|
"crc32fast",
|
|
|
|
"deflate",
|
2022-03-08 09:04:02 +11:00
|
|
|
"miniz_oxide 0.3.7",
|
2022-01-02 09:47:25 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pong"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"agb",
|
|
|
|
]
|
|
|
|
|
2023-05-18 00:01:22 +10:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-01-02 09:47:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "1.0.69"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
2022-05-31 20:15:10 +10:00
|
|
|
"unicode-ident",
|
2022-01-02 09:47:25 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-09-04 22:36:38 +10:00
|
|
|
version = "1.0.33"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 22:36:38 +10:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-03-08 09:04:02 +11:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2023-03-24 09:04:22 +11:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-11-10 07:10:08 +11:00
|
|
|
version = "2.0.39"
|
2023-03-24 09:04:22 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-10 07:10:08 +11:00
|
|
|
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
|
2022-01-02 09:47:25 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-31 20:15:10 +10:00
|
|
|
"unicode-ident",
|
2022-01-02 09:47:25 +11:00
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
2022-06-27 02:32:08 +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-06-27 02:32:08 +10:00
|
|
|
checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
|
2022-04-06 08:43:58 +10:00
|
|
|
|
2022-01-02 09:47:25 +11:00
|
|
|
[[package]]
|
2022-05-31 20:15:10 +10:00
|
|
|
name = "unicode-ident"
|
2023-09-13 23:17:49 +10:00
|
|
|
version = "1.0.12"
|
2022-01-02 09:47:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 23:17:49 +10:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
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"
|
2023-10-27 08:27:19 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2023-11-10 07:10:08 +11:00
|
|
|
version = "0.7.25"
|
2023-10-27 08:27:19 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-10 07:10:08 +11:00
|
|
|
checksum = "8cd369a67c0edfef15010f980c3cbe45d7f651deac2cd67ce097cd801de16557"
|
2023-10-27 08:27:19 +11:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2023-11-10 07:10:08 +11:00
|
|
|
version = "0.7.25"
|
2023-10-27 08:27:19 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-10 07:10:08 +11:00
|
|
|
checksum = "c2f140bda219a26ccc0cdb03dba58af72590c53b22642577d88a927bc5c87d6b"
|
2023-10-27 08:27:19 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|