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"
|
2024-02-07 09:36:11 +11:00
|
|
|
version = "0.18.1"
|
2022-01-01 23:05:48 +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-01 23:05:48 +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",
|
2024-01-18 04:23:23 +11:00
|
|
|
"bitflags 2.4.2",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
2022-01-13 09:09:57 +11:00
|
|
|
[[package]]
|
|
|
|
name = "agb_fixnum"
|
2024-02-07 09:36:11 +11:00
|
|
|
version = "0.18.1"
|
2022-01-13 09:09:57 +11:00
|
|
|
dependencies = [
|
|
|
|
"agb_macros",
|
2024-02-22 00:58:27 +11:00
|
|
|
"num",
|
2022-01-13 09:09:57 +11:00
|
|
|
]
|
|
|
|
|
2023-04-24 03:00:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "agb_hashmap"
|
2024-02-07 09:36:11 +11:00
|
|
|
version = "0.18.1"
|
2023-04-24 03:00:31 +10:00
|
|
|
dependencies = [
|
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "agb_image_converter"
|
2024-02-07 09:36:11 +11:00
|
|
|
version = "0.18.1"
|
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",
|
2023-05-18 00:01:22 +10:00
|
|
|
"syn",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb_macros"
|
2024-02-07 09:36:11 +11:00
|
|
|
version = "0.18.1"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-18 00:01:22 +10:00
|
|
|
"syn",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb_sound_converter"
|
2024-02-07 09:36:11 +11:00
|
|
|
version = "0.18.1"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"hound",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-18 00:01:22 +10:00
|
|
|
"syn",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.8.10"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b"
|
2022-04-06 08:43:58 +10:00
|
|
|
dependencies = [
|
2023-07-01 07:03:31 +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-11-26 15:15:22 +11:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
|
|
|
|
2023-05-18 00:01:22 +10:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary-int"
|
2024-02-07 09:49:04 +11:00
|
|
|
version = "1.2.7"
|
2023-05-18 00:01:22 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 09:49:04 +11:00
|
|
|
checksum = "c84fc003e338a6f69fbd4f7fe9f92b535ff13e9af8997f3b14b6ddff8b1df46d"
|
2023-05-18 00:01:22 +10:00
|
|
|
|
2022-03-06 13:54:52 +11:00
|
|
|
[[package]]
|
|
|
|
name = "asefile"
|
2024-03-04 02:59:15 +11:00
|
|
|
version = "0.3.7"
|
2022-03-06 13:54:52 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-04 02:59:15 +11:00
|
|
|
checksum = "9d43d6bf5509d9c71165512cad329dce5fd2a1bc7a1c8b127b7154aa0eaf1e06"
|
2022-03-06 13:54:52 +11:00
|
|
|
dependencies = [
|
2023-03-24 09:30:47 +11:00
|
|
|
"bitflags 1.3.2",
|
2022-03-06 13:54:52 +11:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
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-01 23:05:48 +11:00
|
|
|
[[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
|
|
|
|
2023-03-24 09:30:47 +11:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-01-18 04:23:23 +11:00
|
|
|
version = "2.4.2"
|
2023-03-24 09:30:47 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 04:23:23 +11:00
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
2023-03-24 09:30:47 +11:00
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "1.14.3"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 03:17:59 +11:00
|
|
|
checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f"
|
2022-01-01 23:05:48 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-08 07:35:21 +11:00
|
|
|
version = "1.5.0"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 07:35:21 +11:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2022-01-01 23:05:48 +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"
|
2024-02-14 22:02:19 +11:00
|
|
|
version = "1.4.0"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-14 22:02:19 +11:00
|
|
|
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
2023-07-01 07:03:31 +10:00
|
|
|
"cfg-if",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
2023-08-07 06:06:12 +10:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "1.10.0"
|
2023-08-07 06:06:12 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 03:17:59 +11:00
|
|
|
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
2023-08-07 06:06:12 +10:00
|
|
|
|
2024-03-04 02:59:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
2022-03-06 13:54:52 +11:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "1.0.28"
|
2022-03-06 13:54:52 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2022-03-06 13:54:52 +11:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2024-03-04 02:59:15 +11:00
|
|
|
"miniz_oxide",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "fontdue"
|
2023-11-26 15:15:22 +11:00
|
|
|
version = "0.8.0"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:15:22 +11:00
|
|
|
checksum = "9099a2f86b8e674b75d03ff154b3fe4c5208ed249ced8d69cc313a9fa40bb488"
|
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",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "generational-arena"
|
2023-07-01 07:03:31 +10:00
|
|
|
version = "0.2.9"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 07:03:31 +10:00
|
|
|
checksum = "877e94aff08e743b651baaea359664321055749b398adff8740a7399af7796e7"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
2023-07-01 07:03:31 +10:00
|
|
|
"cfg-if",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-12-06 07:51:29 +11:00
|
|
|
version = "0.14.3"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-06 07:51:29 +11:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2022-04-06 08:43:58 +10:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
2023-11-26 15:15:22 +11:00
|
|
|
"allocator-api2",
|
2022-04-06 08:43:58 +10:00
|
|
|
]
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "hound"
|
2023-09-27 06:25:56 +10:00
|
|
|
version = "3.5.1"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 06:25:56 +10:00
|
|
|
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
|
2022-01-01 23:05:48 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2024-03-04 02:59:15 +11:00
|
|
|
version = "0.24.9"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-04 02:59:15 +11:00
|
|
|
checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"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-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"
|
2023-08-13 20:36:46 +10:00
|
|
|
version = "0.4.20"
|
2022-03-06 13:54:52 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 20:36:46 +10:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2022-03-06 13:54:52 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-02-07 09:49:04 +11:00
|
|
|
version = "0.7.2"
|
2022-03-06 13:54:52 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 09:49:04 +11:00
|
|
|
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
2022-02-25 09:26:08 +11:00
|
|
|
"adler",
|
2024-03-04 02:59:15 +11:00
|
|
|
"simd-adler32",
|
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"
|
|
|
|
|
2024-02-22 00:58:27 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
|
|
|
|
dependencies = [
|
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
2024-03-04 02:59:15 +11:00
|
|
|
"num-rational",
|
2024-02-22 00:58:27 +11:00
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "0.1.46"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 03:17:59 +11:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "0.1.44"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 03:17:59 +11:00
|
|
|
checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-02-22 00:58:27 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "0.2.18"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 03:17:59 +11:00
|
|
|
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-12-21 04:09:12 +11:00
|
|
|
version = "1.19.0"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 04:09:12 +11:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-04-06 08:43:58 +10:00
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2024-03-04 02:59:15 +11:00
|
|
|
version = "0.17.13"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-04 02:59:15 +11:00
|
|
|
checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
|
2022-01-01 23:05:48 +11:00
|
|
|
dependencies = [
|
2023-03-24 09:30:47 +11:00
|
|
|
"bitflags 1.3.2",
|
2022-01-01 23:05:48 +11:00
|
|
|
"crc32fast",
|
2024-03-04 02:59:15 +11:00
|
|
|
"fdeflate",
|
|
|
|
"flate2",
|
|
|
|
"miniz_oxide",
|
2022-01-01 23:05:48 +11:00
|
|
|
]
|
|
|
|
|
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-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-02-01 10:15:12 +11:00
|
|
|
version = "1.0.78"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-01 10:15:12 +11:00
|
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
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"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "1.0.35"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
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"
|
|
|
|
|
2024-03-04 02:59:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
|
|
|
2023-03-24 09:04:22 +11:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "2.0.51"
|
2023-03-24 09:04:22 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "6ab617d94515e94ae53b8406c628598680aa0c9587474ecbe58188f7b345d66c"
|
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",
|
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
2023-11-26 15:15:22 +11:00
|
|
|
version = "0.20.0"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:15:22 +11:00
|
|
|
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
|
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"
|
2023-09-13 23:17:49 +10:00
|
|
|
version = "1.0.12"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 23:17:49 +10:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
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"
|
|
|
|
|
2022-01-01 23:05:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2023-09-27 06:25:56 +10:00
|
|
|
version = "0.8.19"
|
2022-01-01 23:05:48 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 06:25:56 +10:00
|
|
|
checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
|
2023-10-27 08:27:19 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2023-12-29 09:33:58 +11:00
|
|
|
version = "0.7.32"
|
2023-10-27 08:27:19 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 09:33:58 +11:00
|
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
2023-10-27 08:27:19 +11:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2023-12-29 09:33:58 +11:00
|
|
|
version = "0.7.32"
|
2023-10-27 08:27:19 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 09:33:58 +11:00
|
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
2023-10-27 08:27:19 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|