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