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