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