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