A multiplayer VR framework w/voice chat
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "ab_glyph" 7version = "0.2.32" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" 10dependencies = [ 11 "ab_glyph_rasterizer", 12 "owned_ttf_parser", 13] 14 15[[package]] 16name = "ab_glyph_rasterizer" 17version = "0.1.10" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" 20 21[[package]] 22name = "accesskit" 23version = "0.21.1" 24source = "registry+https://github.com/rust-lang/crates.io-index" 25checksum = "cf203f9d3bd8f29f98833d1fbef628df18f759248a547e7e01cfbf63cda36a99" 26 27[[package]] 28name = "accesskit_consumer" 29version = "0.31.0" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "db81010a6895d8707f9072e6ce98070579b43b717193d2614014abd5cb17dd43" 32dependencies = [ 33 "accesskit", 34 "hashbrown 0.15.5", 35] 36 37[[package]] 38name = "accesskit_macos" 39version = "0.22.2" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "a0089e5c0ac0ca281e13ea374773898d9354cc28d15af9f0f7394d44a495b575" 42dependencies = [ 43 "accesskit", 44 "accesskit_consumer", 45 "hashbrown 0.15.5", 46 "objc2 0.5.2", 47 "objc2-app-kit", 48 "objc2-foundation", 49] 50 51[[package]] 52name = "accesskit_windows" 53version = "0.29.2" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "d2d63dd5041e49c363d83f5419a896ecb074d309c414036f616dc0b04faca971" 56dependencies = [ 57 "accesskit", 58 "accesskit_consumer", 59 "hashbrown 0.15.5", 60 "static_assertions", 61 "windows 0.61.3", 62 "windows-core 0.61.2", 63] 64 65[[package]] 66name = "accesskit_winit" 67version = "0.29.2" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "c8cfabe59d0eaca7412bfb1f70198dd31e3b0496fee7e15b066f9c36a1a140a0" 70dependencies = [ 71 "accesskit", 72 "accesskit_macos", 73 "accesskit_windows", 74 "raw-window-handle", 75 "winit", 76] 77 78[[package]] 79name = "adler2" 80version = "2.0.1" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 83 84[[package]] 85name = "ahash" 86version = "0.8.12" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 89dependencies = [ 90 "cfg-if", 91 "getrandom 0.3.4", 92 "once_cell", 93 "version_check", 94 "zerocopy", 95] 96 97[[package]] 98name = "aho-corasick" 99version = "1.1.4" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 102dependencies = [ 103 "memchr", 104] 105 106[[package]] 107name = "alsa" 108version = "0.9.1" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43" 111dependencies = [ 112 "alsa-sys", 113 "bitflags 2.10.0", 114 "cfg-if", 115 "libc", 116] 117 118[[package]] 119name = "alsa-sys" 120version = "0.3.1" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527" 123dependencies = [ 124 "libc", 125 "pkg-config", 126] 127 128[[package]] 129name = "android-activity" 130version = "0.6.0" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" 133dependencies = [ 134 "android-properties", 135 "bitflags 2.10.0", 136 "cc", 137 "cesu8", 138 "jni", 139 "jni-sys", 140 "libc", 141 "log", 142 "ndk 0.9.0", 143 "ndk-context", 144 "ndk-sys 0.6.0+11769913", 145 "num_enum", 146 "thiserror 1.0.69", 147] 148 149[[package]] 150name = "android-properties" 151version = "0.2.2" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 154 155[[package]] 156name = "android_log-sys" 157version = "0.3.2" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "84521a3cf562bc62942e294181d9eef17eb38ceb8c68677bc49f144e4c3d4f8d" 160 161[[package]] 162name = "android_system_properties" 163version = "0.1.5" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 166dependencies = [ 167 "libc", 168] 169 170[[package]] 171name = "anyhow" 172version = "1.0.100" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 175 176[[package]] 177name = "approx" 178version = "0.5.1" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" 181dependencies = [ 182 "num-traits", 183] 184 185[[package]] 186name = "arrayref" 187version = "0.3.9" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 190 191[[package]] 192name = "arrayvec" 193version = "0.7.6" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 196 197[[package]] 198name = "as-raw-xcb-connection" 199version = "1.0.1" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 202 203[[package]] 204name = "ash" 205version = "0.38.0+1.3.281" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 208dependencies = [ 209 "libloading", 210] 211 212[[package]] 213name = "assert_type_match" 214version = "0.1.1" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "f548ad2c4031f2902e3edc1f29c29e835829437de49562d8eb5dc5584d3a1043" 217dependencies = [ 218 "proc-macro2", 219 "quote", 220 "syn", 221] 222 223[[package]] 224name = "async-broadcast" 225version = "0.7.2" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" 228dependencies = [ 229 "event-listener", 230 "event-listener-strategy", 231 "futures-core", 232 "pin-project-lite", 233] 234 235[[package]] 236name = "async-channel" 237version = "2.5.0" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 240dependencies = [ 241 "concurrent-queue", 242 "event-listener-strategy", 243 "futures-core", 244 "pin-project-lite", 245] 246 247[[package]] 248name = "async-executor" 249version = "1.13.3" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" 252dependencies = [ 253 "async-task", 254 "concurrent-queue", 255 "fastrand", 256 "futures-lite", 257 "pin-project-lite", 258 "slab", 259] 260 261[[package]] 262name = "async-fs" 263version = "2.2.0" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" 266dependencies = [ 267 "async-lock", 268 "blocking", 269 "futures-lite", 270] 271 272[[package]] 273name = "async-lock" 274version = "3.4.1" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" 277dependencies = [ 278 "event-listener", 279 "event-listener-strategy", 280 "pin-project-lite", 281] 282 283[[package]] 284name = "async-task" 285version = "4.7.1" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 288dependencies = [ 289 "portable-atomic", 290] 291 292[[package]] 293name = "atomic-waker" 294version = "1.1.2" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 297dependencies = [ 298 "portable-atomic", 299] 300 301[[package]] 302name = "atomicow" 303version = "1.1.0" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "f52e8890bb9844440d0c412fa74b67fd2f14e85248b6e00708059b6da9e5f8bf" 306dependencies = [ 307 "portable-atomic", 308 "portable-atomic-util", 309] 310 311[[package]] 312name = "autocfg" 313version = "1.5.0" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 316 317[[package]] 318name = "base64" 319version = "0.22.1" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 322 323[[package]] 324name = "bevy" 325version = "0.17.3" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "76d3ee8652fe0577fd8a99054e147740850140d530be8e044a9be4e23a3e8a24" 328dependencies = [ 329 "bevy_internal", 330] 331 332[[package]] 333name = "bevy_a11y" 334version = "0.17.3" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "6702a82db1b383641fc7c503451847cdafb57076c203cd3bfe549d3eeef474c3" 337dependencies = [ 338 "accesskit", 339 "bevy_app", 340 "bevy_derive", 341 "bevy_ecs", 342 "bevy_reflect", 343] 344 345[[package]] 346name = "bevy_android" 347version = "0.17.3" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "42b2d9435e9fe8d7107bb795a6140277872ad5b992cb3934f8d28cfd11040f6f" 350dependencies = [ 351 "android-activity", 352] 353 354[[package]] 355name = "bevy_animation" 356version = "0.17.3" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "bfaf3ea6d435f4736b3deb60958270443501f5795c7964b1b504abd3be970b4f" 359dependencies = [ 360 "bevy_animation_macros", 361 "bevy_app", 362 "bevy_asset", 363 "bevy_color", 364 "bevy_derive", 365 "bevy_ecs", 366 "bevy_math", 367 "bevy_mesh", 368 "bevy_platform", 369 "bevy_reflect", 370 "bevy_time", 371 "bevy_transform", 372 "bevy_utils", 373 "blake3", 374 "derive_more", 375 "downcast-rs 2.0.2", 376 "either", 377 "petgraph", 378 "ron", 379 "serde", 380 "smallvec", 381 "thiserror 2.0.17", 382 "thread_local", 383 "tracing", 384 "uuid", 385] 386 387[[package]] 388name = "bevy_animation_macros" 389version = "0.17.3" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "d577eae7246a1cda461df1b63188619fc6a3c619adba2a8e5a79e9aa51f64671" 392dependencies = [ 393 "bevy_macro_utils", 394 "quote", 395 "syn", 396] 397 398[[package]] 399name = "bevy_anti_alias" 400version = "0.17.3" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "15820535cc88bc280f55635eb3ea58df2703a434a0cc2343472eaa7e607fb27b" 403dependencies = [ 404 "bevy_app", 405 "bevy_asset", 406 "bevy_camera", 407 "bevy_core_pipeline", 408 "bevy_derive", 409 "bevy_diagnostic", 410 "bevy_ecs", 411 "bevy_image", 412 "bevy_math", 413 "bevy_reflect", 414 "bevy_render", 415 "bevy_shader", 416 "bevy_utils", 417 "tracing", 418] 419 420[[package]] 421name = "bevy_app" 422version = "0.17.3" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "8e4fc5dfe9d1d9b8233e1878353b5e66a3f5910c2131d3abf68f9a4116b2d433" 425dependencies = [ 426 "bevy_derive", 427 "bevy_ecs", 428 "bevy_platform", 429 "bevy_reflect", 430 "bevy_tasks", 431 "bevy_utils", 432 "cfg-if", 433 "console_error_panic_hook", 434 "ctrlc", 435 "downcast-rs 2.0.2", 436 "log", 437 "thiserror 2.0.17", 438 "variadics_please", 439 "wasm-bindgen", 440 "web-sys", 441] 442 443[[package]] 444name = "bevy_asset" 445version = "0.17.3" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "357787dbfaba3f73fd185e15d6df70605bddaa774f2ebbcab1aaa031f21fb6c2" 448dependencies = [ 449 "async-broadcast", 450 "async-fs", 451 "async-lock", 452 "atomicow", 453 "bevy_android", 454 "bevy_app", 455 "bevy_asset_macros", 456 "bevy_ecs", 457 "bevy_platform", 458 "bevy_reflect", 459 "bevy_tasks", 460 "bevy_utils", 461 "bitflags 2.10.0", 462 "blake3", 463 "crossbeam-channel", 464 "derive_more", 465 "disqualified", 466 "downcast-rs 2.0.2", 467 "either", 468 "futures-io", 469 "futures-lite", 470 "js-sys", 471 "parking_lot", 472 "ron", 473 "serde", 474 "stackfuture", 475 "thiserror 2.0.17", 476 "tracing", 477 "uuid", 478 "wasm-bindgen", 479 "wasm-bindgen-futures", 480 "web-sys", 481] 482 483[[package]] 484name = "bevy_asset_macros" 485version = "0.17.3" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "afa09271d4ca0bf31fda3a9ad57273775d448a05c4046d9367f71d29968d85b4" 488dependencies = [ 489 "bevy_macro_utils", 490 "proc-macro2", 491 "quote", 492 "syn", 493] 494 495[[package]] 496name = "bevy_audio" 497version = "0.17.3" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "d79e56e072001524100b00e38cfdea302d9fdabbff48109fc67b528b27a237bb" 500dependencies = [ 501 "bevy_app", 502 "bevy_asset", 503 "bevy_ecs", 504 "bevy_math", 505 "bevy_reflect", 506 "bevy_transform", 507 "coreaudio-sys", 508 "cpal", 509 "rodio", 510 "tracing", 511] 512 513[[package]] 514name = "bevy_camera" 515version = "0.17.3" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "8af1d5a57fde6e577e7b1db58996afb381618294be75a37b3070a20d309678b0" 518dependencies = [ 519 "bevy_app", 520 "bevy_asset", 521 "bevy_color", 522 "bevy_derive", 523 "bevy_ecs", 524 "bevy_image", 525 "bevy_math", 526 "bevy_mesh", 527 "bevy_reflect", 528 "bevy_transform", 529 "bevy_utils", 530 "bevy_window", 531 "derive_more", 532 "downcast-rs 2.0.2", 533 "serde", 534 "smallvec", 535 "thiserror 2.0.17", 536 "wgpu-types", 537] 538 539[[package]] 540name = "bevy_color" 541version = "0.17.3" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "49504fac6b9897f03b4bdc0189c04ef1ba0a9b37926343aa520a71619e90e116" 544dependencies = [ 545 "bevy_math", 546 "bevy_reflect", 547 "bytemuck", 548 "derive_more", 549 "encase", 550 "serde", 551 "thiserror 2.0.17", 552 "wgpu-types", 553] 554 555[[package]] 556name = "bevy_core_pipeline" 557version = "0.17.3" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "6af7e735685a652a8dba41b886f1330faeb57d4c61398917b7e49b09a7a1c3c1" 560dependencies = [ 561 "bevy_app", 562 "bevy_asset", 563 "bevy_camera", 564 "bevy_color", 565 "bevy_derive", 566 "bevy_ecs", 567 "bevy_image", 568 "bevy_math", 569 "bevy_platform", 570 "bevy_reflect", 571 "bevy_render", 572 "bevy_shader", 573 "bevy_transform", 574 "bevy_utils", 575 "bevy_window", 576 "bitflags 2.10.0", 577 "nonmax", 578 "radsort", 579 "smallvec", 580 "thiserror 2.0.17", 581 "tracing", 582] 583 584[[package]] 585name = "bevy_derive" 586version = "0.17.3" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "f9396b256b366a43d7f61d1f230cdab0a512fb4712cbf7d688f3d6fce4c5ea8a" 589dependencies = [ 590 "bevy_macro_utils", 591 "quote", 592 "syn", 593] 594 595[[package]] 596name = "bevy_diagnostic" 597version = "0.17.3" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "d1cdb0ed0c8423570fbbb7c4fc2719a203dd40928fefff45f76ef0889685a446" 600dependencies = [ 601 "atomic-waker", 602 "bevy_app", 603 "bevy_ecs", 604 "bevy_platform", 605 "bevy_tasks", 606 "bevy_time", 607 "const-fnv1a-hash", 608 "log", 609 "serde", 610 "sysinfo", 611] 612 613[[package]] 614name = "bevy_ecs" 615version = "0.17.3" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "a7dd5229dd00d00e70ac6b2fc0a139961252f6ce07d3d268cfcac0da86d5bde4" 618dependencies = [ 619 "arrayvec", 620 "bevy_ecs_macros", 621 "bevy_platform", 622 "bevy_ptr", 623 "bevy_reflect", 624 "bevy_tasks", 625 "bevy_utils", 626 "bitflags 2.10.0", 627 "bumpalo", 628 "concurrent-queue", 629 "derive_more", 630 "fixedbitset", 631 "indexmap", 632 "log", 633 "nonmax", 634 "serde", 635 "slotmap", 636 "smallvec", 637 "thiserror 2.0.17", 638 "variadics_please", 639] 640 641[[package]] 642name = "bevy_ecs_macros" 643version = "0.17.3" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "c4d83bdd2285af4867e76c691406e0a4b55611b583d0c45b6ac7bcec1b45fd48" 646dependencies = [ 647 "bevy_macro_utils", 648 "proc-macro2", 649 "quote", 650 "syn", 651] 652 653[[package]] 654name = "bevy_encase_derive" 655version = "0.17.3" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "7179e985f3f1b99265cb87fe194db3b00aee8e2914888d621ff9826e1417ee19" 658dependencies = [ 659 "bevy_macro_utils", 660 "encase_derive_impl", 661] 662 663[[package]] 664name = "bevy_gilrs" 665version = "0.17.3" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "a39dd8fdfe93314d47355ab3c58da40b648908a368bc536872f75fad4e8f3755" 668dependencies = [ 669 "bevy_app", 670 "bevy_ecs", 671 "bevy_input", 672 "bevy_platform", 673 "bevy_time", 674 "gilrs", 675 "thiserror 2.0.17", 676 "tracing", 677] 678 679[[package]] 680name = "bevy_gizmos" 681version = "0.17.3" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "7ebb9e3ca4938b48e5111151ce4b08f0e6fc207b854db08fa2d8de15ecabe8f8" 684dependencies = [ 685 "bevy_app", 686 "bevy_asset", 687 "bevy_camera", 688 "bevy_color", 689 "bevy_core_pipeline", 690 "bevy_ecs", 691 "bevy_gizmos_macros", 692 "bevy_image", 693 "bevy_light", 694 "bevy_math", 695 "bevy_mesh", 696 "bevy_pbr", 697 "bevy_reflect", 698 "bevy_render", 699 "bevy_shader", 700 "bevy_sprite_render", 701 "bevy_time", 702 "bevy_transform", 703 "bevy_utils", 704 "bytemuck", 705 "tracing", 706] 707 708[[package]] 709name = "bevy_gizmos_macros" 710version = "0.17.3" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "92c4b3c3aac86f0db85d4f708883ebdc735c3f88ac5b84c033874fcdd3540a9d" 713dependencies = [ 714 "bevy_macro_utils", 715 "quote", 716 "syn", 717] 718 719[[package]] 720name = "bevy_gltf" 721version = "0.17.3" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "3479fbaf897320a3ee30c1626b4a1bee0be874ca27699c3b2f3494891d103d9b" 724dependencies = [ 725 "base64", 726 "bevy_animation", 727 "bevy_app", 728 "bevy_asset", 729 "bevy_camera", 730 "bevy_color", 731 "bevy_ecs", 732 "bevy_image", 733 "bevy_light", 734 "bevy_math", 735 "bevy_mesh", 736 "bevy_pbr", 737 "bevy_platform", 738 "bevy_reflect", 739 "bevy_render", 740 "bevy_scene", 741 "bevy_tasks", 742 "bevy_transform", 743 "fixedbitset", 744 "gltf", 745 "itertools 0.14.0", 746 "percent-encoding", 747 "serde", 748 "serde_json", 749 "smallvec", 750 "thiserror 2.0.17", 751 "tracing", 752] 753 754[[package]] 755name = "bevy_image" 756version = "0.17.3" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "d546bbe2486bfa14971517e7ef427a9384749817c201d3afc60de0325cf52f11" 759dependencies = [ 760 "bevy_app", 761 "bevy_asset", 762 "bevy_color", 763 "bevy_ecs", 764 "bevy_math", 765 "bevy_platform", 766 "bevy_reflect", 767 "bevy_utils", 768 "bitflags 2.10.0", 769 "bytemuck", 770 "futures-lite", 771 "guillotiere", 772 "half", 773 "image", 774 "ktx2", 775 "rectangle-pack", 776 "ruzstd", 777 "serde", 778 "thiserror 2.0.17", 779 "tracing", 780 "wgpu-types", 781] 782 783[[package]] 784name = "bevy_input" 785version = "0.17.3" 786source = "registry+https://github.com/rust-lang/crates.io-index" 787checksum = "8ca955b99f4dc2059e9c8574f8d95a5dd5002809fda80d062a94a553c571a467" 788dependencies = [ 789 "bevy_app", 790 "bevy_ecs", 791 "bevy_math", 792 "bevy_platform", 793 "bevy_reflect", 794 "derive_more", 795 "log", 796 "smol_str", 797 "thiserror 2.0.17", 798] 799 800[[package]] 801name = "bevy_input_focus" 802version = "0.17.3" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "de4d1d0e833e31beba1f28a77152b35f946e8c45df364ec4969d58788ab9de7f" 805dependencies = [ 806 "bevy_app", 807 "bevy_ecs", 808 "bevy_input", 809 "bevy_math", 810 "bevy_picking", 811 "bevy_reflect", 812 "bevy_window", 813 "log", 814 "thiserror 2.0.17", 815] 816 817[[package]] 818name = "bevy_internal" 819version = "0.17.3" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "8f5e645f9e1a24c9667c768b6233beaf4e241739d8ca4fbba59435cc27aabad5" 822dependencies = [ 823 "bevy_a11y", 824 "bevy_android", 825 "bevy_animation", 826 "bevy_anti_alias", 827 "bevy_app", 828 "bevy_asset", 829 "bevy_audio", 830 "bevy_camera", 831 "bevy_color", 832 "bevy_core_pipeline", 833 "bevy_derive", 834 "bevy_diagnostic", 835 "bevy_ecs", 836 "bevy_gilrs", 837 "bevy_gizmos", 838 "bevy_gltf", 839 "bevy_image", 840 "bevy_input", 841 "bevy_input_focus", 842 "bevy_light", 843 "bevy_log", 844 "bevy_math", 845 "bevy_mesh", 846 "bevy_pbr", 847 "bevy_picking", 848 "bevy_platform", 849 "bevy_post_process", 850 "bevy_ptr", 851 "bevy_reflect", 852 "bevy_render", 853 "bevy_scene", 854 "bevy_shader", 855 "bevy_sprite", 856 "bevy_sprite_render", 857 "bevy_state", 858 "bevy_tasks", 859 "bevy_text", 860 "bevy_time", 861 "bevy_transform", 862 "bevy_ui", 863 "bevy_ui_render", 864 "bevy_utils", 865 "bevy_window", 866 "bevy_winit", 867] 868 869[[package]] 870name = "bevy_light" 871version = "0.17.3" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "47093733280976ebd595f6e25f76603d5067ca4eb7544e59ecb0dd2fc5147810" 874dependencies = [ 875 "bevy_app", 876 "bevy_asset", 877 "bevy_camera", 878 "bevy_color", 879 "bevy_ecs", 880 "bevy_image", 881 "bevy_math", 882 "bevy_mesh", 883 "bevy_platform", 884 "bevy_reflect", 885 "bevy_transform", 886 "bevy_utils", 887 "tracing", 888] 889 890[[package]] 891name = "bevy_log" 892version = "0.17.3" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "b1a2d4ea086ac4663ab9dfb056c7b85eee39e18f7e3e9a4ae6e39897eaa155c5" 895dependencies = [ 896 "android_log-sys", 897 "bevy_app", 898 "bevy_ecs", 899 "bevy_platform", 900 "bevy_utils", 901 "tracing", 902 "tracing-log", 903 "tracing-oslog", 904 "tracing-subscriber", 905 "tracing-wasm", 906] 907 908[[package]] 909name = "bevy_macro_utils" 910version = "0.17.3" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "62d984f9f8bd0f0d9fb020492a955e641e30e7a425f3588bf346cb3e61fec3c3" 913dependencies = [ 914 "parking_lot", 915 "proc-macro2", 916 "quote", 917 "syn", 918 "toml_edit", 919] 920 921[[package]] 922name = "bevy_math" 923version = "0.17.3" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "5fa74ae5d968749cc073da991757d3c7e3504ac6dbaac5f8c2a54b9d19b0b7ed" 926dependencies = [ 927 "approx", 928 "bevy_reflect", 929 "derive_more", 930 "glam", 931 "itertools 0.14.0", 932 "libm", 933 "rand 0.9.2", 934 "rand_distr", 935 "serde", 936 "smallvec", 937 "thiserror 2.0.17", 938 "variadics_please", 939] 940 941[[package]] 942name = "bevy_mesh" 943version = "0.17.3" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "cd9a0ea86abbd17655bc6f9f8d94461dfcd0322431f752fc03748df8b335eff2" 946dependencies = [ 947 "bevy_app", 948 "bevy_asset", 949 "bevy_derive", 950 "bevy_ecs", 951 "bevy_image", 952 "bevy_math", 953 "bevy_mikktspace", 954 "bevy_platform", 955 "bevy_reflect", 956 "bevy_transform", 957 "bitflags 2.10.0", 958 "bytemuck", 959 "derive_more", 960 "hexasphere", 961 "thiserror 2.0.17", 962 "tracing", 963 "wgpu-types", 964] 965 966[[package]] 967name = "bevy_mikktspace" 968version = "0.17.0-dev" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "7ef8e4b7e61dfe7719bb03c884dc270cd46a82efb40f93e9933b990c5c190c59" 971 972[[package]] 973name = "bevy_pbr" 974version = "0.17.3" 975source = "registry+https://github.com/rust-lang/crates.io-index" 976checksum = "4c514b950cda849aa64e9b076a235913577370275125a34a478758505a19d776" 977dependencies = [ 978 "bevy_app", 979 "bevy_asset", 980 "bevy_camera", 981 "bevy_color", 982 "bevy_core_pipeline", 983 "bevy_derive", 984 "bevy_diagnostic", 985 "bevy_ecs", 986 "bevy_image", 987 "bevy_light", 988 "bevy_math", 989 "bevy_mesh", 990 "bevy_platform", 991 "bevy_reflect", 992 "bevy_render", 993 "bevy_shader", 994 "bevy_transform", 995 "bevy_utils", 996 "bitflags 2.10.0", 997 "bytemuck", 998 "derive_more", 999 "fixedbitset", 1000 "nonmax", 1001 "offset-allocator", 1002 "smallvec", 1003 "static_assertions", 1004 "thiserror 2.0.17", 1005 "tracing", 1006] 1007 1008[[package]] 1009name = "bevy_picking" 1010version = "0.17.3" 1011source = "registry+https://github.com/rust-lang/crates.io-index" 1012checksum = "b371779713b40dea83b24cdb95054fe999fe8372351a317c4fb768859ac5f010" 1013dependencies = [ 1014 "bevy_app", 1015 "bevy_asset", 1016 "bevy_camera", 1017 "bevy_derive", 1018 "bevy_ecs", 1019 "bevy_input", 1020 "bevy_math", 1021 "bevy_mesh", 1022 "bevy_platform", 1023 "bevy_reflect", 1024 "bevy_time", 1025 "bevy_transform", 1026 "bevy_window", 1027 "crossbeam-channel", 1028 "tracing", 1029 "uuid", 1030] 1031 1032[[package]] 1033name = "bevy_platform" 1034version = "0.17.3" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "4691af6d7cfd1b5deb2fc926a43a180a546cdc3fe1e5a013fcee60db9bb2c81f" 1037dependencies = [ 1038 "critical-section", 1039 "foldhash 0.2.0", 1040 "futures-channel", 1041 "getrandom 0.3.4", 1042 "hashbrown 0.16.1", 1043 "js-sys", 1044 "portable-atomic", 1045 "portable-atomic-util", 1046 "serde", 1047 "spin", 1048 "wasm-bindgen", 1049 "wasm-bindgen-futures", 1050 "web-time", 1051] 1052 1053[[package]] 1054name = "bevy_post_process" 1055version = "0.17.3" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "6b857972f5d56b43b0dce2c843b75b64d5fbbd0f6177f6ecccd75e7e41f72deb" 1058dependencies = [ 1059 "bevy_app", 1060 "bevy_asset", 1061 "bevy_camera", 1062 "bevy_color", 1063 "bevy_core_pipeline", 1064 "bevy_derive", 1065 "bevy_ecs", 1066 "bevy_image", 1067 "bevy_math", 1068 "bevy_platform", 1069 "bevy_reflect", 1070 "bevy_render", 1071 "bevy_shader", 1072 "bevy_transform", 1073 "bevy_utils", 1074 "bevy_window", 1075 "bitflags 2.10.0", 1076 "nonmax", 1077 "radsort", 1078 "smallvec", 1079 "thiserror 2.0.17", 1080 "tracing", 1081] 1082 1083[[package]] 1084name = "bevy_ptr" 1085version = "0.17.3" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "17d24d7906c7de556033168b3485de36c59049fbaef0c2c44c715a23e0329b10" 1088 1089[[package]] 1090name = "bevy_reflect" 1091version = "0.17.3" 1092source = "registry+https://github.com/rust-lang/crates.io-index" 1093checksum = "b5472b91928c0f3e4e3988c0d036b00719f19520f53a0c3f8c2af72f00e693c5" 1094dependencies = [ 1095 "assert_type_match", 1096 "bevy_platform", 1097 "bevy_ptr", 1098 "bevy_reflect_derive", 1099 "bevy_utils", 1100 "derive_more", 1101 "disqualified", 1102 "downcast-rs 2.0.2", 1103 "erased-serde", 1104 "foldhash 0.2.0", 1105 "glam", 1106 "inventory", 1107 "petgraph", 1108 "serde", 1109 "smallvec", 1110 "smol_str", 1111 "thiserror 2.0.17", 1112 "uuid", 1113 "variadics_please", 1114 "wgpu-types", 1115] 1116 1117[[package]] 1118name = "bevy_reflect_derive" 1119version = "0.17.3" 1120source = "registry+https://github.com/rust-lang/crates.io-index" 1121checksum = "083784255162fa39960aa3cf3c23af0e515db2daa7f2e796ae34df993f4d3f6c" 1122dependencies = [ 1123 "bevy_macro_utils", 1124 "indexmap", 1125 "proc-macro2", 1126 "quote", 1127 "syn", 1128 "uuid", 1129] 1130 1131[[package]] 1132name = "bevy_render" 1133version = "0.17.3" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "44117cbc9448b5a3118eb9c65bd9ec4c574be996148793be2443257daae6eb05" 1136dependencies = [ 1137 "async-channel", 1138 "bevy_app", 1139 "bevy_asset", 1140 "bevy_camera", 1141 "bevy_color", 1142 "bevy_derive", 1143 "bevy_diagnostic", 1144 "bevy_ecs", 1145 "bevy_encase_derive", 1146 "bevy_image", 1147 "bevy_math", 1148 "bevy_mesh", 1149 "bevy_platform", 1150 "bevy_reflect", 1151 "bevy_render_macros", 1152 "bevy_shader", 1153 "bevy_tasks", 1154 "bevy_time", 1155 "bevy_transform", 1156 "bevy_utils", 1157 "bevy_window", 1158 "bitflags 2.10.0", 1159 "bytemuck", 1160 "derive_more", 1161 "downcast-rs 2.0.2", 1162 "encase", 1163 "fixedbitset", 1164 "image", 1165 "indexmap", 1166 "js-sys", 1167 "naga", 1168 "nonmax", 1169 "offset-allocator", 1170 "send_wrapper", 1171 "smallvec", 1172 "thiserror 2.0.17", 1173 "tracing", 1174 "variadics_please", 1175 "wasm-bindgen", 1176 "web-sys", 1177 "wgpu", 1178] 1179 1180[[package]] 1181name = "bevy_render_macros" 1182version = "0.17.3" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "f9557b7b6b06b1b70c147581f4f410c2de73b6f6f0e82915887020f953bacb5a" 1185dependencies = [ 1186 "bevy_macro_utils", 1187 "proc-macro2", 1188 "quote", 1189 "syn", 1190] 1191 1192[[package]] 1193name = "bevy_scene" 1194version = "0.17.3" 1195source = "registry+https://github.com/rust-lang/crates.io-index" 1196checksum = "7fcf6efd31fdd1e05724c95900bb1055716c8e3633b05fa731ee75db4241c17d" 1197dependencies = [ 1198 "bevy_app", 1199 "bevy_asset", 1200 "bevy_camera", 1201 "bevy_derive", 1202 "bevy_ecs", 1203 "bevy_platform", 1204 "bevy_reflect", 1205 "bevy_transform", 1206 "bevy_utils", 1207 "derive_more", 1208 "serde", 1209 "thiserror 2.0.17", 1210 "uuid", 1211] 1212 1213[[package]] 1214name = "bevy_shader" 1215version = "0.17.3" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "a655de9f64e113a6e37be76401fb0d6cb84ed7cc4f891e70af4e39d26e9080c3" 1218dependencies = [ 1219 "bevy_asset", 1220 "bevy_platform", 1221 "bevy_reflect", 1222 "naga", 1223 "naga_oil", 1224 "serde", 1225 "thiserror 2.0.17", 1226 "tracing", 1227 "wgpu-types", 1228] 1229 1230[[package]] 1231name = "bevy_sprite" 1232version = "0.17.3" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "52b9a80aadf102ef0b012ceba5326253638c891994c303479e9973092e4e1c8b" 1235dependencies = [ 1236 "bevy_app", 1237 "bevy_asset", 1238 "bevy_camera", 1239 "bevy_color", 1240 "bevy_derive", 1241 "bevy_ecs", 1242 "bevy_image", 1243 "bevy_math", 1244 "bevy_mesh", 1245 "bevy_picking", 1246 "bevy_reflect", 1247 "bevy_text", 1248 "bevy_transform", 1249 "bevy_window", 1250 "radsort", 1251 "tracing", 1252 "wgpu-types", 1253] 1254 1255[[package]] 1256name = "bevy_sprite_render" 1257version = "0.17.3" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "5eec49a2a9185526f9828559a40b6f66d4c2dbae2df8ea2936d88ba449a5e86a" 1260dependencies = [ 1261 "bevy_app", 1262 "bevy_asset", 1263 "bevy_camera", 1264 "bevy_color", 1265 "bevy_core_pipeline", 1266 "bevy_derive", 1267 "bevy_ecs", 1268 "bevy_image", 1269 "bevy_math", 1270 "bevy_mesh", 1271 "bevy_platform", 1272 "bevy_reflect", 1273 "bevy_render", 1274 "bevy_shader", 1275 "bevy_sprite", 1276 "bevy_text", 1277 "bevy_transform", 1278 "bevy_utils", 1279 "bitflags 2.10.0", 1280 "bytemuck", 1281 "derive_more", 1282 "fixedbitset", 1283 "nonmax", 1284 "tracing", 1285] 1286 1287[[package]] 1288name = "bevy_state" 1289version = "0.17.3" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "05e8556a55d548844fc067fac6657b62f8073c94bd7e13c86aa7573f4c2a67b3" 1292dependencies = [ 1293 "bevy_app", 1294 "bevy_ecs", 1295 "bevy_platform", 1296 "bevy_reflect", 1297 "bevy_state_macros", 1298 "bevy_utils", 1299 "log", 1300 "variadics_please", 1301] 1302 1303[[package]] 1304name = "bevy_state_macros" 1305version = "0.17.3" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "bcda45913b1d6470c6b751656e72fb3f25ca6b5b7b2ee055b294aaed1eb7e5ba" 1308dependencies = [ 1309 "bevy_macro_utils", 1310 "quote", 1311 "syn", 1312] 1313 1314[[package]] 1315name = "bevy_tasks" 1316version = "0.17.3" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "bcbbfa5a58a16c4228434d3018c23fde3d78dcd76ec5f5b2b482a21f4b158dd3" 1319dependencies = [ 1320 "async-channel", 1321 "async-executor", 1322 "async-task", 1323 "atomic-waker", 1324 "bevy_platform", 1325 "concurrent-queue", 1326 "crossbeam-queue", 1327 "derive_more", 1328 "futures-lite", 1329 "heapless", 1330 "pin-project", 1331] 1332 1333[[package]] 1334name = "bevy_text" 1335version = "0.17.3" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "fc144cc6a30ed44a88e342c22d9e3a66a0993a74f792ae07ba79318efb41a86d" 1338dependencies = [ 1339 "bevy_app", 1340 "bevy_asset", 1341 "bevy_color", 1342 "bevy_derive", 1343 "bevy_ecs", 1344 "bevy_image", 1345 "bevy_log", 1346 "bevy_math", 1347 "bevy_platform", 1348 "bevy_reflect", 1349 "bevy_utils", 1350 "cosmic-text", 1351 "serde", 1352 "smallvec", 1353 "sys-locale", 1354 "thiserror 2.0.17", 1355 "tracing", 1356 "wgpu-types", 1357] 1358 1359[[package]] 1360name = "bevy_time" 1361version = "0.17.3" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "32835c3dbe082fbbe7d4f2f37f655073421f2882d4320ac2d59f922474260de4" 1364dependencies = [ 1365 "bevy_app", 1366 "bevy_ecs", 1367 "bevy_platform", 1368 "bevy_reflect", 1369 "crossbeam-channel", 1370 "log", 1371 "serde", 1372] 1373 1374[[package]] 1375name = "bevy_transform" 1376version = "0.17.3" 1377source = "registry+https://github.com/rust-lang/crates.io-index" 1378checksum = "b41fabfeaa53f51ff5ccf4d87e66836293159d50d21f6d3e16c93efb7c30f969" 1379dependencies = [ 1380 "bevy_app", 1381 "bevy_ecs", 1382 "bevy_log", 1383 "bevy_math", 1384 "bevy_reflect", 1385 "bevy_tasks", 1386 "bevy_utils", 1387 "derive_more", 1388 "serde", 1389 "thiserror 2.0.17", 1390] 1391 1392[[package]] 1393name = "bevy_ui" 1394version = "0.17.3" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "aa0fe27b8c641c2537480774dfd9198d56779371b04dd76618db39da4e7c7483" 1397dependencies = [ 1398 "accesskit", 1399 "bevy_a11y", 1400 "bevy_app", 1401 "bevy_asset", 1402 "bevy_camera", 1403 "bevy_color", 1404 "bevy_derive", 1405 "bevy_ecs", 1406 "bevy_image", 1407 "bevy_input", 1408 "bevy_math", 1409 "bevy_picking", 1410 "bevy_platform", 1411 "bevy_reflect", 1412 "bevy_sprite", 1413 "bevy_text", 1414 "bevy_transform", 1415 "bevy_utils", 1416 "bevy_window", 1417 "derive_more", 1418 "smallvec", 1419 "taffy", 1420 "thiserror 2.0.17", 1421 "tracing", 1422 "uuid", 1423] 1424 1425[[package]] 1426name = "bevy_ui_render" 1427version = "0.17.3" 1428source = "registry+https://github.com/rust-lang/crates.io-index" 1429checksum = "d1d2e783bb5f0b748e6360a0055421d5c934b43830b205a84996a75e54330cd7" 1430dependencies = [ 1431 "bevy_app", 1432 "bevy_asset", 1433 "bevy_camera", 1434 "bevy_color", 1435 "bevy_core_pipeline", 1436 "bevy_derive", 1437 "bevy_ecs", 1438 "bevy_image", 1439 "bevy_math", 1440 "bevy_mesh", 1441 "bevy_platform", 1442 "bevy_reflect", 1443 "bevy_render", 1444 "bevy_shader", 1445 "bevy_sprite", 1446 "bevy_sprite_render", 1447 "bevy_text", 1448 "bevy_transform", 1449 "bevy_ui", 1450 "bevy_utils", 1451 "bytemuck", 1452 "derive_more", 1453 "tracing", 1454] 1455 1456[[package]] 1457name = "bevy_utils" 1458version = "0.17.3" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "789d04f88c764877a4552e07745b402dbc45f5d0545e6d102558f2f1752a1d89" 1461dependencies = [ 1462 "bevy_platform", 1463 "disqualified", 1464 "thread_local", 1465] 1466 1467[[package]] 1468name = "bevy_window" 1469version = "0.17.3" 1470source = "registry+https://github.com/rust-lang/crates.io-index" 1471checksum = "8ae54ec7a0fc344278592a688a01b57b32182abc3ca7d47040773c4cbc2e15e0" 1472dependencies = [ 1473 "bevy_app", 1474 "bevy_asset", 1475 "bevy_ecs", 1476 "bevy_image", 1477 "bevy_input", 1478 "bevy_math", 1479 "bevy_platform", 1480 "bevy_reflect", 1481 "log", 1482 "raw-window-handle", 1483 "serde", 1484] 1485 1486[[package]] 1487name = "bevy_winit" 1488version = "0.17.3" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "feeaa46d3c4480323e690de8a4ca7f914c074af1f5f70ee3246392992dbf4a0c" 1491dependencies = [ 1492 "accesskit", 1493 "accesskit_winit", 1494 "approx", 1495 "bevy_a11y", 1496 "bevy_android", 1497 "bevy_app", 1498 "bevy_asset", 1499 "bevy_derive", 1500 "bevy_ecs", 1501 "bevy_image", 1502 "bevy_input", 1503 "bevy_input_focus", 1504 "bevy_log", 1505 "bevy_math", 1506 "bevy_platform", 1507 "bevy_reflect", 1508 "bevy_tasks", 1509 "bevy_window", 1510 "bytemuck", 1511 "cfg-if", 1512 "js-sys", 1513 "tracing", 1514 "wasm-bindgen", 1515 "web-sys", 1516 "wgpu-types", 1517 "winit", 1518] 1519 1520[[package]] 1521name = "bindgen" 1522version = "0.72.1" 1523source = "registry+https://github.com/rust-lang/crates.io-index" 1524checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" 1525dependencies = [ 1526 "bitflags 2.10.0", 1527 "cexpr", 1528 "clang-sys", 1529 "itertools 0.13.0", 1530 "proc-macro2", 1531 "quote", 1532 "regex", 1533 "rustc-hash 2.1.1", 1534 "shlex", 1535 "syn", 1536] 1537 1538[[package]] 1539name = "bit-set" 1540version = "0.8.0" 1541source = "registry+https://github.com/rust-lang/crates.io-index" 1542checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 1543dependencies = [ 1544 "bit-vec", 1545] 1546 1547[[package]] 1548name = "bit-vec" 1549version = "0.8.0" 1550source = "registry+https://github.com/rust-lang/crates.io-index" 1551checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 1552 1553[[package]] 1554name = "bitflags" 1555version = "1.3.2" 1556source = "registry+https://github.com/rust-lang/crates.io-index" 1557checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 1558 1559[[package]] 1560name = "bitflags" 1561version = "2.10.0" 1562source = "registry+https://github.com/rust-lang/crates.io-index" 1563checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 1564dependencies = [ 1565 "bytemuck", 1566 "serde_core", 1567] 1568 1569[[package]] 1570name = "blake3" 1571version = "1.8.2" 1572source = "registry+https://github.com/rust-lang/crates.io-index" 1573checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" 1574dependencies = [ 1575 "arrayref", 1576 "arrayvec", 1577 "cc", 1578 "cfg-if", 1579 "constant_time_eq", 1580] 1581 1582[[package]] 1583name = "block" 1584version = "0.1.6" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 1587 1588[[package]] 1589name = "block2" 1590version = "0.5.1" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 1593dependencies = [ 1594 "objc2 0.5.2", 1595] 1596 1597[[package]] 1598name = "block2" 1599version = "0.6.2" 1600source = "registry+https://github.com/rust-lang/crates.io-index" 1601checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 1602dependencies = [ 1603 "objc2 0.6.3", 1604] 1605 1606[[package]] 1607name = "blocking" 1608version = "1.6.2" 1609source = "registry+https://github.com/rust-lang/crates.io-index" 1610checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 1611dependencies = [ 1612 "async-channel", 1613 "async-task", 1614 "futures-io", 1615 "futures-lite", 1616 "piper", 1617] 1618 1619[[package]] 1620name = "bumpalo" 1621version = "3.19.1" 1622source = "registry+https://github.com/rust-lang/crates.io-index" 1623checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 1624 1625[[package]] 1626name = "bytemuck" 1627version = "1.24.0" 1628source = "registry+https://github.com/rust-lang/crates.io-index" 1629checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" 1630dependencies = [ 1631 "bytemuck_derive", 1632] 1633 1634[[package]] 1635name = "bytemuck_derive" 1636version = "1.10.2" 1637source = "registry+https://github.com/rust-lang/crates.io-index" 1638checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" 1639dependencies = [ 1640 "proc-macro2", 1641 "quote", 1642 "syn", 1643] 1644 1645[[package]] 1646name = "byteorder" 1647version = "1.5.0" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 1650 1651[[package]] 1652name = "byteorder-lite" 1653version = "0.1.0" 1654source = "registry+https://github.com/rust-lang/crates.io-index" 1655checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 1656 1657[[package]] 1658name = "bytes" 1659version = "1.11.0" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 1662 1663[[package]] 1664name = "calloop" 1665version = "0.13.0" 1666source = "registry+https://github.com/rust-lang/crates.io-index" 1667checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 1668dependencies = [ 1669 "bitflags 2.10.0", 1670 "log", 1671 "polling", 1672 "rustix 0.38.44", 1673 "slab", 1674 "thiserror 1.0.69", 1675] 1676 1677[[package]] 1678name = "calloop-wayland-source" 1679version = "0.3.0" 1680source = "registry+https://github.com/rust-lang/crates.io-index" 1681checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 1682dependencies = [ 1683 "calloop", 1684 "rustix 0.38.44", 1685 "wayland-backend", 1686 "wayland-client", 1687] 1688 1689[[package]] 1690name = "cc" 1691version = "1.2.49" 1692source = "registry+https://github.com/rust-lang/crates.io-index" 1693checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215" 1694dependencies = [ 1695 "find-msvc-tools", 1696 "jobserver", 1697 "libc", 1698 "shlex", 1699] 1700 1701[[package]] 1702name = "cesu8" 1703version = "1.1.0" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 1706 1707[[package]] 1708name = "cexpr" 1709version = "0.6.0" 1710source = "registry+https://github.com/rust-lang/crates.io-index" 1711checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 1712dependencies = [ 1713 "nom", 1714] 1715 1716[[package]] 1717name = "cfg-if" 1718version = "1.0.4" 1719source = "registry+https://github.com/rust-lang/crates.io-index" 1720checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 1721 1722[[package]] 1723name = "cfg_aliases" 1724version = "0.2.1" 1725source = "registry+https://github.com/rust-lang/crates.io-index" 1726checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1727 1728[[package]] 1729name = "clang-sys" 1730version = "1.8.1" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 1733dependencies = [ 1734 "glob", 1735 "libc", 1736 "libloading", 1737] 1738 1739[[package]] 1740name = "client" 1741version = "0.1.0" 1742dependencies = [ 1743 "anyhow", 1744 "bevy", 1745 "dotenvy", 1746 "felix-net", 1747] 1748 1749[[package]] 1750name = "codespan-reporting" 1751version = "0.12.0" 1752source = "registry+https://github.com/rust-lang/crates.io-index" 1753checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" 1754dependencies = [ 1755 "serde", 1756 "termcolor", 1757 "unicode-width", 1758] 1759 1760[[package]] 1761name = "combine" 1762version = "4.6.7" 1763source = "registry+https://github.com/rust-lang/crates.io-index" 1764checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 1765dependencies = [ 1766 "bytes", 1767 "memchr", 1768] 1769 1770[[package]] 1771name = "concurrent-queue" 1772version = "2.5.0" 1773source = "registry+https://github.com/rust-lang/crates.io-index" 1774checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 1775dependencies = [ 1776 "crossbeam-utils", 1777 "portable-atomic", 1778] 1779 1780[[package]] 1781name = "console_error_panic_hook" 1782version = "0.1.7" 1783source = "registry+https://github.com/rust-lang/crates.io-index" 1784checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 1785dependencies = [ 1786 "cfg-if", 1787 "wasm-bindgen", 1788] 1789 1790[[package]] 1791name = "const-fnv1a-hash" 1792version = "1.1.0" 1793source = "registry+https://github.com/rust-lang/crates.io-index" 1794checksum = "32b13ea120a812beba79e34316b3942a857c86ec1593cb34f27bb28272ce2cca" 1795 1796[[package]] 1797name = "const_panic" 1798version = "0.2.15" 1799source = "registry+https://github.com/rust-lang/crates.io-index" 1800checksum = "e262cdaac42494e3ae34c43969f9cdeb7da178bdb4b66fa6a1ea2edb4c8ae652" 1801dependencies = [ 1802 "typewit", 1803] 1804 1805[[package]] 1806name = "const_soft_float" 1807version = "0.1.4" 1808source = "registry+https://github.com/rust-lang/crates.io-index" 1809checksum = "87ca1caa64ef4ed453e68bb3db612e51cf1b2f5b871337f0fcab1c8f87cc3dff" 1810 1811[[package]] 1812name = "constant_time_eq" 1813version = "0.3.1" 1814source = "registry+https://github.com/rust-lang/crates.io-index" 1815checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" 1816 1817[[package]] 1818name = "constgebra" 1819version = "0.1.4" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "e1aaf9b65849a68662ac6c0810c8893a765c960b907dd7cfab9c4a50bf764fbc" 1822dependencies = [ 1823 "const_soft_float", 1824] 1825 1826[[package]] 1827name = "convert_case" 1828version = "0.10.0" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 1831dependencies = [ 1832 "unicode-segmentation", 1833] 1834 1835[[package]] 1836name = "core-foundation" 1837version = "0.9.4" 1838source = "registry+https://github.com/rust-lang/crates.io-index" 1839checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1840dependencies = [ 1841 "core-foundation-sys", 1842 "libc", 1843] 1844 1845[[package]] 1846name = "core-foundation" 1847version = "0.10.1" 1848source = "registry+https://github.com/rust-lang/crates.io-index" 1849checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 1850dependencies = [ 1851 "core-foundation-sys", 1852 "libc", 1853] 1854 1855[[package]] 1856name = "core-foundation-sys" 1857version = "0.8.7" 1858source = "registry+https://github.com/rust-lang/crates.io-index" 1859checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1860 1861[[package]] 1862name = "core-graphics" 1863version = "0.23.2" 1864source = "registry+https://github.com/rust-lang/crates.io-index" 1865checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 1866dependencies = [ 1867 "bitflags 1.3.2", 1868 "core-foundation 0.9.4", 1869 "core-graphics-types 0.1.3", 1870 "foreign-types", 1871 "libc", 1872] 1873 1874[[package]] 1875name = "core-graphics-types" 1876version = "0.1.3" 1877source = "registry+https://github.com/rust-lang/crates.io-index" 1878checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 1879dependencies = [ 1880 "bitflags 1.3.2", 1881 "core-foundation 0.9.4", 1882 "libc", 1883] 1884 1885[[package]] 1886name = "core-graphics-types" 1887version = "0.2.0" 1888source = "registry+https://github.com/rust-lang/crates.io-index" 1889checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 1890dependencies = [ 1891 "bitflags 2.10.0", 1892 "core-foundation 0.10.1", 1893 "libc", 1894] 1895 1896[[package]] 1897name = "coreaudio-rs" 1898version = "0.11.3" 1899source = "registry+https://github.com/rust-lang/crates.io-index" 1900checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace" 1901dependencies = [ 1902 "bitflags 1.3.2", 1903 "core-foundation-sys", 1904 "coreaudio-sys", 1905] 1906 1907[[package]] 1908name = "coreaudio-sys" 1909version = "0.2.17" 1910source = "registry+https://github.com/rust-lang/crates.io-index" 1911checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6" 1912dependencies = [ 1913 "bindgen", 1914] 1915 1916[[package]] 1917name = "cosmic-text" 1918version = "0.14.2" 1919source = "registry+https://github.com/rust-lang/crates.io-index" 1920checksum = "da46a9d5a8905cc538a4a5bceb6a4510de7a51049c5588c0114efce102bcbbe8" 1921dependencies = [ 1922 "bitflags 2.10.0", 1923 "fontdb", 1924 "log", 1925 "rangemap", 1926 "rustc-hash 1.1.0", 1927 "rustybuzz", 1928 "self_cell", 1929 "smol_str", 1930 "swash", 1931 "sys-locale", 1932 "ttf-parser 0.21.1", 1933 "unicode-bidi", 1934 "unicode-linebreak", 1935 "unicode-script", 1936 "unicode-segmentation", 1937] 1938 1939[[package]] 1940name = "cpal" 1941version = "0.15.3" 1942source = "registry+https://github.com/rust-lang/crates.io-index" 1943checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779" 1944dependencies = [ 1945 "alsa", 1946 "core-foundation-sys", 1947 "coreaudio-rs", 1948 "dasp_sample", 1949 "jni", 1950 "js-sys", 1951 "libc", 1952 "mach2", 1953 "ndk 0.8.0", 1954 "ndk-context", 1955 "oboe", 1956 "wasm-bindgen", 1957 "wasm-bindgen-futures", 1958 "web-sys", 1959 "windows 0.54.0", 1960] 1961 1962[[package]] 1963name = "crc32fast" 1964version = "1.5.0" 1965source = "registry+https://github.com/rust-lang/crates.io-index" 1966checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 1967dependencies = [ 1968 "cfg-if", 1969] 1970 1971[[package]] 1972name = "critical-section" 1973version = "1.2.0" 1974source = "registry+https://github.com/rust-lang/crates.io-index" 1975checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 1976 1977[[package]] 1978name = "crossbeam-channel" 1979version = "0.5.15" 1980source = "registry+https://github.com/rust-lang/crates.io-index" 1981checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 1982dependencies = [ 1983 "crossbeam-utils", 1984] 1985 1986[[package]] 1987name = "crossbeam-queue" 1988version = "0.3.12" 1989source = "registry+https://github.com/rust-lang/crates.io-index" 1990checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 1991dependencies = [ 1992 "crossbeam-utils", 1993] 1994 1995[[package]] 1996name = "crossbeam-utils" 1997version = "0.8.21" 1998source = "registry+https://github.com/rust-lang/crates.io-index" 1999checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 2000 2001[[package]] 2002name = "crunchy" 2003version = "0.2.4" 2004source = "registry+https://github.com/rust-lang/crates.io-index" 2005checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 2006 2007[[package]] 2008name = "ctrlc" 2009version = "3.5.1" 2010source = "registry+https://github.com/rust-lang/crates.io-index" 2011checksum = "73736a89c4aff73035ba2ed2e565061954da00d4970fc9ac25dcc85a2a20d790" 2012dependencies = [ 2013 "dispatch2", 2014 "nix", 2015 "windows-sys 0.61.2", 2016] 2017 2018[[package]] 2019name = "cursor-icon" 2020version = "1.2.0" 2021source = "registry+https://github.com/rust-lang/crates.io-index" 2022checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" 2023 2024[[package]] 2025name = "dasp_sample" 2026version = "0.11.0" 2027source = "registry+https://github.com/rust-lang/crates.io-index" 2028checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" 2029 2030[[package]] 2031name = "data-encoding" 2032version = "2.9.0" 2033source = "registry+https://github.com/rust-lang/crates.io-index" 2034checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 2035 2036[[package]] 2037name = "derive_more" 2038version = "2.1.0" 2039source = "registry+https://github.com/rust-lang/crates.io-index" 2040checksum = "10b768e943bed7bf2cab53df09f4bc34bfd217cdb57d971e769874c9a6710618" 2041dependencies = [ 2042 "derive_more-impl", 2043] 2044 2045[[package]] 2046name = "derive_more-impl" 2047version = "2.1.0" 2048source = "registry+https://github.com/rust-lang/crates.io-index" 2049checksum = "6d286bfdaf75e988b4a78e013ecd79c581e06399ab53fbacd2d916c2f904f30b" 2050dependencies = [ 2051 "convert_case", 2052 "proc-macro2", 2053 "quote", 2054 "rustc_version", 2055 "syn", 2056 "unicode-xid", 2057] 2058 2059[[package]] 2060name = "dispatch" 2061version = "0.2.0" 2062source = "registry+https://github.com/rust-lang/crates.io-index" 2063checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 2064 2065[[package]] 2066name = "dispatch2" 2067version = "0.3.0" 2068source = "registry+https://github.com/rust-lang/crates.io-index" 2069checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" 2070dependencies = [ 2071 "bitflags 2.10.0", 2072 "block2 0.6.2", 2073 "libc", 2074 "objc2 0.6.3", 2075] 2076 2077[[package]] 2078name = "disqualified" 2079version = "1.0.0" 2080source = "registry+https://github.com/rust-lang/crates.io-index" 2081checksum = "c9c272297e804878a2a4b707cfcfc6d2328b5bb936944613b4fdf2b9269afdfd" 2082 2083[[package]] 2084name = "dlib" 2085version = "0.5.2" 2086source = "registry+https://github.com/rust-lang/crates.io-index" 2087checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 2088dependencies = [ 2089 "libloading", 2090] 2091 2092[[package]] 2093name = "document-features" 2094version = "0.2.12" 2095source = "registry+https://github.com/rust-lang/crates.io-index" 2096checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 2097dependencies = [ 2098 "litrs", 2099] 2100 2101[[package]] 2102name = "dotenvy" 2103version = "0.15.7" 2104source = "registry+https://github.com/rust-lang/crates.io-index" 2105checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 2106 2107[[package]] 2108name = "downcast-rs" 2109version = "1.2.1" 2110source = "registry+https://github.com/rust-lang/crates.io-index" 2111checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 2112 2113[[package]] 2114name = "downcast-rs" 2115version = "2.0.2" 2116source = "registry+https://github.com/rust-lang/crates.io-index" 2117checksum = "117240f60069e65410b3ae1bb213295bd828f707b5bec6596a1afc8793ce0cbc" 2118 2119[[package]] 2120name = "dpi" 2121version = "0.1.2" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 2124 2125[[package]] 2126name = "either" 2127version = "1.15.0" 2128source = "registry+https://github.com/rust-lang/crates.io-index" 2129checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 2130 2131[[package]] 2132name = "encase" 2133version = "0.11.2" 2134source = "registry+https://github.com/rust-lang/crates.io-index" 2135checksum = "02ba239319a4f60905966390f5e52799d868103a533bb7e27822792332504ddd" 2136dependencies = [ 2137 "const_panic", 2138 "encase_derive", 2139 "glam", 2140 "thiserror 2.0.17", 2141] 2142 2143[[package]] 2144name = "encase_derive" 2145version = "0.11.2" 2146source = "registry+https://github.com/rust-lang/crates.io-index" 2147checksum = "5223d6c647f09870553224f6e37261fe5567bc5a4f4cf13ed337476e79990f2f" 2148dependencies = [ 2149 "encase_derive_impl", 2150] 2151 2152[[package]] 2153name = "encase_derive_impl" 2154version = "0.11.2" 2155source = "registry+https://github.com/rust-lang/crates.io-index" 2156checksum = "1796db3d892515842ca2dfb11124c4bb4a9e58d9f2c5c1072e5bca1b2334507b" 2157dependencies = [ 2158 "proc-macro2", 2159 "quote", 2160 "syn", 2161] 2162 2163[[package]] 2164name = "equivalent" 2165version = "1.0.2" 2166source = "registry+https://github.com/rust-lang/crates.io-index" 2167checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 2168 2169[[package]] 2170name = "erased-serde" 2171version = "0.4.9" 2172source = "registry+https://github.com/rust-lang/crates.io-index" 2173checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3" 2174dependencies = [ 2175 "serde", 2176 "serde_core", 2177 "typeid", 2178] 2179 2180[[package]] 2181name = "errno" 2182version = "0.3.14" 2183source = "registry+https://github.com/rust-lang/crates.io-index" 2184checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 2185dependencies = [ 2186 "libc", 2187 "windows-sys 0.61.2", 2188] 2189 2190[[package]] 2191name = "euclid" 2192version = "0.22.11" 2193source = "registry+https://github.com/rust-lang/crates.io-index" 2194checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48" 2195dependencies = [ 2196 "num-traits", 2197] 2198 2199[[package]] 2200name = "event-listener" 2201version = "5.4.1" 2202source = "registry+https://github.com/rust-lang/crates.io-index" 2203checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 2204dependencies = [ 2205 "concurrent-queue", 2206 "parking", 2207 "pin-project-lite", 2208] 2209 2210[[package]] 2211name = "event-listener-strategy" 2212version = "0.5.4" 2213source = "registry+https://github.com/rust-lang/crates.io-index" 2214checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 2215dependencies = [ 2216 "event-listener", 2217 "pin-project-lite", 2218] 2219 2220[[package]] 2221name = "fastrand" 2222version = "2.3.0" 2223source = "registry+https://github.com/rust-lang/crates.io-index" 2224checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 2225 2226[[package]] 2227name = "fdeflate" 2228version = "0.3.7" 2229source = "registry+https://github.com/rust-lang/crates.io-index" 2230checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 2231dependencies = [ 2232 "simd-adler32", 2233] 2234 2235[[package]] 2236name = "felix-net" 2237version = "0.1.0" 2238dependencies = [ 2239 "anyhow", 2240 "bevy_math", 2241] 2242 2243[[package]] 2244name = "find-msvc-tools" 2245version = "0.1.5" 2246source = "registry+https://github.com/rust-lang/crates.io-index" 2247checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 2248 2249[[package]] 2250name = "fixedbitset" 2251version = "0.5.7" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" 2254 2255[[package]] 2256name = "flate2" 2257version = "1.1.5" 2258source = "registry+https://github.com/rust-lang/crates.io-index" 2259checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" 2260dependencies = [ 2261 "crc32fast", 2262 "miniz_oxide", 2263] 2264 2265[[package]] 2266name = "fnv" 2267version = "1.0.7" 2268source = "registry+https://github.com/rust-lang/crates.io-index" 2269checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 2270 2271[[package]] 2272name = "foldhash" 2273version = "0.1.5" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 2276 2277[[package]] 2278name = "foldhash" 2279version = "0.2.0" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 2282 2283[[package]] 2284name = "font-types" 2285version = "0.10.1" 2286source = "registry+https://github.com/rust-lang/crates.io-index" 2287checksum = "39a654f404bbcbd48ea58c617c2993ee91d1cb63727a37bf2323a4edeed1b8c5" 2288dependencies = [ 2289 "bytemuck", 2290] 2291 2292[[package]] 2293name = "fontconfig-parser" 2294version = "0.5.8" 2295source = "registry+https://github.com/rust-lang/crates.io-index" 2296checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646" 2297dependencies = [ 2298 "roxmltree", 2299] 2300 2301[[package]] 2302name = "fontdb" 2303version = "0.16.2" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3" 2306dependencies = [ 2307 "fontconfig-parser", 2308 "log", 2309 "memmap2", 2310 "slotmap", 2311 "tinyvec", 2312 "ttf-parser 0.20.0", 2313] 2314 2315[[package]] 2316name = "foreign-types" 2317version = "0.5.0" 2318source = "registry+https://github.com/rust-lang/crates.io-index" 2319checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 2320dependencies = [ 2321 "foreign-types-macros", 2322 "foreign-types-shared", 2323] 2324 2325[[package]] 2326name = "foreign-types-macros" 2327version = "0.2.3" 2328source = "registry+https://github.com/rust-lang/crates.io-index" 2329checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 2330dependencies = [ 2331 "proc-macro2", 2332 "quote", 2333 "syn", 2334] 2335 2336[[package]] 2337name = "foreign-types-shared" 2338version = "0.3.1" 2339source = "registry+https://github.com/rust-lang/crates.io-index" 2340checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 2341 2342[[package]] 2343name = "futures-channel" 2344version = "0.3.31" 2345source = "registry+https://github.com/rust-lang/crates.io-index" 2346checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 2347dependencies = [ 2348 "futures-core", 2349] 2350 2351[[package]] 2352name = "futures-core" 2353version = "0.3.31" 2354source = "registry+https://github.com/rust-lang/crates.io-index" 2355checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 2356 2357[[package]] 2358name = "futures-io" 2359version = "0.3.31" 2360source = "registry+https://github.com/rust-lang/crates.io-index" 2361checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 2362 2363[[package]] 2364name = "futures-lite" 2365version = "2.6.1" 2366source = "registry+https://github.com/rust-lang/crates.io-index" 2367checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 2368dependencies = [ 2369 "fastrand", 2370 "futures-core", 2371 "futures-io", 2372 "parking", 2373 "pin-project-lite", 2374] 2375 2376[[package]] 2377name = "gethostname" 2378version = "1.1.0" 2379source = "registry+https://github.com/rust-lang/crates.io-index" 2380checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" 2381dependencies = [ 2382 "rustix 1.1.2", 2383 "windows-link 0.2.1", 2384] 2385 2386[[package]] 2387name = "getrandom" 2388version = "0.2.16" 2389source = "registry+https://github.com/rust-lang/crates.io-index" 2390checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 2391dependencies = [ 2392 "cfg-if", 2393 "libc", 2394 "wasi", 2395] 2396 2397[[package]] 2398name = "getrandom" 2399version = "0.3.4" 2400source = "registry+https://github.com/rust-lang/crates.io-index" 2401checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 2402dependencies = [ 2403 "cfg-if", 2404 "js-sys", 2405 "libc", 2406 "r-efi", 2407 "wasip2", 2408 "wasm-bindgen", 2409] 2410 2411[[package]] 2412name = "gilrs" 2413version = "0.11.0" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "bbb2c998745a3c1ac90f64f4f7b3a54219fd3612d7705e7798212935641ed18f" 2416dependencies = [ 2417 "fnv", 2418 "gilrs-core", 2419 "log", 2420 "uuid", 2421 "vec_map", 2422] 2423 2424[[package]] 2425name = "gilrs-core" 2426version = "0.6.6" 2427source = "registry+https://github.com/rust-lang/crates.io-index" 2428checksum = "be11a71ac3564f6965839e2ed275bf4fcf5ce16d80d396e1dfdb7b2d80bd587e" 2429dependencies = [ 2430 "core-foundation 0.10.1", 2431 "inotify", 2432 "io-kit-sys", 2433 "js-sys", 2434 "libc", 2435 "libudev-sys", 2436 "log", 2437 "nix", 2438 "uuid", 2439 "vec_map", 2440 "wasm-bindgen", 2441 "web-sys", 2442 "windows 0.62.2", 2443] 2444 2445[[package]] 2446name = "gl_generator" 2447version = "0.14.0" 2448source = "registry+https://github.com/rust-lang/crates.io-index" 2449checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 2450dependencies = [ 2451 "khronos_api", 2452 "log", 2453 "xml-rs", 2454] 2455 2456[[package]] 2457name = "glam" 2458version = "0.30.9" 2459source = "registry+https://github.com/rust-lang/crates.io-index" 2460checksum = "bd47b05dddf0005d850e5644cae7f2b14ac3df487979dbfff3b56f20b1a6ae46" 2461dependencies = [ 2462 "bytemuck", 2463 "libm", 2464 "rand 0.9.2", 2465 "serde_core", 2466] 2467 2468[[package]] 2469name = "glob" 2470version = "0.3.3" 2471source = "registry+https://github.com/rust-lang/crates.io-index" 2472checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 2473 2474[[package]] 2475name = "glow" 2476version = "0.16.0" 2477source = "registry+https://github.com/rust-lang/crates.io-index" 2478checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" 2479dependencies = [ 2480 "js-sys", 2481 "slotmap", 2482 "wasm-bindgen", 2483 "web-sys", 2484] 2485 2486[[package]] 2487name = "gltf" 2488version = "1.4.1" 2489source = "registry+https://github.com/rust-lang/crates.io-index" 2490checksum = "e3ce1918195723ce6ac74e80542c5a96a40c2b26162c1957a5cd70799b8cacf7" 2491dependencies = [ 2492 "byteorder", 2493 "gltf-json", 2494 "lazy_static", 2495 "serde_json", 2496] 2497 2498[[package]] 2499name = "gltf-derive" 2500version = "1.4.1" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "14070e711538afba5d6c807edb74bcb84e5dbb9211a3bf5dea0dfab5b24f4c51" 2503dependencies = [ 2504 "inflections", 2505 "proc-macro2", 2506 "quote", 2507 "syn", 2508] 2509 2510[[package]] 2511name = "gltf-json" 2512version = "1.4.1" 2513source = "registry+https://github.com/rust-lang/crates.io-index" 2514checksum = "e6176f9d60a7eab0a877e8e96548605dedbde9190a7ae1e80bbcc1c9af03ab14" 2515dependencies = [ 2516 "gltf-derive", 2517 "serde", 2518 "serde_derive", 2519 "serde_json", 2520] 2521 2522[[package]] 2523name = "glutin_wgl_sys" 2524version = "0.6.1" 2525source = "registry+https://github.com/rust-lang/crates.io-index" 2526checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" 2527dependencies = [ 2528 "gl_generator", 2529] 2530 2531[[package]] 2532name = "gpu-alloc" 2533version = "0.6.0" 2534source = "registry+https://github.com/rust-lang/crates.io-index" 2535checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 2536dependencies = [ 2537 "bitflags 2.10.0", 2538 "gpu-alloc-types", 2539] 2540 2541[[package]] 2542name = "gpu-alloc-types" 2543version = "0.3.0" 2544source = "registry+https://github.com/rust-lang/crates.io-index" 2545checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 2546dependencies = [ 2547 "bitflags 2.10.0", 2548] 2549 2550[[package]] 2551name = "gpu-allocator" 2552version = "0.27.0" 2553source = "registry+https://github.com/rust-lang/crates.io-index" 2554checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd" 2555dependencies = [ 2556 "log", 2557 "presser", 2558 "thiserror 1.0.69", 2559 "windows 0.58.0", 2560] 2561 2562[[package]] 2563name = "gpu-descriptor" 2564version = "0.3.2" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" 2567dependencies = [ 2568 "bitflags 2.10.0", 2569 "gpu-descriptor-types", 2570 "hashbrown 0.15.5", 2571] 2572 2573[[package]] 2574name = "gpu-descriptor-types" 2575version = "0.2.0" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 2578dependencies = [ 2579 "bitflags 2.10.0", 2580] 2581 2582[[package]] 2583name = "grid" 2584version = "0.15.0" 2585source = "registry+https://github.com/rust-lang/crates.io-index" 2586checksum = "36119f3a540b086b4e436bb2b588cf98a68863470e0e880f4d0842f112a3183a" 2587 2588[[package]] 2589name = "guillotiere" 2590version = "0.6.2" 2591source = "registry+https://github.com/rust-lang/crates.io-index" 2592checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782" 2593dependencies = [ 2594 "euclid", 2595 "svg_fmt", 2596] 2597 2598[[package]] 2599name = "half" 2600version = "2.7.1" 2601source = "registry+https://github.com/rust-lang/crates.io-index" 2602checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 2603dependencies = [ 2604 "cfg-if", 2605 "crunchy", 2606 "num-traits", 2607 "zerocopy", 2608] 2609 2610[[package]] 2611name = "hash32" 2612version = "0.3.1" 2613source = "registry+https://github.com/rust-lang/crates.io-index" 2614checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 2615dependencies = [ 2616 "byteorder", 2617] 2618 2619[[package]] 2620name = "hashbrown" 2621version = "0.15.5" 2622source = "registry+https://github.com/rust-lang/crates.io-index" 2623checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 2624dependencies = [ 2625 "foldhash 0.1.5", 2626] 2627 2628[[package]] 2629name = "hashbrown" 2630version = "0.16.1" 2631source = "registry+https://github.com/rust-lang/crates.io-index" 2632checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 2633dependencies = [ 2634 "equivalent", 2635 "serde", 2636 "serde_core", 2637] 2638 2639[[package]] 2640name = "heapless" 2641version = "0.8.0" 2642source = "registry+https://github.com/rust-lang/crates.io-index" 2643checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 2644dependencies = [ 2645 "hash32", 2646 "portable-atomic", 2647 "stable_deref_trait", 2648] 2649 2650[[package]] 2651name = "hermit-abi" 2652version = "0.5.2" 2653source = "registry+https://github.com/rust-lang/crates.io-index" 2654checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 2655 2656[[package]] 2657name = "hexasphere" 2658version = "16.0.0" 2659source = "registry+https://github.com/rust-lang/crates.io-index" 2660checksum = "29a164ceff4500f2a72b1d21beaa8aa8ad83aec2b641844c659b190cb3ea2e0b" 2661dependencies = [ 2662 "constgebra", 2663 "glam", 2664 "tinyvec", 2665] 2666 2667[[package]] 2668name = "hexf-parse" 2669version = "0.2.1" 2670source = "registry+https://github.com/rust-lang/crates.io-index" 2671checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 2672 2673[[package]] 2674name = "image" 2675version = "0.25.9" 2676source = "registry+https://github.com/rust-lang/crates.io-index" 2677checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" 2678dependencies = [ 2679 "bytemuck", 2680 "byteorder-lite", 2681 "moxcms", 2682 "num-traits", 2683 "png", 2684] 2685 2686[[package]] 2687name = "indexmap" 2688version = "2.12.1" 2689source = "registry+https://github.com/rust-lang/crates.io-index" 2690checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 2691dependencies = [ 2692 "equivalent", 2693 "hashbrown 0.16.1", 2694 "serde", 2695 "serde_core", 2696] 2697 2698[[package]] 2699name = "inflections" 2700version = "1.1.1" 2701source = "registry+https://github.com/rust-lang/crates.io-index" 2702checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a" 2703 2704[[package]] 2705name = "inotify" 2706version = "0.11.0" 2707source = "registry+https://github.com/rust-lang/crates.io-index" 2708checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" 2709dependencies = [ 2710 "bitflags 2.10.0", 2711 "inotify-sys", 2712 "libc", 2713] 2714 2715[[package]] 2716name = "inotify-sys" 2717version = "0.1.5" 2718source = "registry+https://github.com/rust-lang/crates.io-index" 2719checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 2720dependencies = [ 2721 "libc", 2722] 2723 2724[[package]] 2725name = "inventory" 2726version = "0.3.21" 2727source = "registry+https://github.com/rust-lang/crates.io-index" 2728checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" 2729dependencies = [ 2730 "rustversion", 2731] 2732 2733[[package]] 2734name = "io-kit-sys" 2735version = "0.4.1" 2736source = "registry+https://github.com/rust-lang/crates.io-index" 2737checksum = "617ee6cf8e3f66f3b4ea67a4058564628cde41901316e19f559e14c7c72c5e7b" 2738dependencies = [ 2739 "core-foundation-sys", 2740 "mach2", 2741] 2742 2743[[package]] 2744name = "itertools" 2745version = "0.13.0" 2746source = "registry+https://github.com/rust-lang/crates.io-index" 2747checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2748dependencies = [ 2749 "either", 2750] 2751 2752[[package]] 2753name = "itertools" 2754version = "0.14.0" 2755source = "registry+https://github.com/rust-lang/crates.io-index" 2756checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 2757dependencies = [ 2758 "either", 2759] 2760 2761[[package]] 2762name = "itoa" 2763version = "1.0.15" 2764source = "registry+https://github.com/rust-lang/crates.io-index" 2765checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 2766 2767[[package]] 2768name = "jni" 2769version = "0.21.1" 2770source = "registry+https://github.com/rust-lang/crates.io-index" 2771checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2772dependencies = [ 2773 "cesu8", 2774 "cfg-if", 2775 "combine", 2776 "jni-sys", 2777 "log", 2778 "thiserror 1.0.69", 2779 "walkdir", 2780 "windows-sys 0.45.0", 2781] 2782 2783[[package]] 2784name = "jni-sys" 2785version = "0.3.0" 2786source = "registry+https://github.com/rust-lang/crates.io-index" 2787checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2788 2789[[package]] 2790name = "jobserver" 2791version = "0.1.34" 2792source = "registry+https://github.com/rust-lang/crates.io-index" 2793checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 2794dependencies = [ 2795 "getrandom 0.3.4", 2796 "libc", 2797] 2798 2799[[package]] 2800name = "js-sys" 2801version = "0.3.83" 2802source = "registry+https://github.com/rust-lang/crates.io-index" 2803checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 2804dependencies = [ 2805 "once_cell", 2806 "wasm-bindgen", 2807] 2808 2809[[package]] 2810name = "khronos-egl" 2811version = "6.0.0" 2812source = "registry+https://github.com/rust-lang/crates.io-index" 2813checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 2814dependencies = [ 2815 "libc", 2816 "libloading", 2817 "pkg-config", 2818] 2819 2820[[package]] 2821name = "khronos_api" 2822version = "3.1.0" 2823source = "registry+https://github.com/rust-lang/crates.io-index" 2824checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 2825 2826[[package]] 2827name = "ktx2" 2828version = "0.4.0" 2829source = "registry+https://github.com/rust-lang/crates.io-index" 2830checksum = "ff7f53bdf698e7aa7ec916411bbdc8078135da11b66db5182675b2227f6c0d07" 2831dependencies = [ 2832 "bitflags 2.10.0", 2833] 2834 2835[[package]] 2836name = "lazy_static" 2837version = "1.5.0" 2838source = "registry+https://github.com/rust-lang/crates.io-index" 2839checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2840 2841[[package]] 2842name = "lewton" 2843version = "0.10.2" 2844source = "registry+https://github.com/rust-lang/crates.io-index" 2845checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030" 2846dependencies = [ 2847 "byteorder", 2848 "ogg", 2849 "tinyvec", 2850] 2851 2852[[package]] 2853name = "libc" 2854version = "0.2.178" 2855source = "registry+https://github.com/rust-lang/crates.io-index" 2856checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" 2857 2858[[package]] 2859name = "libloading" 2860version = "0.8.9" 2861source = "registry+https://github.com/rust-lang/crates.io-index" 2862checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 2863dependencies = [ 2864 "cfg-if", 2865 "windows-link 0.2.1", 2866] 2867 2868[[package]] 2869name = "libm" 2870version = "0.2.15" 2871source = "registry+https://github.com/rust-lang/crates.io-index" 2872checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 2873 2874[[package]] 2875name = "libredox" 2876version = "0.1.11" 2877source = "registry+https://github.com/rust-lang/crates.io-index" 2878checksum = "df15f6eac291ed1cf25865b1ee60399f57e7c227e7f51bdbd4c5270396a9ed50" 2879dependencies = [ 2880 "bitflags 2.10.0", 2881 "libc", 2882 "redox_syscall 0.6.0", 2883] 2884 2885[[package]] 2886name = "libudev-sys" 2887version = "0.1.4" 2888source = "registry+https://github.com/rust-lang/crates.io-index" 2889checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" 2890dependencies = [ 2891 "libc", 2892 "pkg-config", 2893] 2894 2895[[package]] 2896name = "linux-raw-sys" 2897version = "0.4.15" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2900 2901[[package]] 2902name = "linux-raw-sys" 2903version = "0.11.0" 2904source = "registry+https://github.com/rust-lang/crates.io-index" 2905checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 2906 2907[[package]] 2908name = "litrs" 2909version = "1.0.0" 2910source = "registry+https://github.com/rust-lang/crates.io-index" 2911checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 2912 2913[[package]] 2914name = "lock_api" 2915version = "0.4.14" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2918dependencies = [ 2919 "scopeguard", 2920] 2921 2922[[package]] 2923name = "log" 2924version = "0.4.29" 2925source = "registry+https://github.com/rust-lang/crates.io-index" 2926checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 2927 2928[[package]] 2929name = "mach2" 2930version = "0.4.3" 2931source = "registry+https://github.com/rust-lang/crates.io-index" 2932checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" 2933dependencies = [ 2934 "libc", 2935] 2936 2937[[package]] 2938name = "malloc_buf" 2939version = "0.0.6" 2940source = "registry+https://github.com/rust-lang/crates.io-index" 2941checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2942dependencies = [ 2943 "libc", 2944] 2945 2946[[package]] 2947name = "matchers" 2948version = "0.2.0" 2949source = "registry+https://github.com/rust-lang/crates.io-index" 2950checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 2951dependencies = [ 2952 "regex-automata", 2953] 2954 2955[[package]] 2956name = "memchr" 2957version = "2.7.6" 2958source = "registry+https://github.com/rust-lang/crates.io-index" 2959checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 2960 2961[[package]] 2962name = "memmap2" 2963version = "0.9.9" 2964source = "registry+https://github.com/rust-lang/crates.io-index" 2965checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" 2966dependencies = [ 2967 "libc", 2968] 2969 2970[[package]] 2971name = "metal" 2972version = "0.32.0" 2973source = "registry+https://github.com/rust-lang/crates.io-index" 2974checksum = "00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605" 2975dependencies = [ 2976 "bitflags 2.10.0", 2977 "block", 2978 "core-graphics-types 0.2.0", 2979 "foreign-types", 2980 "log", 2981 "objc", 2982 "paste", 2983] 2984 2985[[package]] 2986name = "minimal-lexical" 2987version = "0.2.1" 2988source = "registry+https://github.com/rust-lang/crates.io-index" 2989checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2990 2991[[package]] 2992name = "miniz_oxide" 2993version = "0.8.9" 2994source = "registry+https://github.com/rust-lang/crates.io-index" 2995checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2996dependencies = [ 2997 "adler2", 2998 "simd-adler32", 2999] 3000 3001[[package]] 3002name = "moxcms" 3003version = "0.7.11" 3004source = "registry+https://github.com/rust-lang/crates.io-index" 3005checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97" 3006dependencies = [ 3007 "num-traits", 3008 "pxfm", 3009] 3010 3011[[package]] 3012name = "naga" 3013version = "26.0.0" 3014source = "registry+https://github.com/rust-lang/crates.io-index" 3015checksum = "916cbc7cb27db60be930a4e2da243cf4bc39569195f22fd8ee419cd31d5b662c" 3016dependencies = [ 3017 "arrayvec", 3018 "bit-set", 3019 "bitflags 2.10.0", 3020 "cfg-if", 3021 "cfg_aliases", 3022 "codespan-reporting", 3023 "half", 3024 "hashbrown 0.15.5", 3025 "hexf-parse", 3026 "indexmap", 3027 "libm", 3028 "log", 3029 "num-traits", 3030 "once_cell", 3031 "pp-rs", 3032 "rustc-hash 1.1.0", 3033 "spirv", 3034 "thiserror 2.0.17", 3035 "unicode-ident", 3036] 3037 3038[[package]] 3039name = "naga_oil" 3040version = "0.19.1" 3041source = "registry+https://github.com/rust-lang/crates.io-index" 3042checksum = "1b586d3cf5c9b7e13fe2af6e114406ff70773fd80881960378933b63e76f37dd" 3043dependencies = [ 3044 "codespan-reporting", 3045 "data-encoding", 3046 "indexmap", 3047 "naga", 3048 "regex", 3049 "rustc-hash 1.1.0", 3050 "thiserror 2.0.17", 3051 "tracing", 3052 "unicode-ident", 3053] 3054 3055[[package]] 3056name = "nanoid" 3057version = "0.4.0" 3058source = "registry+https://github.com/rust-lang/crates.io-index" 3059checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" 3060dependencies = [ 3061 "rand 0.8.5", 3062] 3063 3064[[package]] 3065name = "ndk" 3066version = "0.8.0" 3067source = "registry+https://github.com/rust-lang/crates.io-index" 3068checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" 3069dependencies = [ 3070 "bitflags 2.10.0", 3071 "jni-sys", 3072 "log", 3073 "ndk-sys 0.5.0+25.2.9519653", 3074 "num_enum", 3075 "thiserror 1.0.69", 3076] 3077 3078[[package]] 3079name = "ndk" 3080version = "0.9.0" 3081source = "registry+https://github.com/rust-lang/crates.io-index" 3082checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 3083dependencies = [ 3084 "bitflags 2.10.0", 3085 "jni-sys", 3086 "log", 3087 "ndk-sys 0.6.0+11769913", 3088 "num_enum", 3089 "raw-window-handle", 3090 "thiserror 1.0.69", 3091] 3092 3093[[package]] 3094name = "ndk-context" 3095version = "0.1.1" 3096source = "registry+https://github.com/rust-lang/crates.io-index" 3097checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3098 3099[[package]] 3100name = "ndk-sys" 3101version = "0.5.0+25.2.9519653" 3102source = "registry+https://github.com/rust-lang/crates.io-index" 3103checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 3104dependencies = [ 3105 "jni-sys", 3106] 3107 3108[[package]] 3109name = "ndk-sys" 3110version = "0.6.0+11769913" 3111source = "registry+https://github.com/rust-lang/crates.io-index" 3112checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 3113dependencies = [ 3114 "jni-sys", 3115] 3116 3117[[package]] 3118name = "nix" 3119version = "0.30.1" 3120source = "registry+https://github.com/rust-lang/crates.io-index" 3121checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 3122dependencies = [ 3123 "bitflags 2.10.0", 3124 "cfg-if", 3125 "cfg_aliases", 3126 "libc", 3127] 3128 3129[[package]] 3130name = "nom" 3131version = "7.1.3" 3132source = "registry+https://github.com/rust-lang/crates.io-index" 3133checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3134dependencies = [ 3135 "memchr", 3136 "minimal-lexical", 3137] 3138 3139[[package]] 3140name = "nonmax" 3141version = "0.5.5" 3142source = "registry+https://github.com/rust-lang/crates.io-index" 3143checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51" 3144 3145[[package]] 3146name = "ntapi" 3147version = "0.4.1" 3148source = "registry+https://github.com/rust-lang/crates.io-index" 3149checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 3150dependencies = [ 3151 "winapi", 3152] 3153 3154[[package]] 3155name = "nu-ansi-term" 3156version = "0.50.3" 3157source = "registry+https://github.com/rust-lang/crates.io-index" 3158checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 3159dependencies = [ 3160 "windows-sys 0.61.2", 3161] 3162 3163[[package]] 3164name = "num-derive" 3165version = "0.4.2" 3166source = "registry+https://github.com/rust-lang/crates.io-index" 3167checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 3168dependencies = [ 3169 "proc-macro2", 3170 "quote", 3171 "syn", 3172] 3173 3174[[package]] 3175name = "num-traits" 3176version = "0.2.19" 3177source = "registry+https://github.com/rust-lang/crates.io-index" 3178checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3179dependencies = [ 3180 "autocfg", 3181 "libm", 3182] 3183 3184[[package]] 3185name = "num_enum" 3186version = "0.7.5" 3187source = "registry+https://github.com/rust-lang/crates.io-index" 3188checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" 3189dependencies = [ 3190 "num_enum_derive", 3191 "rustversion", 3192] 3193 3194[[package]] 3195name = "num_enum_derive" 3196version = "0.7.5" 3197source = "registry+https://github.com/rust-lang/crates.io-index" 3198checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" 3199dependencies = [ 3200 "proc-macro-crate", 3201 "proc-macro2", 3202 "quote", 3203 "syn", 3204] 3205 3206[[package]] 3207name = "objc" 3208version = "0.2.7" 3209source = "registry+https://github.com/rust-lang/crates.io-index" 3210checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 3211dependencies = [ 3212 "malloc_buf", 3213] 3214 3215[[package]] 3216name = "objc-sys" 3217version = "0.3.5" 3218source = "registry+https://github.com/rust-lang/crates.io-index" 3219checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 3220 3221[[package]] 3222name = "objc2" 3223version = "0.5.2" 3224source = "registry+https://github.com/rust-lang/crates.io-index" 3225checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 3226dependencies = [ 3227 "objc-sys", 3228 "objc2-encode", 3229] 3230 3231[[package]] 3232name = "objc2" 3233version = "0.6.3" 3234source = "registry+https://github.com/rust-lang/crates.io-index" 3235checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 3236dependencies = [ 3237 "objc2-encode", 3238] 3239 3240[[package]] 3241name = "objc2-app-kit" 3242version = "0.2.2" 3243source = "registry+https://github.com/rust-lang/crates.io-index" 3244checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 3245dependencies = [ 3246 "bitflags 2.10.0", 3247 "block2 0.5.1", 3248 "libc", 3249 "objc2 0.5.2", 3250 "objc2-core-data", 3251 "objc2-core-image", 3252 "objc2-foundation", 3253 "objc2-quartz-core", 3254] 3255 3256[[package]] 3257name = "objc2-cloud-kit" 3258version = "0.2.2" 3259source = "registry+https://github.com/rust-lang/crates.io-index" 3260checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 3261dependencies = [ 3262 "bitflags 2.10.0", 3263 "block2 0.5.1", 3264 "objc2 0.5.2", 3265 "objc2-core-location", 3266 "objc2-foundation", 3267] 3268 3269[[package]] 3270name = "objc2-contacts" 3271version = "0.2.2" 3272source = "registry+https://github.com/rust-lang/crates.io-index" 3273checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 3274dependencies = [ 3275 "block2 0.5.1", 3276 "objc2 0.5.2", 3277 "objc2-foundation", 3278] 3279 3280[[package]] 3281name = "objc2-core-data" 3282version = "0.2.2" 3283source = "registry+https://github.com/rust-lang/crates.io-index" 3284checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 3285dependencies = [ 3286 "bitflags 2.10.0", 3287 "block2 0.5.1", 3288 "objc2 0.5.2", 3289 "objc2-foundation", 3290] 3291 3292[[package]] 3293name = "objc2-core-foundation" 3294version = "0.3.2" 3295source = "registry+https://github.com/rust-lang/crates.io-index" 3296checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 3297dependencies = [ 3298 "bitflags 2.10.0", 3299] 3300 3301[[package]] 3302name = "objc2-core-image" 3303version = "0.2.2" 3304source = "registry+https://github.com/rust-lang/crates.io-index" 3305checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 3306dependencies = [ 3307 "block2 0.5.1", 3308 "objc2 0.5.2", 3309 "objc2-foundation", 3310 "objc2-metal", 3311] 3312 3313[[package]] 3314name = "objc2-core-location" 3315version = "0.2.2" 3316source = "registry+https://github.com/rust-lang/crates.io-index" 3317checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 3318dependencies = [ 3319 "block2 0.5.1", 3320 "objc2 0.5.2", 3321 "objc2-contacts", 3322 "objc2-foundation", 3323] 3324 3325[[package]] 3326name = "objc2-encode" 3327version = "4.1.0" 3328source = "registry+https://github.com/rust-lang/crates.io-index" 3329checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 3330 3331[[package]] 3332name = "objc2-foundation" 3333version = "0.2.2" 3334source = "registry+https://github.com/rust-lang/crates.io-index" 3335checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 3336dependencies = [ 3337 "bitflags 2.10.0", 3338 "block2 0.5.1", 3339 "dispatch", 3340 "libc", 3341 "objc2 0.5.2", 3342] 3343 3344[[package]] 3345name = "objc2-io-kit" 3346version = "0.3.2" 3347source = "registry+https://github.com/rust-lang/crates.io-index" 3348checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" 3349dependencies = [ 3350 "libc", 3351 "objc2-core-foundation", 3352] 3353 3354[[package]] 3355name = "objc2-link-presentation" 3356version = "0.2.2" 3357source = "registry+https://github.com/rust-lang/crates.io-index" 3358checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 3359dependencies = [ 3360 "block2 0.5.1", 3361 "objc2 0.5.2", 3362 "objc2-app-kit", 3363 "objc2-foundation", 3364] 3365 3366[[package]] 3367name = "objc2-metal" 3368version = "0.2.2" 3369source = "registry+https://github.com/rust-lang/crates.io-index" 3370checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 3371dependencies = [ 3372 "bitflags 2.10.0", 3373 "block2 0.5.1", 3374 "objc2 0.5.2", 3375 "objc2-foundation", 3376] 3377 3378[[package]] 3379name = "objc2-quartz-core" 3380version = "0.2.2" 3381source = "registry+https://github.com/rust-lang/crates.io-index" 3382checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 3383dependencies = [ 3384 "bitflags 2.10.0", 3385 "block2 0.5.1", 3386 "objc2 0.5.2", 3387 "objc2-foundation", 3388 "objc2-metal", 3389] 3390 3391[[package]] 3392name = "objc2-symbols" 3393version = "0.2.2" 3394source = "registry+https://github.com/rust-lang/crates.io-index" 3395checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 3396dependencies = [ 3397 "objc2 0.5.2", 3398 "objc2-foundation", 3399] 3400 3401[[package]] 3402name = "objc2-ui-kit" 3403version = "0.2.2" 3404source = "registry+https://github.com/rust-lang/crates.io-index" 3405checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 3406dependencies = [ 3407 "bitflags 2.10.0", 3408 "block2 0.5.1", 3409 "objc2 0.5.2", 3410 "objc2-cloud-kit", 3411 "objc2-core-data", 3412 "objc2-core-image", 3413 "objc2-core-location", 3414 "objc2-foundation", 3415 "objc2-link-presentation", 3416 "objc2-quartz-core", 3417 "objc2-symbols", 3418 "objc2-uniform-type-identifiers", 3419 "objc2-user-notifications", 3420] 3421 3422[[package]] 3423name = "objc2-uniform-type-identifiers" 3424version = "0.2.2" 3425source = "registry+https://github.com/rust-lang/crates.io-index" 3426checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 3427dependencies = [ 3428 "block2 0.5.1", 3429 "objc2 0.5.2", 3430 "objc2-foundation", 3431] 3432 3433[[package]] 3434name = "objc2-user-notifications" 3435version = "0.2.2" 3436source = "registry+https://github.com/rust-lang/crates.io-index" 3437checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 3438dependencies = [ 3439 "bitflags 2.10.0", 3440 "block2 0.5.1", 3441 "objc2 0.5.2", 3442 "objc2-core-location", 3443 "objc2-foundation", 3444] 3445 3446[[package]] 3447name = "oboe" 3448version = "0.6.1" 3449source = "registry+https://github.com/rust-lang/crates.io-index" 3450checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb" 3451dependencies = [ 3452 "jni", 3453 "ndk 0.8.0", 3454 "ndk-context", 3455 "num-derive", 3456 "num-traits", 3457 "oboe-sys", 3458] 3459 3460[[package]] 3461name = "oboe-sys" 3462version = "0.6.1" 3463source = "registry+https://github.com/rust-lang/crates.io-index" 3464checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d" 3465dependencies = [ 3466 "cc", 3467] 3468 3469[[package]] 3470name = "offset-allocator" 3471version = "0.2.0" 3472source = "registry+https://github.com/rust-lang/crates.io-index" 3473checksum = "e234d535da3521eb95106f40f0b73483d80bfb3aacf27c40d7e2b72f1a3e00a2" 3474dependencies = [ 3475 "log", 3476 "nonmax", 3477] 3478 3479[[package]] 3480name = "ogg" 3481version = "0.8.0" 3482source = "registry+https://github.com/rust-lang/crates.io-index" 3483checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e" 3484dependencies = [ 3485 "byteorder", 3486] 3487 3488[[package]] 3489name = "once_cell" 3490version = "1.21.3" 3491source = "registry+https://github.com/rust-lang/crates.io-index" 3492checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 3493 3494[[package]] 3495name = "orbclient" 3496version = "0.3.49" 3497source = "registry+https://github.com/rust-lang/crates.io-index" 3498checksum = "247ad146e19b9437f8604c21f8652423595cf710ad108af40e77d3ae6e96b827" 3499dependencies = [ 3500 "libredox", 3501] 3502 3503[[package]] 3504name = "ordered-float" 3505version = "5.0.0" 3506source = "registry+https://github.com/rust-lang/crates.io-index" 3507checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01" 3508dependencies = [ 3509 "num-traits", 3510] 3511 3512[[package]] 3513name = "owned_ttf_parser" 3514version = "0.25.1" 3515source = "registry+https://github.com/rust-lang/crates.io-index" 3516checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" 3517dependencies = [ 3518 "ttf-parser 0.25.1", 3519] 3520 3521[[package]] 3522name = "parking" 3523version = "2.2.1" 3524source = "registry+https://github.com/rust-lang/crates.io-index" 3525checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3526 3527[[package]] 3528name = "parking_lot" 3529version = "0.12.5" 3530source = "registry+https://github.com/rust-lang/crates.io-index" 3531checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 3532dependencies = [ 3533 "lock_api", 3534 "parking_lot_core", 3535] 3536 3537[[package]] 3538name = "parking_lot_core" 3539version = "0.9.12" 3540source = "registry+https://github.com/rust-lang/crates.io-index" 3541checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 3542dependencies = [ 3543 "cfg-if", 3544 "libc", 3545 "redox_syscall 0.5.18", 3546 "smallvec", 3547 "windows-link 0.2.1", 3548] 3549 3550[[package]] 3551name = "paste" 3552version = "1.0.15" 3553source = "registry+https://github.com/rust-lang/crates.io-index" 3554checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3555 3556[[package]] 3557name = "percent-encoding" 3558version = "2.3.2" 3559source = "registry+https://github.com/rust-lang/crates.io-index" 3560checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 3561 3562[[package]] 3563name = "petgraph" 3564version = "0.8.3" 3565source = "registry+https://github.com/rust-lang/crates.io-index" 3566checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455" 3567dependencies = [ 3568 "fixedbitset", 3569 "hashbrown 0.15.5", 3570 "indexmap", 3571 "serde", 3572 "serde_derive", 3573] 3574 3575[[package]] 3576name = "pin-project" 3577version = "1.1.10" 3578source = "registry+https://github.com/rust-lang/crates.io-index" 3579checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 3580dependencies = [ 3581 "pin-project-internal", 3582] 3583 3584[[package]] 3585name = "pin-project-internal" 3586version = "1.1.10" 3587source = "registry+https://github.com/rust-lang/crates.io-index" 3588checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 3589dependencies = [ 3590 "proc-macro2", 3591 "quote", 3592 "syn", 3593] 3594 3595[[package]] 3596name = "pin-project-lite" 3597version = "0.2.16" 3598source = "registry+https://github.com/rust-lang/crates.io-index" 3599checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 3600 3601[[package]] 3602name = "piper" 3603version = "0.2.4" 3604source = "registry+https://github.com/rust-lang/crates.io-index" 3605checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 3606dependencies = [ 3607 "atomic-waker", 3608 "fastrand", 3609 "futures-io", 3610] 3611 3612[[package]] 3613name = "pkg-config" 3614version = "0.3.32" 3615source = "registry+https://github.com/rust-lang/crates.io-index" 3616checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 3617 3618[[package]] 3619name = "png" 3620version = "0.18.0" 3621source = "registry+https://github.com/rust-lang/crates.io-index" 3622checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" 3623dependencies = [ 3624 "bitflags 2.10.0", 3625 "crc32fast", 3626 "fdeflate", 3627 "flate2", 3628 "miniz_oxide", 3629] 3630 3631[[package]] 3632name = "polling" 3633version = "3.11.0" 3634source = "registry+https://github.com/rust-lang/crates.io-index" 3635checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 3636dependencies = [ 3637 "cfg-if", 3638 "concurrent-queue", 3639 "hermit-abi", 3640 "pin-project-lite", 3641 "rustix 1.1.2", 3642 "windows-sys 0.61.2", 3643] 3644 3645[[package]] 3646name = "portable-atomic" 3647version = "1.11.1" 3648source = "registry+https://github.com/rust-lang/crates.io-index" 3649checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 3650 3651[[package]] 3652name = "portable-atomic-util" 3653version = "0.2.4" 3654source = "registry+https://github.com/rust-lang/crates.io-index" 3655checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 3656dependencies = [ 3657 "portable-atomic", 3658] 3659 3660[[package]] 3661name = "pp-rs" 3662version = "0.2.1" 3663source = "registry+https://github.com/rust-lang/crates.io-index" 3664checksum = "bb458bb7f6e250e6eb79d5026badc10a3ebb8f9a15d1fff0f13d17c71f4d6dee" 3665dependencies = [ 3666 "unicode-xid", 3667] 3668 3669[[package]] 3670name = "ppv-lite86" 3671version = "0.2.21" 3672source = "registry+https://github.com/rust-lang/crates.io-index" 3673checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3674dependencies = [ 3675 "zerocopy", 3676] 3677 3678[[package]] 3679name = "presser" 3680version = "0.3.1" 3681source = "registry+https://github.com/rust-lang/crates.io-index" 3682checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 3683 3684[[package]] 3685name = "proc-macro-crate" 3686version = "3.4.0" 3687source = "registry+https://github.com/rust-lang/crates.io-index" 3688checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 3689dependencies = [ 3690 "toml_edit", 3691] 3692 3693[[package]] 3694name = "proc-macro2" 3695version = "1.0.103" 3696source = "registry+https://github.com/rust-lang/crates.io-index" 3697checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 3698dependencies = [ 3699 "unicode-ident", 3700] 3701 3702[[package]] 3703name = "profiling" 3704version = "1.0.17" 3705source = "registry+https://github.com/rust-lang/crates.io-index" 3706checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 3707 3708[[package]] 3709name = "pxfm" 3710version = "0.1.27" 3711source = "registry+https://github.com/rust-lang/crates.io-index" 3712checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" 3713dependencies = [ 3714 "num-traits", 3715] 3716 3717[[package]] 3718name = "quick-xml" 3719version = "0.37.5" 3720source = "registry+https://github.com/rust-lang/crates.io-index" 3721checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" 3722dependencies = [ 3723 "memchr", 3724] 3725 3726[[package]] 3727name = "quote" 3728version = "1.0.42" 3729source = "registry+https://github.com/rust-lang/crates.io-index" 3730checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 3731dependencies = [ 3732 "proc-macro2", 3733] 3734 3735[[package]] 3736name = "r-efi" 3737version = "5.3.0" 3738source = "registry+https://github.com/rust-lang/crates.io-index" 3739checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 3740 3741[[package]] 3742name = "radsort" 3743version = "0.1.1" 3744source = "registry+https://github.com/rust-lang/crates.io-index" 3745checksum = "019b4b213425016d7d84a153c4c73afb0946fbb4840e4eece7ba8848b9d6da22" 3746 3747[[package]] 3748name = "rand" 3749version = "0.8.5" 3750source = "registry+https://github.com/rust-lang/crates.io-index" 3751checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3752dependencies = [ 3753 "libc", 3754 "rand_chacha 0.3.1", 3755 "rand_core 0.6.4", 3756] 3757 3758[[package]] 3759name = "rand" 3760version = "0.9.2" 3761source = "registry+https://github.com/rust-lang/crates.io-index" 3762checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 3763dependencies = [ 3764 "rand_chacha 0.9.0", 3765 "rand_core 0.9.3", 3766] 3767 3768[[package]] 3769name = "rand_chacha" 3770version = "0.3.1" 3771source = "registry+https://github.com/rust-lang/crates.io-index" 3772checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3773dependencies = [ 3774 "ppv-lite86", 3775 "rand_core 0.6.4", 3776] 3777 3778[[package]] 3779name = "rand_chacha" 3780version = "0.9.0" 3781source = "registry+https://github.com/rust-lang/crates.io-index" 3782checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3783dependencies = [ 3784 "ppv-lite86", 3785 "rand_core 0.9.3", 3786] 3787 3788[[package]] 3789name = "rand_core" 3790version = "0.6.4" 3791source = "registry+https://github.com/rust-lang/crates.io-index" 3792checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3793dependencies = [ 3794 "getrandom 0.2.16", 3795] 3796 3797[[package]] 3798name = "rand_core" 3799version = "0.9.3" 3800source = "registry+https://github.com/rust-lang/crates.io-index" 3801checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 3802dependencies = [ 3803 "getrandom 0.3.4", 3804] 3805 3806[[package]] 3807name = "rand_distr" 3808version = "0.5.1" 3809source = "registry+https://github.com/rust-lang/crates.io-index" 3810checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" 3811dependencies = [ 3812 "num-traits", 3813 "rand 0.9.2", 3814] 3815 3816[[package]] 3817name = "range-alloc" 3818version = "0.1.4" 3819source = "registry+https://github.com/rust-lang/crates.io-index" 3820checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde" 3821 3822[[package]] 3823name = "rangemap" 3824version = "1.7.0" 3825source = "registry+https://github.com/rust-lang/crates.io-index" 3826checksum = "acbbbbea733ec66275512d0b9694f34102e7d5406fdbe2ad8d21b28dce92887c" 3827 3828[[package]] 3829name = "raw-window-handle" 3830version = "0.6.2" 3831source = "registry+https://github.com/rust-lang/crates.io-index" 3832checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 3833 3834[[package]] 3835name = "read-fonts" 3836version = "0.35.0" 3837source = "registry+https://github.com/rust-lang/crates.io-index" 3838checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358" 3839dependencies = [ 3840 "bytemuck", 3841 "font-types", 3842] 3843 3844[[package]] 3845name = "rectangle-pack" 3846version = "0.4.2" 3847source = "registry+https://github.com/rust-lang/crates.io-index" 3848checksum = "a0d463f2884048e7153449a55166f91028d5b0ea53c79377099ce4e8cf0cf9bb" 3849 3850[[package]] 3851name = "redox_syscall" 3852version = "0.4.1" 3853source = "registry+https://github.com/rust-lang/crates.io-index" 3854checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 3855dependencies = [ 3856 "bitflags 1.3.2", 3857] 3858 3859[[package]] 3860name = "redox_syscall" 3861version = "0.5.18" 3862source = "registry+https://github.com/rust-lang/crates.io-index" 3863checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 3864dependencies = [ 3865 "bitflags 2.10.0", 3866] 3867 3868[[package]] 3869name = "redox_syscall" 3870version = "0.6.0" 3871source = "registry+https://github.com/rust-lang/crates.io-index" 3872checksum = "ec96166dafa0886eb81fe1c0a388bece180fbef2135f97c1e2cf8302e74b43b5" 3873dependencies = [ 3874 "bitflags 2.10.0", 3875] 3876 3877[[package]] 3878name = "regex" 3879version = "1.12.2" 3880source = "registry+https://github.com/rust-lang/crates.io-index" 3881checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 3882dependencies = [ 3883 "aho-corasick", 3884 "memchr", 3885 "regex-automata", 3886 "regex-syntax", 3887] 3888 3889[[package]] 3890name = "regex-automata" 3891version = "0.4.13" 3892source = "registry+https://github.com/rust-lang/crates.io-index" 3893checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 3894dependencies = [ 3895 "aho-corasick", 3896 "memchr", 3897 "regex-syntax", 3898] 3899 3900[[package]] 3901name = "regex-syntax" 3902version = "0.8.8" 3903source = "registry+https://github.com/rust-lang/crates.io-index" 3904checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 3905 3906[[package]] 3907name = "renderdoc-sys" 3908version = "1.1.0" 3909source = "registry+https://github.com/rust-lang/crates.io-index" 3910checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 3911 3912[[package]] 3913name = "rodio" 3914version = "0.20.1" 3915source = "registry+https://github.com/rust-lang/crates.io-index" 3916checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1" 3917dependencies = [ 3918 "cpal", 3919 "lewton", 3920] 3921 3922[[package]] 3923name = "ron" 3924version = "0.10.1" 3925source = "registry+https://github.com/rust-lang/crates.io-index" 3926checksum = "beceb6f7bf81c73e73aeef6dd1356d9a1b2b4909e1f0fc3e59b034f9572d7b7f" 3927dependencies = [ 3928 "base64", 3929 "bitflags 2.10.0", 3930 "serde", 3931 "serde_derive", 3932 "unicode-ident", 3933] 3934 3935[[package]] 3936name = "roxmltree" 3937version = "0.20.0" 3938source = "registry+https://github.com/rust-lang/crates.io-index" 3939checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" 3940 3941[[package]] 3942name = "rustc-hash" 3943version = "1.1.0" 3944source = "registry+https://github.com/rust-lang/crates.io-index" 3945checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3946 3947[[package]] 3948name = "rustc-hash" 3949version = "2.1.1" 3950source = "registry+https://github.com/rust-lang/crates.io-index" 3951checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 3952 3953[[package]] 3954name = "rustc_version" 3955version = "0.4.1" 3956source = "registry+https://github.com/rust-lang/crates.io-index" 3957checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3958dependencies = [ 3959 "semver", 3960] 3961 3962[[package]] 3963name = "rustix" 3964version = "0.38.44" 3965source = "registry+https://github.com/rust-lang/crates.io-index" 3966checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 3967dependencies = [ 3968 "bitflags 2.10.0", 3969 "errno", 3970 "libc", 3971 "linux-raw-sys 0.4.15", 3972 "windows-sys 0.59.0", 3973] 3974 3975[[package]] 3976name = "rustix" 3977version = "1.1.2" 3978source = "registry+https://github.com/rust-lang/crates.io-index" 3979checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 3980dependencies = [ 3981 "bitflags 2.10.0", 3982 "errno", 3983 "libc", 3984 "linux-raw-sys 0.11.0", 3985 "windows-sys 0.61.2", 3986] 3987 3988[[package]] 3989name = "rustversion" 3990version = "1.0.22" 3991source = "registry+https://github.com/rust-lang/crates.io-index" 3992checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 3993 3994[[package]] 3995name = "rustybuzz" 3996version = "0.14.1" 3997source = "registry+https://github.com/rust-lang/crates.io-index" 3998checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c" 3999dependencies = [ 4000 "bitflags 2.10.0", 4001 "bytemuck", 4002 "libm", 4003 "smallvec", 4004 "ttf-parser 0.21.1", 4005 "unicode-bidi-mirroring", 4006 "unicode-ccc", 4007 "unicode-properties", 4008 "unicode-script", 4009] 4010 4011[[package]] 4012name = "ruzstd" 4013version = "0.8.2" 4014source = "registry+https://github.com/rust-lang/crates.io-index" 4015checksum = "e5ff0cc5e135c8870a775d3320910cd9b564ec036b4dc0b8741629020be63f01" 4016dependencies = [ 4017 "twox-hash", 4018] 4019 4020[[package]] 4021name = "ryu" 4022version = "1.0.20" 4023source = "registry+https://github.com/rust-lang/crates.io-index" 4024checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 4025 4026[[package]] 4027name = "same-file" 4028version = "1.0.6" 4029source = "registry+https://github.com/rust-lang/crates.io-index" 4030checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4031dependencies = [ 4032 "winapi-util", 4033] 4034 4035[[package]] 4036name = "scoped-tls" 4037version = "1.0.1" 4038source = "registry+https://github.com/rust-lang/crates.io-index" 4039checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4040 4041[[package]] 4042name = "scopeguard" 4043version = "1.2.0" 4044source = "registry+https://github.com/rust-lang/crates.io-index" 4045checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4046 4047[[package]] 4048name = "sctk-adwaita" 4049version = "0.10.1" 4050source = "registry+https://github.com/rust-lang/crates.io-index" 4051checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" 4052dependencies = [ 4053 "ab_glyph", 4054 "log", 4055 "memmap2", 4056 "smithay-client-toolkit", 4057 "tiny-skia", 4058] 4059 4060[[package]] 4061name = "self_cell" 4062version = "1.2.1" 4063source = "registry+https://github.com/rust-lang/crates.io-index" 4064checksum = "16c2f82143577edb4921b71ede051dac62ca3c16084e918bf7b40c96ae10eb33" 4065 4066[[package]] 4067name = "semver" 4068version = "1.0.27" 4069source = "registry+https://github.com/rust-lang/crates.io-index" 4070checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 4071 4072[[package]] 4073name = "send_wrapper" 4074version = "0.6.0" 4075source = "registry+https://github.com/rust-lang/crates.io-index" 4076checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 4077 4078[[package]] 4079name = "serde" 4080version = "1.0.228" 4081source = "registry+https://github.com/rust-lang/crates.io-index" 4082checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 4083dependencies = [ 4084 "serde_core", 4085 "serde_derive", 4086] 4087 4088[[package]] 4089name = "serde_core" 4090version = "1.0.228" 4091source = "registry+https://github.com/rust-lang/crates.io-index" 4092checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 4093dependencies = [ 4094 "serde_derive", 4095] 4096 4097[[package]] 4098name = "serde_derive" 4099version = "1.0.228" 4100source = "registry+https://github.com/rust-lang/crates.io-index" 4101checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 4102dependencies = [ 4103 "proc-macro2", 4104 "quote", 4105 "syn", 4106] 4107 4108[[package]] 4109name = "serde_json" 4110version = "1.0.145" 4111source = "registry+https://github.com/rust-lang/crates.io-index" 4112checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 4113dependencies = [ 4114 "itoa", 4115 "memchr", 4116 "ryu", 4117 "serde", 4118 "serde_core", 4119] 4120 4121[[package]] 4122name = "server" 4123version = "0.1.0" 4124dependencies = [ 4125 "anyhow", 4126 "bevy_math", 4127 "dotenvy", 4128 "felix-net", 4129 "nanoid", 4130] 4131 4132[[package]] 4133name = "sharded-slab" 4134version = "0.1.7" 4135source = "registry+https://github.com/rust-lang/crates.io-index" 4136checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4137dependencies = [ 4138 "lazy_static", 4139] 4140 4141[[package]] 4142name = "shlex" 4143version = "1.3.0" 4144source = "registry+https://github.com/rust-lang/crates.io-index" 4145checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4146 4147[[package]] 4148name = "simd-adler32" 4149version = "0.3.8" 4150source = "registry+https://github.com/rust-lang/crates.io-index" 4151checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 4152 4153[[package]] 4154name = "skrifa" 4155version = "0.37.0" 4156source = "registry+https://github.com/rust-lang/crates.io-index" 4157checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841" 4158dependencies = [ 4159 "bytemuck", 4160 "read-fonts", 4161] 4162 4163[[package]] 4164name = "slab" 4165version = "0.4.11" 4166source = "registry+https://github.com/rust-lang/crates.io-index" 4167checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 4168 4169[[package]] 4170name = "slotmap" 4171version = "1.1.1" 4172source = "registry+https://github.com/rust-lang/crates.io-index" 4173checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" 4174dependencies = [ 4175 "version_check", 4176] 4177 4178[[package]] 4179name = "smallvec" 4180version = "1.15.1" 4181source = "registry+https://github.com/rust-lang/crates.io-index" 4182checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 4183 4184[[package]] 4185name = "smithay-client-toolkit" 4186version = "0.19.2" 4187source = "registry+https://github.com/rust-lang/crates.io-index" 4188checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 4189dependencies = [ 4190 "bitflags 2.10.0", 4191 "calloop", 4192 "calloop-wayland-source", 4193 "cursor-icon", 4194 "libc", 4195 "log", 4196 "memmap2", 4197 "rustix 0.38.44", 4198 "thiserror 1.0.69", 4199 "wayland-backend", 4200 "wayland-client", 4201 "wayland-csd-frame", 4202 "wayland-cursor", 4203 "wayland-protocols", 4204 "wayland-protocols-wlr", 4205 "wayland-scanner", 4206 "xkeysym", 4207] 4208 4209[[package]] 4210name = "smol_str" 4211version = "0.2.2" 4212source = "registry+https://github.com/rust-lang/crates.io-index" 4213checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 4214dependencies = [ 4215 "serde", 4216] 4217 4218[[package]] 4219name = "spin" 4220version = "0.10.0" 4221source = "registry+https://github.com/rust-lang/crates.io-index" 4222checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 4223dependencies = [ 4224 "portable-atomic", 4225] 4226 4227[[package]] 4228name = "spirv" 4229version = "0.3.0+sdk-1.3.268.0" 4230source = "registry+https://github.com/rust-lang/crates.io-index" 4231checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 4232dependencies = [ 4233 "bitflags 2.10.0", 4234] 4235 4236[[package]] 4237name = "stable_deref_trait" 4238version = "1.2.1" 4239source = "registry+https://github.com/rust-lang/crates.io-index" 4240checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 4241 4242[[package]] 4243name = "stackfuture" 4244version = "0.3.1" 4245source = "registry+https://github.com/rust-lang/crates.io-index" 4246checksum = "115beb9c69db2393ff10b75a1b8587a51716e5551d015001e55320ed279d32f9" 4247dependencies = [ 4248 "const_panic", 4249] 4250 4251[[package]] 4252name = "static_assertions" 4253version = "1.1.0" 4254source = "registry+https://github.com/rust-lang/crates.io-index" 4255checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4256 4257[[package]] 4258name = "strict-num" 4259version = "0.1.1" 4260source = "registry+https://github.com/rust-lang/crates.io-index" 4261checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 4262 4263[[package]] 4264name = "svg_fmt" 4265version = "0.4.5" 4266source = "registry+https://github.com/rust-lang/crates.io-index" 4267checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb" 4268 4269[[package]] 4270name = "swash" 4271version = "0.2.6" 4272source = "registry+https://github.com/rust-lang/crates.io-index" 4273checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a" 4274dependencies = [ 4275 "skrifa", 4276 "yazi", 4277 "zeno", 4278] 4279 4280[[package]] 4281name = "syn" 4282version = "2.0.111" 4283source = "registry+https://github.com/rust-lang/crates.io-index" 4284checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" 4285dependencies = [ 4286 "proc-macro2", 4287 "quote", 4288 "unicode-ident", 4289] 4290 4291[[package]] 4292name = "sys-locale" 4293version = "0.3.2" 4294source = "registry+https://github.com/rust-lang/crates.io-index" 4295checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4" 4296dependencies = [ 4297 "libc", 4298] 4299 4300[[package]] 4301name = "sysinfo" 4302version = "0.37.2" 4303source = "registry+https://github.com/rust-lang/crates.io-index" 4304checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f" 4305dependencies = [ 4306 "libc", 4307 "memchr", 4308 "ntapi", 4309 "objc2-core-foundation", 4310 "objc2-io-kit", 4311 "windows 0.61.3", 4312] 4313 4314[[package]] 4315name = "taffy" 4316version = "0.7.7" 4317source = "registry+https://github.com/rust-lang/crates.io-index" 4318checksum = "ab4f4d046dd956a47a7e1a2947083d7ac3e6aa3cfaaead36173ceaa5ab11878c" 4319dependencies = [ 4320 "arrayvec", 4321 "grid", 4322 "serde", 4323 "slotmap", 4324] 4325 4326[[package]] 4327name = "termcolor" 4328version = "1.4.1" 4329source = "registry+https://github.com/rust-lang/crates.io-index" 4330checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 4331dependencies = [ 4332 "winapi-util", 4333] 4334 4335[[package]] 4336name = "thiserror" 4337version = "1.0.69" 4338source = "registry+https://github.com/rust-lang/crates.io-index" 4339checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 4340dependencies = [ 4341 "thiserror-impl 1.0.69", 4342] 4343 4344[[package]] 4345name = "thiserror" 4346version = "2.0.17" 4347source = "registry+https://github.com/rust-lang/crates.io-index" 4348checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 4349dependencies = [ 4350 "thiserror-impl 2.0.17", 4351] 4352 4353[[package]] 4354name = "thiserror-impl" 4355version = "1.0.69" 4356source = "registry+https://github.com/rust-lang/crates.io-index" 4357checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 4358dependencies = [ 4359 "proc-macro2", 4360 "quote", 4361 "syn", 4362] 4363 4364[[package]] 4365name = "thiserror-impl" 4366version = "2.0.17" 4367source = "registry+https://github.com/rust-lang/crates.io-index" 4368checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 4369dependencies = [ 4370 "proc-macro2", 4371 "quote", 4372 "syn", 4373] 4374 4375[[package]] 4376name = "thread_local" 4377version = "1.1.9" 4378source = "registry+https://github.com/rust-lang/crates.io-index" 4379checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 4380dependencies = [ 4381 "cfg-if", 4382] 4383 4384[[package]] 4385name = "tiny-skia" 4386version = "0.11.4" 4387source = "registry+https://github.com/rust-lang/crates.io-index" 4388checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 4389dependencies = [ 4390 "arrayref", 4391 "arrayvec", 4392 "bytemuck", 4393 "cfg-if", 4394 "log", 4395 "tiny-skia-path", 4396] 4397 4398[[package]] 4399name = "tiny-skia-path" 4400version = "0.11.4" 4401source = "registry+https://github.com/rust-lang/crates.io-index" 4402checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 4403dependencies = [ 4404 "arrayref", 4405 "bytemuck", 4406 "strict-num", 4407] 4408 4409[[package]] 4410name = "tinyvec" 4411version = "1.10.0" 4412source = "registry+https://github.com/rust-lang/crates.io-index" 4413checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 4414dependencies = [ 4415 "tinyvec_macros", 4416] 4417 4418[[package]] 4419name = "tinyvec_macros" 4420version = "0.1.1" 4421source = "registry+https://github.com/rust-lang/crates.io-index" 4422checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4423 4424[[package]] 4425name = "toml_datetime" 4426version = "0.7.5+spec-1.1.0" 4427source = "registry+https://github.com/rust-lang/crates.io-index" 4428checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 4429dependencies = [ 4430 "serde_core", 4431] 4432 4433[[package]] 4434name = "toml_edit" 4435version = "0.23.10+spec-1.0.0" 4436source = "registry+https://github.com/rust-lang/crates.io-index" 4437checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" 4438dependencies = [ 4439 "indexmap", 4440 "toml_datetime", 4441 "toml_parser", 4442 "winnow", 4443] 4444 4445[[package]] 4446name = "toml_parser" 4447version = "1.0.6+spec-1.1.0" 4448source = "registry+https://github.com/rust-lang/crates.io-index" 4449checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" 4450dependencies = [ 4451 "winnow", 4452] 4453 4454[[package]] 4455name = "tracing" 4456version = "0.1.44" 4457source = "registry+https://github.com/rust-lang/crates.io-index" 4458checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 4459dependencies = [ 4460 "pin-project-lite", 4461 "tracing-attributes", 4462 "tracing-core", 4463] 4464 4465[[package]] 4466name = "tracing-attributes" 4467version = "0.1.31" 4468source = "registry+https://github.com/rust-lang/crates.io-index" 4469checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 4470dependencies = [ 4471 "proc-macro2", 4472 "quote", 4473 "syn", 4474] 4475 4476[[package]] 4477name = "tracing-core" 4478version = "0.1.36" 4479source = "registry+https://github.com/rust-lang/crates.io-index" 4480checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 4481dependencies = [ 4482 "once_cell", 4483 "valuable", 4484] 4485 4486[[package]] 4487name = "tracing-log" 4488version = "0.2.0" 4489source = "registry+https://github.com/rust-lang/crates.io-index" 4490checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 4491dependencies = [ 4492 "log", 4493 "once_cell", 4494 "tracing-core", 4495] 4496 4497[[package]] 4498name = "tracing-oslog" 4499version = "0.3.0" 4500source = "registry+https://github.com/rust-lang/crates.io-index" 4501checksum = "d76902d2a8d5f9f55a81155c08971734071968c90f2d9bfe645fe700579b2950" 4502dependencies = [ 4503 "cc", 4504 "cfg-if", 4505 "tracing-core", 4506 "tracing-subscriber", 4507] 4508 4509[[package]] 4510name = "tracing-subscriber" 4511version = "0.3.22" 4512source = "registry+https://github.com/rust-lang/crates.io-index" 4513checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 4514dependencies = [ 4515 "matchers", 4516 "nu-ansi-term", 4517 "once_cell", 4518 "regex-automata", 4519 "sharded-slab", 4520 "smallvec", 4521 "thread_local", 4522 "tracing", 4523 "tracing-core", 4524 "tracing-log", 4525] 4526 4527[[package]] 4528name = "tracing-wasm" 4529version = "0.2.1" 4530source = "registry+https://github.com/rust-lang/crates.io-index" 4531checksum = "4575c663a174420fa2d78f4108ff68f65bf2fbb7dd89f33749b6e826b3626e07" 4532dependencies = [ 4533 "tracing", 4534 "tracing-subscriber", 4535 "wasm-bindgen", 4536] 4537 4538[[package]] 4539name = "ttf-parser" 4540version = "0.20.0" 4541source = "registry+https://github.com/rust-lang/crates.io-index" 4542checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4" 4543 4544[[package]] 4545name = "ttf-parser" 4546version = "0.21.1" 4547source = "registry+https://github.com/rust-lang/crates.io-index" 4548checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8" 4549 4550[[package]] 4551name = "ttf-parser" 4552version = "0.25.1" 4553source = "registry+https://github.com/rust-lang/crates.io-index" 4554checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" 4555 4556[[package]] 4557name = "twox-hash" 4558version = "2.1.2" 4559source = "registry+https://github.com/rust-lang/crates.io-index" 4560checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" 4561 4562[[package]] 4563name = "typeid" 4564version = "1.0.3" 4565source = "registry+https://github.com/rust-lang/crates.io-index" 4566checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 4567 4568[[package]] 4569name = "typewit" 4570version = "1.14.2" 4571source = "registry+https://github.com/rust-lang/crates.io-index" 4572checksum = "f8c1ae7cc0fdb8b842d65d127cb981574b0d2b249b74d1c7a2986863dc134f71" 4573 4574[[package]] 4575name = "unicode-bidi" 4576version = "0.3.18" 4577source = "registry+https://github.com/rust-lang/crates.io-index" 4578checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 4579 4580[[package]] 4581name = "unicode-bidi-mirroring" 4582version = "0.2.0" 4583source = "registry+https://github.com/rust-lang/crates.io-index" 4584checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86" 4585 4586[[package]] 4587name = "unicode-ccc" 4588version = "0.2.0" 4589source = "registry+https://github.com/rust-lang/crates.io-index" 4590checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656" 4591 4592[[package]] 4593name = "unicode-ident" 4594version = "1.0.22" 4595source = "registry+https://github.com/rust-lang/crates.io-index" 4596checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 4597 4598[[package]] 4599name = "unicode-linebreak" 4600version = "0.1.5" 4601source = "registry+https://github.com/rust-lang/crates.io-index" 4602checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 4603 4604[[package]] 4605name = "unicode-properties" 4606version = "0.1.4" 4607source = "registry+https://github.com/rust-lang/crates.io-index" 4608checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 4609 4610[[package]] 4611name = "unicode-script" 4612version = "0.5.8" 4613source = "registry+https://github.com/rust-lang/crates.io-index" 4614checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee" 4615 4616[[package]] 4617name = "unicode-segmentation" 4618version = "1.12.0" 4619source = "registry+https://github.com/rust-lang/crates.io-index" 4620checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 4621 4622[[package]] 4623name = "unicode-width" 4624version = "0.2.2" 4625source = "registry+https://github.com/rust-lang/crates.io-index" 4626checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 4627 4628[[package]] 4629name = "unicode-xid" 4630version = "0.2.6" 4631source = "registry+https://github.com/rust-lang/crates.io-index" 4632checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4633 4634[[package]] 4635name = "uuid" 4636version = "1.19.0" 4637source = "registry+https://github.com/rust-lang/crates.io-index" 4638checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" 4639dependencies = [ 4640 "getrandom 0.3.4", 4641 "js-sys", 4642 "serde_core", 4643 "wasm-bindgen", 4644] 4645 4646[[package]] 4647name = "valuable" 4648version = "0.1.1" 4649source = "registry+https://github.com/rust-lang/crates.io-index" 4650checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 4651 4652[[package]] 4653name = "variadics_please" 4654version = "1.1.0" 4655source = "registry+https://github.com/rust-lang/crates.io-index" 4656checksum = "41b6d82be61465f97d42bd1d15bf20f3b0a3a0905018f38f9d6f6962055b0b5c" 4657dependencies = [ 4658 "proc-macro2", 4659 "quote", 4660 "syn", 4661] 4662 4663[[package]] 4664name = "vec_map" 4665version = "0.8.2" 4666source = "registry+https://github.com/rust-lang/crates.io-index" 4667checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 4668 4669[[package]] 4670name = "version_check" 4671version = "0.9.5" 4672source = "registry+https://github.com/rust-lang/crates.io-index" 4673checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4674 4675[[package]] 4676name = "walkdir" 4677version = "2.5.0" 4678source = "registry+https://github.com/rust-lang/crates.io-index" 4679checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4680dependencies = [ 4681 "same-file", 4682 "winapi-util", 4683] 4684 4685[[package]] 4686name = "wasi" 4687version = "0.11.1+wasi-snapshot-preview1" 4688source = "registry+https://github.com/rust-lang/crates.io-index" 4689checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 4690 4691[[package]] 4692name = "wasip2" 4693version = "1.0.1+wasi-0.2.4" 4694source = "registry+https://github.com/rust-lang/crates.io-index" 4695checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 4696dependencies = [ 4697 "wit-bindgen", 4698] 4699 4700[[package]] 4701name = "wasm-bindgen" 4702version = "0.2.106" 4703source = "registry+https://github.com/rust-lang/crates.io-index" 4704checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 4705dependencies = [ 4706 "cfg-if", 4707 "once_cell", 4708 "rustversion", 4709 "wasm-bindgen-macro", 4710 "wasm-bindgen-shared", 4711] 4712 4713[[package]] 4714name = "wasm-bindgen-futures" 4715version = "0.4.56" 4716source = "registry+https://github.com/rust-lang/crates.io-index" 4717checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" 4718dependencies = [ 4719 "cfg-if", 4720 "js-sys", 4721 "once_cell", 4722 "wasm-bindgen", 4723 "web-sys", 4724] 4725 4726[[package]] 4727name = "wasm-bindgen-macro" 4728version = "0.2.106" 4729source = "registry+https://github.com/rust-lang/crates.io-index" 4730checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 4731dependencies = [ 4732 "quote", 4733 "wasm-bindgen-macro-support", 4734] 4735 4736[[package]] 4737name = "wasm-bindgen-macro-support" 4738version = "0.2.106" 4739source = "registry+https://github.com/rust-lang/crates.io-index" 4740checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 4741dependencies = [ 4742 "bumpalo", 4743 "proc-macro2", 4744 "quote", 4745 "syn", 4746 "wasm-bindgen-shared", 4747] 4748 4749[[package]] 4750name = "wasm-bindgen-shared" 4751version = "0.2.106" 4752source = "registry+https://github.com/rust-lang/crates.io-index" 4753checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 4754dependencies = [ 4755 "unicode-ident", 4756] 4757 4758[[package]] 4759name = "wayland-backend" 4760version = "0.3.11" 4761source = "registry+https://github.com/rust-lang/crates.io-index" 4762checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35" 4763dependencies = [ 4764 "cc", 4765 "downcast-rs 1.2.1", 4766 "rustix 1.1.2", 4767 "scoped-tls", 4768 "smallvec", 4769 "wayland-sys", 4770] 4771 4772[[package]] 4773name = "wayland-client" 4774version = "0.31.11" 4775source = "registry+https://github.com/rust-lang/crates.io-index" 4776checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d" 4777dependencies = [ 4778 "bitflags 2.10.0", 4779 "rustix 1.1.2", 4780 "wayland-backend", 4781 "wayland-scanner", 4782] 4783 4784[[package]] 4785name = "wayland-csd-frame" 4786version = "0.3.0" 4787source = "registry+https://github.com/rust-lang/crates.io-index" 4788checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 4789dependencies = [ 4790 "bitflags 2.10.0", 4791 "cursor-icon", 4792 "wayland-backend", 4793] 4794 4795[[package]] 4796name = "wayland-cursor" 4797version = "0.31.11" 4798source = "registry+https://github.com/rust-lang/crates.io-index" 4799checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29" 4800dependencies = [ 4801 "rustix 1.1.2", 4802 "wayland-client", 4803 "xcursor", 4804] 4805 4806[[package]] 4807name = "wayland-protocols" 4808version = "0.32.9" 4809source = "registry+https://github.com/rust-lang/crates.io-index" 4810checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901" 4811dependencies = [ 4812 "bitflags 2.10.0", 4813 "wayland-backend", 4814 "wayland-client", 4815 "wayland-scanner", 4816] 4817 4818[[package]] 4819name = "wayland-protocols-plasma" 4820version = "0.3.9" 4821source = "registry+https://github.com/rust-lang/crates.io-index" 4822checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032" 4823dependencies = [ 4824 "bitflags 2.10.0", 4825 "wayland-backend", 4826 "wayland-client", 4827 "wayland-protocols", 4828 "wayland-scanner", 4829] 4830 4831[[package]] 4832name = "wayland-protocols-wlr" 4833version = "0.3.9" 4834source = "registry+https://github.com/rust-lang/crates.io-index" 4835checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec" 4836dependencies = [ 4837 "bitflags 2.10.0", 4838 "wayland-backend", 4839 "wayland-client", 4840 "wayland-protocols", 4841 "wayland-scanner", 4842] 4843 4844[[package]] 4845name = "wayland-scanner" 4846version = "0.31.7" 4847source = "registry+https://github.com/rust-lang/crates.io-index" 4848checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3" 4849dependencies = [ 4850 "proc-macro2", 4851 "quick-xml", 4852 "quote", 4853] 4854 4855[[package]] 4856name = "wayland-sys" 4857version = "0.31.7" 4858source = "registry+https://github.com/rust-lang/crates.io-index" 4859checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142" 4860dependencies = [ 4861 "dlib", 4862 "log", 4863 "pkg-config", 4864] 4865 4866[[package]] 4867name = "web-sys" 4868version = "0.3.83" 4869source = "registry+https://github.com/rust-lang/crates.io-index" 4870checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" 4871dependencies = [ 4872 "js-sys", 4873 "wasm-bindgen", 4874] 4875 4876[[package]] 4877name = "web-time" 4878version = "1.1.0" 4879source = "registry+https://github.com/rust-lang/crates.io-index" 4880checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4881dependencies = [ 4882 "js-sys", 4883 "wasm-bindgen", 4884] 4885 4886[[package]] 4887name = "wgpu" 4888version = "26.0.1" 4889source = "registry+https://github.com/rust-lang/crates.io-index" 4890checksum = "70b6ff82bbf6e9206828e1a3178e851f8c20f1c9028e74dd3a8090741ccd5798" 4891dependencies = [ 4892 "arrayvec", 4893 "bitflags 2.10.0", 4894 "cfg-if", 4895 "cfg_aliases", 4896 "document-features", 4897 "hashbrown 0.15.5", 4898 "js-sys", 4899 "log", 4900 "naga", 4901 "portable-atomic", 4902 "profiling", 4903 "raw-window-handle", 4904 "smallvec", 4905 "static_assertions", 4906 "wasm-bindgen", 4907 "web-sys", 4908 "wgpu-core", 4909 "wgpu-hal", 4910 "wgpu-types", 4911] 4912 4913[[package]] 4914name = "wgpu-core" 4915version = "26.0.1" 4916source = "registry+https://github.com/rust-lang/crates.io-index" 4917checksum = "d5f62f1053bd28c2268f42916f31588f81f64796e2ff91b81293515017ca8bd9" 4918dependencies = [ 4919 "arrayvec", 4920 "bit-set", 4921 "bit-vec", 4922 "bitflags 2.10.0", 4923 "cfg_aliases", 4924 "document-features", 4925 "hashbrown 0.15.5", 4926 "indexmap", 4927 "log", 4928 "naga", 4929 "once_cell", 4930 "parking_lot", 4931 "portable-atomic", 4932 "profiling", 4933 "raw-window-handle", 4934 "rustc-hash 1.1.0", 4935 "smallvec", 4936 "thiserror 2.0.17", 4937 "wgpu-core-deps-apple", 4938 "wgpu-core-deps-wasm", 4939 "wgpu-core-deps-windows-linux-android", 4940 "wgpu-hal", 4941 "wgpu-types", 4942] 4943 4944[[package]] 4945name = "wgpu-core-deps-apple" 4946version = "26.0.0" 4947source = "registry+https://github.com/rust-lang/crates.io-index" 4948checksum = "18ae5fbde6a4cbebae38358aa73fcd6e0f15c6144b67ef5dc91ded0db125dbdf" 4949dependencies = [ 4950 "wgpu-hal", 4951] 4952 4953[[package]] 4954name = "wgpu-core-deps-wasm" 4955version = "26.0.0" 4956source = "registry+https://github.com/rust-lang/crates.io-index" 4957checksum = "c03b9f9e1a50686d315fc6debe4980cc45cd37b0e919351917df494e8fdc8885" 4958dependencies = [ 4959 "wgpu-hal", 4960] 4961 4962[[package]] 4963name = "wgpu-core-deps-windows-linux-android" 4964version = "26.0.0" 4965source = "registry+https://github.com/rust-lang/crates.io-index" 4966checksum = "720a5cb9d12b3d337c15ff0e24d3e97ed11490ff3f7506e7f3d98c68fa5d6f14" 4967dependencies = [ 4968 "wgpu-hal", 4969] 4970 4971[[package]] 4972name = "wgpu-hal" 4973version = "26.0.6" 4974source = "registry+https://github.com/rust-lang/crates.io-index" 4975checksum = "a8d0e67224cc7305b3b4eb2cc57ca4c4c3afc665c1d1bee162ea806e19c47bdd" 4976dependencies = [ 4977 "android_system_properties", 4978 "arrayvec", 4979 "ash", 4980 "bit-set", 4981 "bitflags 2.10.0", 4982 "block", 4983 "bytemuck", 4984 "cfg-if", 4985 "cfg_aliases", 4986 "core-graphics-types 0.2.0", 4987 "glow", 4988 "glutin_wgl_sys", 4989 "gpu-alloc", 4990 "gpu-allocator", 4991 "gpu-descriptor", 4992 "hashbrown 0.15.5", 4993 "js-sys", 4994 "khronos-egl", 4995 "libc", 4996 "libloading", 4997 "log", 4998 "metal", 4999 "naga", 5000 "ndk-sys 0.6.0+11769913", 5001 "objc", 5002 "ordered-float", 5003 "parking_lot", 5004 "portable-atomic", 5005 "portable-atomic-util", 5006 "profiling", 5007 "range-alloc", 5008 "raw-window-handle", 5009 "renderdoc-sys", 5010 "smallvec", 5011 "thiserror 2.0.17", 5012 "wasm-bindgen", 5013 "web-sys", 5014 "wgpu-types", 5015 "windows 0.58.0", 5016 "windows-core 0.58.0", 5017] 5018 5019[[package]] 5020name = "wgpu-types" 5021version = "26.0.0" 5022source = "registry+https://github.com/rust-lang/crates.io-index" 5023checksum = "eca7a8d8af57c18f57d393601a1fb159ace8b2328f1b6b5f80893f7d672c9ae2" 5024dependencies = [ 5025 "bitflags 2.10.0", 5026 "bytemuck", 5027 "js-sys", 5028 "log", 5029 "serde", 5030 "thiserror 2.0.17", 5031 "web-sys", 5032] 5033 5034[[package]] 5035name = "winapi" 5036version = "0.3.9" 5037source = "registry+https://github.com/rust-lang/crates.io-index" 5038checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5039dependencies = [ 5040 "winapi-i686-pc-windows-gnu", 5041 "winapi-x86_64-pc-windows-gnu", 5042] 5043 5044[[package]] 5045name = "winapi-i686-pc-windows-gnu" 5046version = "0.4.0" 5047source = "registry+https://github.com/rust-lang/crates.io-index" 5048checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5049 5050[[package]] 5051name = "winapi-util" 5052version = "0.1.11" 5053source = "registry+https://github.com/rust-lang/crates.io-index" 5054checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 5055dependencies = [ 5056 "windows-sys 0.61.2", 5057] 5058 5059[[package]] 5060name = "winapi-x86_64-pc-windows-gnu" 5061version = "0.4.0" 5062source = "registry+https://github.com/rust-lang/crates.io-index" 5063checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5064 5065[[package]] 5066name = "windows" 5067version = "0.54.0" 5068source = "registry+https://github.com/rust-lang/crates.io-index" 5069checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49" 5070dependencies = [ 5071 "windows-core 0.54.0", 5072 "windows-targets 0.52.6", 5073] 5074 5075[[package]] 5076name = "windows" 5077version = "0.58.0" 5078source = "registry+https://github.com/rust-lang/crates.io-index" 5079checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 5080dependencies = [ 5081 "windows-core 0.58.0", 5082 "windows-targets 0.52.6", 5083] 5084 5085[[package]] 5086name = "windows" 5087version = "0.61.3" 5088source = "registry+https://github.com/rust-lang/crates.io-index" 5089checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 5090dependencies = [ 5091 "windows-collections 0.2.0", 5092 "windows-core 0.61.2", 5093 "windows-future 0.2.1", 5094 "windows-link 0.1.3", 5095 "windows-numerics 0.2.0", 5096] 5097 5098[[package]] 5099name = "windows" 5100version = "0.62.2" 5101source = "registry+https://github.com/rust-lang/crates.io-index" 5102checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" 5103dependencies = [ 5104 "windows-collections 0.3.2", 5105 "windows-core 0.62.2", 5106 "windows-future 0.3.2", 5107 "windows-numerics 0.3.1", 5108] 5109 5110[[package]] 5111name = "windows-collections" 5112version = "0.2.0" 5113source = "registry+https://github.com/rust-lang/crates.io-index" 5114checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 5115dependencies = [ 5116 "windows-core 0.61.2", 5117] 5118 5119[[package]] 5120name = "windows-collections" 5121version = "0.3.2" 5122source = "registry+https://github.com/rust-lang/crates.io-index" 5123checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" 5124dependencies = [ 5125 "windows-core 0.62.2", 5126] 5127 5128[[package]] 5129name = "windows-core" 5130version = "0.54.0" 5131source = "registry+https://github.com/rust-lang/crates.io-index" 5132checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65" 5133dependencies = [ 5134 "windows-result 0.1.2", 5135 "windows-targets 0.52.6", 5136] 5137 5138[[package]] 5139name = "windows-core" 5140version = "0.58.0" 5141source = "registry+https://github.com/rust-lang/crates.io-index" 5142checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 5143dependencies = [ 5144 "windows-implement 0.58.0", 5145 "windows-interface 0.58.0", 5146 "windows-result 0.2.0", 5147 "windows-strings 0.1.0", 5148 "windows-targets 0.52.6", 5149] 5150 5151[[package]] 5152name = "windows-core" 5153version = "0.61.2" 5154source = "registry+https://github.com/rust-lang/crates.io-index" 5155checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 5156dependencies = [ 5157 "windows-implement 0.60.2", 5158 "windows-interface 0.59.3", 5159 "windows-link 0.1.3", 5160 "windows-result 0.3.4", 5161 "windows-strings 0.4.2", 5162] 5163 5164[[package]] 5165name = "windows-core" 5166version = "0.62.2" 5167source = "registry+https://github.com/rust-lang/crates.io-index" 5168checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 5169dependencies = [ 5170 "windows-implement 0.60.2", 5171 "windows-interface 0.59.3", 5172 "windows-link 0.2.1", 5173 "windows-result 0.4.1", 5174 "windows-strings 0.5.1", 5175] 5176 5177[[package]] 5178name = "windows-future" 5179version = "0.2.1" 5180source = "registry+https://github.com/rust-lang/crates.io-index" 5181checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 5182dependencies = [ 5183 "windows-core 0.61.2", 5184 "windows-link 0.1.3", 5185 "windows-threading 0.1.0", 5186] 5187 5188[[package]] 5189name = "windows-future" 5190version = "0.3.2" 5191source = "registry+https://github.com/rust-lang/crates.io-index" 5192checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" 5193dependencies = [ 5194 "windows-core 0.62.2", 5195 "windows-link 0.2.1", 5196 "windows-threading 0.2.1", 5197] 5198 5199[[package]] 5200name = "windows-implement" 5201version = "0.58.0" 5202source = "registry+https://github.com/rust-lang/crates.io-index" 5203checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 5204dependencies = [ 5205 "proc-macro2", 5206 "quote", 5207 "syn", 5208] 5209 5210[[package]] 5211name = "windows-implement" 5212version = "0.60.2" 5213source = "registry+https://github.com/rust-lang/crates.io-index" 5214checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 5215dependencies = [ 5216 "proc-macro2", 5217 "quote", 5218 "syn", 5219] 5220 5221[[package]] 5222name = "windows-interface" 5223version = "0.58.0" 5224source = "registry+https://github.com/rust-lang/crates.io-index" 5225checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 5226dependencies = [ 5227 "proc-macro2", 5228 "quote", 5229 "syn", 5230] 5231 5232[[package]] 5233name = "windows-interface" 5234version = "0.59.3" 5235source = "registry+https://github.com/rust-lang/crates.io-index" 5236checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 5237dependencies = [ 5238 "proc-macro2", 5239 "quote", 5240 "syn", 5241] 5242 5243[[package]] 5244name = "windows-link" 5245version = "0.1.3" 5246source = "registry+https://github.com/rust-lang/crates.io-index" 5247checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 5248 5249[[package]] 5250name = "windows-link" 5251version = "0.2.1" 5252source = "registry+https://github.com/rust-lang/crates.io-index" 5253checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 5254 5255[[package]] 5256name = "windows-numerics" 5257version = "0.2.0" 5258source = "registry+https://github.com/rust-lang/crates.io-index" 5259checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 5260dependencies = [ 5261 "windows-core 0.61.2", 5262 "windows-link 0.1.3", 5263] 5264 5265[[package]] 5266name = "windows-numerics" 5267version = "0.3.1" 5268source = "registry+https://github.com/rust-lang/crates.io-index" 5269checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" 5270dependencies = [ 5271 "windows-core 0.62.2", 5272 "windows-link 0.2.1", 5273] 5274 5275[[package]] 5276name = "windows-result" 5277version = "0.1.2" 5278source = "registry+https://github.com/rust-lang/crates.io-index" 5279checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 5280dependencies = [ 5281 "windows-targets 0.52.6", 5282] 5283 5284[[package]] 5285name = "windows-result" 5286version = "0.2.0" 5287source = "registry+https://github.com/rust-lang/crates.io-index" 5288checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 5289dependencies = [ 5290 "windows-targets 0.52.6", 5291] 5292 5293[[package]] 5294name = "windows-result" 5295version = "0.3.4" 5296source = "registry+https://github.com/rust-lang/crates.io-index" 5297checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 5298dependencies = [ 5299 "windows-link 0.1.3", 5300] 5301 5302[[package]] 5303name = "windows-result" 5304version = "0.4.1" 5305source = "registry+https://github.com/rust-lang/crates.io-index" 5306checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 5307dependencies = [ 5308 "windows-link 0.2.1", 5309] 5310 5311[[package]] 5312name = "windows-strings" 5313version = "0.1.0" 5314source = "registry+https://github.com/rust-lang/crates.io-index" 5315checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 5316dependencies = [ 5317 "windows-result 0.2.0", 5318 "windows-targets 0.52.6", 5319] 5320 5321[[package]] 5322name = "windows-strings" 5323version = "0.4.2" 5324source = "registry+https://github.com/rust-lang/crates.io-index" 5325checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 5326dependencies = [ 5327 "windows-link 0.1.3", 5328] 5329 5330[[package]] 5331name = "windows-strings" 5332version = "0.5.1" 5333source = "registry+https://github.com/rust-lang/crates.io-index" 5334checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 5335dependencies = [ 5336 "windows-link 0.2.1", 5337] 5338 5339[[package]] 5340name = "windows-sys" 5341version = "0.45.0" 5342source = "registry+https://github.com/rust-lang/crates.io-index" 5343checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 5344dependencies = [ 5345 "windows-targets 0.42.2", 5346] 5347 5348[[package]] 5349name = "windows-sys" 5350version = "0.52.0" 5351source = "registry+https://github.com/rust-lang/crates.io-index" 5352checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5353dependencies = [ 5354 "windows-targets 0.52.6", 5355] 5356 5357[[package]] 5358name = "windows-sys" 5359version = "0.59.0" 5360source = "registry+https://github.com/rust-lang/crates.io-index" 5361checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 5362dependencies = [ 5363 "windows-targets 0.52.6", 5364] 5365 5366[[package]] 5367name = "windows-sys" 5368version = "0.61.2" 5369source = "registry+https://github.com/rust-lang/crates.io-index" 5370checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 5371dependencies = [ 5372 "windows-link 0.2.1", 5373] 5374 5375[[package]] 5376name = "windows-targets" 5377version = "0.42.2" 5378source = "registry+https://github.com/rust-lang/crates.io-index" 5379checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 5380dependencies = [ 5381 "windows_aarch64_gnullvm 0.42.2", 5382 "windows_aarch64_msvc 0.42.2", 5383 "windows_i686_gnu 0.42.2", 5384 "windows_i686_msvc 0.42.2", 5385 "windows_x86_64_gnu 0.42.2", 5386 "windows_x86_64_gnullvm 0.42.2", 5387 "windows_x86_64_msvc 0.42.2", 5388] 5389 5390[[package]] 5391name = "windows-targets" 5392version = "0.52.6" 5393source = "registry+https://github.com/rust-lang/crates.io-index" 5394checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 5395dependencies = [ 5396 "windows_aarch64_gnullvm 0.52.6", 5397 "windows_aarch64_msvc 0.52.6", 5398 "windows_i686_gnu 0.52.6", 5399 "windows_i686_gnullvm", 5400 "windows_i686_msvc 0.52.6", 5401 "windows_x86_64_gnu 0.52.6", 5402 "windows_x86_64_gnullvm 0.52.6", 5403 "windows_x86_64_msvc 0.52.6", 5404] 5405 5406[[package]] 5407name = "windows-threading" 5408version = "0.1.0" 5409source = "registry+https://github.com/rust-lang/crates.io-index" 5410checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 5411dependencies = [ 5412 "windows-link 0.1.3", 5413] 5414 5415[[package]] 5416name = "windows-threading" 5417version = "0.2.1" 5418source = "registry+https://github.com/rust-lang/crates.io-index" 5419checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" 5420dependencies = [ 5421 "windows-link 0.2.1", 5422] 5423 5424[[package]] 5425name = "windows_aarch64_gnullvm" 5426version = "0.42.2" 5427source = "registry+https://github.com/rust-lang/crates.io-index" 5428checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5429 5430[[package]] 5431name = "windows_aarch64_gnullvm" 5432version = "0.52.6" 5433source = "registry+https://github.com/rust-lang/crates.io-index" 5434checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 5435 5436[[package]] 5437name = "windows_aarch64_msvc" 5438version = "0.42.2" 5439source = "registry+https://github.com/rust-lang/crates.io-index" 5440checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5441 5442[[package]] 5443name = "windows_aarch64_msvc" 5444version = "0.52.6" 5445source = "registry+https://github.com/rust-lang/crates.io-index" 5446checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 5447 5448[[package]] 5449name = "windows_i686_gnu" 5450version = "0.42.2" 5451source = "registry+https://github.com/rust-lang/crates.io-index" 5452checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5453 5454[[package]] 5455name = "windows_i686_gnu" 5456version = "0.52.6" 5457source = "registry+https://github.com/rust-lang/crates.io-index" 5458checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 5459 5460[[package]] 5461name = "windows_i686_gnullvm" 5462version = "0.52.6" 5463source = "registry+https://github.com/rust-lang/crates.io-index" 5464checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 5465 5466[[package]] 5467name = "windows_i686_msvc" 5468version = "0.42.2" 5469source = "registry+https://github.com/rust-lang/crates.io-index" 5470checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 5471 5472[[package]] 5473name = "windows_i686_msvc" 5474version = "0.52.6" 5475source = "registry+https://github.com/rust-lang/crates.io-index" 5476checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 5477 5478[[package]] 5479name = "windows_x86_64_gnu" 5480version = "0.42.2" 5481source = "registry+https://github.com/rust-lang/crates.io-index" 5482checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 5483 5484[[package]] 5485name = "windows_x86_64_gnu" 5486version = "0.52.6" 5487source = "registry+https://github.com/rust-lang/crates.io-index" 5488checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 5489 5490[[package]] 5491name = "windows_x86_64_gnullvm" 5492version = "0.42.2" 5493source = "registry+https://github.com/rust-lang/crates.io-index" 5494checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 5495 5496[[package]] 5497name = "windows_x86_64_gnullvm" 5498version = "0.52.6" 5499source = "registry+https://github.com/rust-lang/crates.io-index" 5500checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 5501 5502[[package]] 5503name = "windows_x86_64_msvc" 5504version = "0.42.2" 5505source = "registry+https://github.com/rust-lang/crates.io-index" 5506checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5507 5508[[package]] 5509name = "windows_x86_64_msvc" 5510version = "0.52.6" 5511source = "registry+https://github.com/rust-lang/crates.io-index" 5512checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 5513 5514[[package]] 5515name = "winit" 5516version = "0.30.12" 5517source = "registry+https://github.com/rust-lang/crates.io-index" 5518checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732" 5519dependencies = [ 5520 "ahash", 5521 "android-activity", 5522 "atomic-waker", 5523 "bitflags 2.10.0", 5524 "block2 0.5.1", 5525 "bytemuck", 5526 "calloop", 5527 "cfg_aliases", 5528 "concurrent-queue", 5529 "core-foundation 0.9.4", 5530 "core-graphics", 5531 "cursor-icon", 5532 "dpi", 5533 "js-sys", 5534 "libc", 5535 "memmap2", 5536 "ndk 0.9.0", 5537 "objc2 0.5.2", 5538 "objc2-app-kit", 5539 "objc2-foundation", 5540 "objc2-ui-kit", 5541 "orbclient", 5542 "percent-encoding", 5543 "pin-project", 5544 "raw-window-handle", 5545 "redox_syscall 0.4.1", 5546 "rustix 0.38.44", 5547 "sctk-adwaita", 5548 "smithay-client-toolkit", 5549 "smol_str", 5550 "tracing", 5551 "unicode-segmentation", 5552 "wasm-bindgen", 5553 "wasm-bindgen-futures", 5554 "wayland-backend", 5555 "wayland-client", 5556 "wayland-protocols", 5557 "wayland-protocols-plasma", 5558 "web-sys", 5559 "web-time", 5560 "windows-sys 0.52.0", 5561 "x11-dl", 5562 "x11rb", 5563 "xkbcommon-dl", 5564] 5565 5566[[package]] 5567name = "winnow" 5568version = "0.7.14" 5569source = "registry+https://github.com/rust-lang/crates.io-index" 5570checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 5571dependencies = [ 5572 "memchr", 5573] 5574 5575[[package]] 5576name = "wit-bindgen" 5577version = "0.46.0" 5578source = "registry+https://github.com/rust-lang/crates.io-index" 5579checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 5580 5581[[package]] 5582name = "x11-dl" 5583version = "2.21.0" 5584source = "registry+https://github.com/rust-lang/crates.io-index" 5585checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 5586dependencies = [ 5587 "libc", 5588 "once_cell", 5589 "pkg-config", 5590] 5591 5592[[package]] 5593name = "x11rb" 5594version = "0.13.2" 5595source = "registry+https://github.com/rust-lang/crates.io-index" 5596checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" 5597dependencies = [ 5598 "as-raw-xcb-connection", 5599 "gethostname", 5600 "libc", 5601 "libloading", 5602 "once_cell", 5603 "rustix 1.1.2", 5604 "x11rb-protocol", 5605] 5606 5607[[package]] 5608name = "x11rb-protocol" 5609version = "0.13.2" 5610source = "registry+https://github.com/rust-lang/crates.io-index" 5611checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" 5612 5613[[package]] 5614name = "xcursor" 5615version = "0.3.10" 5616source = "registry+https://github.com/rust-lang/crates.io-index" 5617checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" 5618 5619[[package]] 5620name = "xkbcommon-dl" 5621version = "0.4.2" 5622source = "registry+https://github.com/rust-lang/crates.io-index" 5623checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 5624dependencies = [ 5625 "bitflags 2.10.0", 5626 "dlib", 5627 "log", 5628 "once_cell", 5629 "xkeysym", 5630] 5631 5632[[package]] 5633name = "xkeysym" 5634version = "0.2.1" 5635source = "registry+https://github.com/rust-lang/crates.io-index" 5636checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 5637 5638[[package]] 5639name = "xml-rs" 5640version = "0.8.28" 5641source = "registry+https://github.com/rust-lang/crates.io-index" 5642checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" 5643 5644[[package]] 5645name = "yazi" 5646version = "0.2.1" 5647source = "registry+https://github.com/rust-lang/crates.io-index" 5648checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5" 5649 5650[[package]] 5651name = "zeno" 5652version = "0.3.3" 5653source = "registry+https://github.com/rust-lang/crates.io-index" 5654checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524" 5655 5656[[package]] 5657name = "zerocopy" 5658version = "0.8.31" 5659source = "registry+https://github.com/rust-lang/crates.io-index" 5660checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 5661dependencies = [ 5662 "zerocopy-derive", 5663] 5664 5665[[package]] 5666name = "zerocopy-derive" 5667version = "0.8.31" 5668source = "registry+https://github.com/rust-lang/crates.io-index" 5669checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 5670dependencies = [ 5671 "proc-macro2", 5672 "quote", 5673 "syn", 5674]