A dungeon delver roguelike using Pathfinder 2nd edition rules
at gba 457 lines 12 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "adler2" 7version = "2.0.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 10 11[[package]] 12name = "agb" 13version = "0.21.1" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "50903b613aefa05ad1e85c28faa866dd90c9805e3973790f874b77e37134d6f9" 16dependencies = [ 17 "agb_fixnum", 18 "agb_hashmap", 19 "agb_image_converter", 20 "agb_macros", 21 "agb_sound_converter", 22 "bilge", 23 "bitflags 2.6.0", 24 "critical-section", 25 "once_cell", 26 "portable-atomic", 27 "qrcodegen-no-heap", 28] 29 30[[package]] 31name = "agb_fixnum" 32version = "0.21.1" 33source = "registry+https://github.com/rust-lang/crates.io-index" 34checksum = "85f34b72407c42d911bf88d4934ceadd97741ac851e1edd6105265a8db00e03f" 35dependencies = [ 36 "agb_macros", 37 "num-traits", 38] 39 40[[package]] 41name = "agb_hashmap" 42version = "0.21.1" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "ad1c3218a4abe6e6f16067c87e78902f0e5dbfb6861b59a34be6cdf55363f76d" 45dependencies = [ 46 "rustc-hash", 47] 48 49[[package]] 50name = "agb_image_converter" 51version = "0.21.1" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "f7b432932e8a0ec974508f37919c9c530896c1e0c5b1b5614eabf2710cbab9f0" 54dependencies = [ 55 "asefile", 56 "fontdue", 57 "image", 58 "pagination-packing", 59 "proc-macro2", 60 "quote", 61 "syn", 62] 63 64[[package]] 65name = "agb_macros" 66version = "0.21.1" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "c99c2a624219134f8265f6da0b0d526fe16dae57710f189e67cb7721cf6a3815" 69dependencies = [ 70 "proc-macro2", 71 "quote", 72 "syn", 73] 74 75[[package]] 76name = "agb_sound_converter" 77version = "0.21.1" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "a661c5900e8b380f633345efcd4f09094a2b08c595ae7138401c8b50878acfb2" 80dependencies = [ 81 "hound", 82 "proc-macro2", 83 "quote", 84 "syn", 85] 86 87[[package]] 88name = "ahash" 89version = "0.8.11" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 92dependencies = [ 93 "cfg-if", 94 "once_cell", 95 "version_check", 96 "zerocopy", 97] 98 99[[package]] 100name = "allocator-api2" 101version = "0.2.20" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9" 104 105[[package]] 106name = "arbitrary-int" 107version = "1.2.7" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "c84fc003e338a6f69fbd4f7fe9f92b535ff13e9af8997f3b14b6ddff8b1df46d" 110 111[[package]] 112name = "asefile" 113version = "0.3.8" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "556cab74f613f2bcf3ab5dc5bbd2220fe2e1a4e7380fbaff96c5333a117066b4" 116dependencies = [ 117 "bitflags 2.6.0", 118 "byteorder", 119 "flate2", 120 "image", 121 "log", 122 "nohash", 123] 124 125[[package]] 126name = "autocfg" 127version = "1.4.0" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 130 131[[package]] 132name = "bilge" 133version = "0.2.0" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "dc707ed8ebf81de5cd6c7f48f54b4c8621760926cdf35a57000747c512e67b57" 136dependencies = [ 137 "arbitrary-int", 138 "bilge-impl", 139] 140 141[[package]] 142name = "bilge-impl" 143version = "0.2.0" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "feb11e002038ad243af39c2068c8a72bcf147acf05025dcdb916fcc000adb2d8" 146dependencies = [ 147 "itertools", 148 "proc-macro-error", 149 "proc-macro2", 150 "quote", 151 "syn", 152] 153 154[[package]] 155name = "bitflags" 156version = "1.3.2" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 159 160[[package]] 161name = "bitflags" 162version = "2.6.0" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 165 166[[package]] 167name = "bytemuck" 168version = "1.19.0" 169source = "registry+https://github.com/rust-lang/crates.io-index" 170checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" 171 172[[package]] 173name = "byteorder" 174version = "1.5.0" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 177 178[[package]] 179name = "cfg-if" 180version = "1.0.0" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 183 184[[package]] 185name = "color_quant" 186version = "1.1.0" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 189 190[[package]] 191name = "crc32fast" 192version = "1.4.2" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 195dependencies = [ 196 "cfg-if", 197] 198 199[[package]] 200name = "critical-section" 201version = "1.2.0" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 204 205[[package]] 206name = "dungeoner" 207version = "0.1.0" 208dependencies = [ 209 "agb", 210] 211 212[[package]] 213name = "either" 214version = "1.13.0" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 217 218[[package]] 219name = "fdeflate" 220version = "0.3.6" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "07c6f4c64c1d33a3111c4466f7365ebdcc37c5bd1ea0d62aae2e3d722aacbedb" 223dependencies = [ 224 "simd-adler32", 225] 226 227[[package]] 228name = "flate2" 229version = "1.0.35" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" 232dependencies = [ 233 "crc32fast", 234 "miniz_oxide", 235] 236 237[[package]] 238name = "fontdue" 239version = "0.9.2" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "efe23d02309319171d00d794c9ff48d4f903c0e481375b1b04b017470838af04" 242dependencies = [ 243 "hashbrown", 244 "ttf-parser", 245] 246 247[[package]] 248name = "hashbrown" 249version = "0.14.5" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 252dependencies = [ 253 "ahash", 254 "allocator-api2", 255] 256 257[[package]] 258name = "hound" 259version = "3.5.1" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f" 262 263[[package]] 264name = "image" 265version = "0.24.9" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 268dependencies = [ 269 "bytemuck", 270 "byteorder", 271 "color_quant", 272 "num-traits", 273 "png", 274] 275 276[[package]] 277name = "itertools" 278version = "0.11.0" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 281dependencies = [ 282 "either", 283] 284 285[[package]] 286name = "log" 287version = "0.4.22" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 290 291[[package]] 292name = "miniz_oxide" 293version = "0.8.0" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 296dependencies = [ 297 "adler2", 298 "simd-adler32", 299] 300 301[[package]] 302name = "nohash" 303version = "0.2.0" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "a0f889fb66f7acdf83442c35775764b51fed3c606ab9cee51500dbde2cf528ca" 306 307[[package]] 308name = "num-traits" 309version = "0.2.19" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 312dependencies = [ 313 "autocfg", 314] 315 316[[package]] 317name = "once_cell" 318version = "1.20.2" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 321dependencies = [ 322 "critical-section", 323 "portable-atomic", 324] 325 326[[package]] 327name = "pagination-packing" 328version = "2.1.1" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "39a764a10dc28f833b1effd0f4a9d08e22126328efd889f121419634baab2dcd" 331 332[[package]] 333name = "png" 334version = "0.17.14" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0" 337dependencies = [ 338 "bitflags 1.3.2", 339 "crc32fast", 340 "fdeflate", 341 "flate2", 342 "miniz_oxide", 343] 344 345[[package]] 346name = "portable-atomic" 347version = "1.9.0" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" 350 351[[package]] 352name = "proc-macro-error" 353version = "1.0.4" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 356dependencies = [ 357 "proc-macro-error-attr", 358 "proc-macro2", 359 "quote", 360 "version_check", 361] 362 363[[package]] 364name = "proc-macro-error-attr" 365version = "1.0.4" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 368dependencies = [ 369 "proc-macro2", 370 "quote", 371 "version_check", 372] 373 374[[package]] 375name = "proc-macro2" 376version = "1.0.89" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" 379dependencies = [ 380 "unicode-ident", 381] 382 383[[package]] 384name = "qrcodegen-no-heap" 385version = "1.8.1" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "d0e2c0bf8be8a1c4a4f48973dabf26943f05da2bfc2d3180aae62409dbba6f0c" 388 389[[package]] 390name = "quote" 391version = "1.0.37" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 394dependencies = [ 395 "proc-macro2", 396] 397 398[[package]] 399name = "rustc-hash" 400version = "1.1.0" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 403 404[[package]] 405name = "simd-adler32" 406version = "0.3.7" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 409 410[[package]] 411name = "syn" 412version = "2.0.87" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" 415dependencies = [ 416 "proc-macro2", 417 "quote", 418 "unicode-ident", 419] 420 421[[package]] 422name = "ttf-parser" 423version = "0.21.1" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8" 426 427[[package]] 428name = "unicode-ident" 429version = "1.0.13" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 432 433[[package]] 434name = "version_check" 435version = "0.9.5" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 438 439[[package]] 440name = "zerocopy" 441version = "0.7.35" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 444dependencies = [ 445 "zerocopy-derive", 446] 447 448[[package]] 449name = "zerocopy-derive" 450version = "0.7.35" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 453dependencies = [ 454 "proc-macro2", 455 "quote", 456 "syn", 457]