Another project
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.24.0"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "5351dcebb14b579ccab05f288596b2ae097005be7ee50a7c3d4ca9d0d5a66f6a"
26dependencies = [
27 "uuid",
28]
29
30[[package]]
31name = "adler2"
32version = "2.0.1"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
35
36[[package]]
37name = "ahash"
38version = "0.8.12"
39source = "registry+https://github.com/rust-lang/crates.io-index"
40checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
41dependencies = [
42 "cfg-if",
43 "getrandom",
44 "once_cell",
45 "version_check",
46 "zerocopy",
47]
48
49[[package]]
50name = "aho-corasick"
51version = "1.1.4"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
54dependencies = [
55 "memchr",
56]
57
58[[package]]
59name = "allocator-api2"
60version = "0.2.21"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
63
64[[package]]
65name = "android-activity"
66version = "0.6.1"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "0f2a1bb052857d5dd49572219344a7332b31b76405648eabac5bc68978251bcd"
69dependencies = [
70 "android-properties",
71 "bitflags 2.11.1",
72 "cc",
73 "jni",
74 "libc",
75 "log",
76 "ndk",
77 "ndk-context",
78 "ndk-sys",
79 "num_enum",
80 "thiserror 2.0.18",
81]
82
83[[package]]
84name = "android-properties"
85version = "0.2.2"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
88
89[[package]]
90name = "android_system_properties"
91version = "0.1.5"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
94dependencies = [
95 "libc",
96]
97
98[[package]]
99name = "approx"
100version = "0.5.1"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
103dependencies = [
104 "num-traits",
105]
106
107[[package]]
108name = "arrayref"
109version = "0.3.9"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
112
113[[package]]
114name = "arrayvec"
115version = "0.7.6"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
118
119[[package]]
120name = "as-raw-xcb-connection"
121version = "1.0.1"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
124
125[[package]]
126name = "ash"
127version = "0.38.0+1.3.281"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
130dependencies = [
131 "libloading",
132]
133
134[[package]]
135name = "atomic-waker"
136version = "1.1.2"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
139
140[[package]]
141name = "autocfg"
142version = "1.5.0"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
145
146[[package]]
147name = "bit-set"
148version = "0.9.1"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
151dependencies = [
152 "bit-vec",
153]
154
155[[package]]
156name = "bit-vec"
157version = "0.9.1"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
160
161[[package]]
162name = "bitflags"
163version = "1.3.2"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
166
167[[package]]
168name = "bitflags"
169version = "2.11.1"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
172dependencies = [
173 "serde_core",
174]
175
176[[package]]
177name = "blake3"
178version = "1.8.4"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "4d2d5991425dfd0785aed03aedcf0b321d61975c9b5b3689c774a2610ae0b51e"
181dependencies = [
182 "arrayref",
183 "arrayvec",
184 "cc",
185 "cfg-if",
186 "constant_time_eq",
187 "cpufeatures",
188]
189
190[[package]]
191name = "block2"
192version = "0.5.1"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
195dependencies = [
196 "objc2 0.5.2",
197]
198
199[[package]]
200name = "block2"
201version = "0.6.2"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
204dependencies = [
205 "objc2 0.6.4",
206]
207
208[[package]]
209name = "bone-app"
210version = "0.0.0"
211dependencies = [
212 "bone-document",
213 "bone-render",
214 "bone-text",
215 "bone-types",
216 "bone-ui",
217 "pollster",
218 "swash",
219 "thiserror 2.0.18",
220 "tracing",
221 "tracing-subscriber",
222 "uom",
223 "winit",
224]
225
226[[package]]
227name = "bone-document"
228version = "0.0.0"
229dependencies = [
230 "blake3",
231 "bone-solver",
232 "bone-types",
233 "insta",
234 "nalgebra",
235 "proptest",
236 "ron",
237 "serde",
238 "slotmap",
239 "tempfile",
240 "thiserror 2.0.18",
241 "tracing",
242]
243
244[[package]]
245name = "bone-kernel"
246version = "0.0.0"
247dependencies = [
248 "bone-types",
249 "insta",
250 "thiserror 2.0.18",
251 "uom",
252]
253
254[[package]]
255name = "bone-render"
256version = "0.0.0"
257dependencies = [
258 "bone-document",
259 "bone-kernel",
260 "bone-text",
261 "bone-types",
262 "bytemuck",
263 "lyon_tessellation",
264 "png",
265 "pollster",
266 "proptest",
267 "slotmap",
268 "swash",
269 "thiserror 2.0.18",
270 "tracing",
271 "uom",
272 "wgpu",
273]
274
275[[package]]
276name = "bone-solver"
277version = "0.0.0"
278dependencies = [
279 "bone-kernel",
280 "bone-types",
281 "faer",
282 "insta",
283 "nalgebra",
284 "thiserror 2.0.18",
285]
286
287[[package]]
288name = "bone-text"
289version = "0.0.0"
290dependencies = [
291 "lyon_tessellation",
292 "parley",
293 "serde",
294 "swash",
295]
296
297[[package]]
298name = "bone-types"
299version = "0.0.0"
300dependencies = [
301 "insta",
302 "nalgebra",
303 "serde",
304 "slotmap",
305 "thiserror 2.0.18",
306 "tracing",
307 "tracing-subscriber",
308 "uom",
309]
310
311[[package]]
312name = "bone-ui"
313version = "0.0.0"
314dependencies = [
315 "accesskit",
316 "bone-text",
317 "insta",
318 "lyon_tessellation",
319 "palette",
320 "png",
321 "ron",
322 "serde",
323 "swash",
324 "taffy",
325 "thiserror 2.0.18",
326 "unicode-segmentation",
327 "uom",
328]
329
330[[package]]
331name = "bumpalo"
332version = "3.20.2"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
335
336[[package]]
337name = "by_address"
338version = "1.2.1"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
341
342[[package]]
343name = "bytemuck"
344version = "1.25.0"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
347dependencies = [
348 "bytemuck_derive",
349]
350
351[[package]]
352name = "bytemuck_derive"
353version = "1.10.2"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
356dependencies = [
357 "proc-macro2",
358 "quote",
359 "syn 2.0.117",
360]
361
362[[package]]
363name = "byteorder"
364version = "1.5.0"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
367
368[[package]]
369name = "bytes"
370version = "1.11.1"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
373
374[[package]]
375name = "calloop"
376version = "0.13.0"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
379dependencies = [
380 "bitflags 2.11.1",
381 "log",
382 "polling",
383 "rustix 0.38.44",
384 "slab",
385 "thiserror 1.0.69",
386]
387
388[[package]]
389name = "calloop-wayland-source"
390version = "0.3.0"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
393dependencies = [
394 "calloop",
395 "rustix 0.38.44",
396 "wayland-backend",
397 "wayland-client",
398]
399
400[[package]]
401name = "cc"
402version = "1.2.60"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
405dependencies = [
406 "find-msvc-tools",
407 "jobserver",
408 "libc",
409 "shlex",
410]
411
412[[package]]
413name = "cfg-if"
414version = "1.0.4"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
417
418[[package]]
419name = "cfg_aliases"
420version = "0.2.1"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
423
424[[package]]
425name = "codespan-reporting"
426version = "0.13.1"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681"
429dependencies = [
430 "serde",
431 "termcolor",
432 "unicode-width",
433]
434
435[[package]]
436name = "combine"
437version = "4.6.7"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
440dependencies = [
441 "bytes",
442 "memchr",
443]
444
445[[package]]
446name = "concurrent-queue"
447version = "2.5.0"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
450dependencies = [
451 "crossbeam-utils",
452]
453
454[[package]]
455name = "console"
456version = "0.16.3"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
459dependencies = [
460 "encode_unicode",
461 "libc",
462 "windows-sys 0.61.2",
463]
464
465[[package]]
466name = "constant_time_eq"
467version = "0.4.2"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
470
471[[package]]
472name = "core-foundation"
473version = "0.9.4"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
476dependencies = [
477 "core-foundation-sys",
478 "libc",
479]
480
481[[package]]
482name = "core-foundation-sys"
483version = "0.8.7"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
486
487[[package]]
488name = "core-graphics"
489version = "0.23.2"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
492dependencies = [
493 "bitflags 1.3.2",
494 "core-foundation",
495 "core-graphics-types",
496 "foreign-types",
497 "libc",
498]
499
500[[package]]
501name = "core-graphics-types"
502version = "0.1.3"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
505dependencies = [
506 "bitflags 1.3.2",
507 "core-foundation",
508 "libc",
509]
510
511[[package]]
512name = "core_maths"
513version = "0.1.1"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
516dependencies = [
517 "libm",
518]
519
520[[package]]
521name = "cpufeatures"
522version = "0.3.0"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
525dependencies = [
526 "libc",
527]
528
529[[package]]
530name = "crc32fast"
531version = "1.5.0"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
534dependencies = [
535 "cfg-if",
536]
537
538[[package]]
539name = "crossbeam-utils"
540version = "0.8.21"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
543
544[[package]]
545name = "crunchy"
546version = "0.2.4"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
549
550[[package]]
551name = "cursor-icon"
552version = "1.2.0"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
555
556[[package]]
557name = "defer"
558version = "0.2.1"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "930c7171c8df9fb1782bdf9b918ed9ed2d33d1d22300abb754f9085bc48bf8e8"
561
562[[package]]
563name = "dispatch"
564version = "0.2.0"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
567
568[[package]]
569name = "dispatch2"
570version = "0.3.1"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
573dependencies = [
574 "bitflags 2.11.1",
575 "objc2 0.6.4",
576]
577
578[[package]]
579name = "displaydoc"
580version = "0.2.5"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
583dependencies = [
584 "proc-macro2",
585 "quote",
586 "syn 2.0.117",
587]
588
589[[package]]
590name = "dlib"
591version = "0.5.3"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a"
594dependencies = [
595 "libloading",
596]
597
598[[package]]
599name = "document-features"
600version = "0.2.12"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
603dependencies = [
604 "litrs",
605]
606
607[[package]]
608name = "downcast-rs"
609version = "1.2.1"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
612
613[[package]]
614name = "dpi"
615version = "0.1.2"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
618
619[[package]]
620name = "dyn-stack"
621version = "0.13.2"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
624dependencies = [
625 "bytemuck",
626 "dyn-stack-macros",
627]
628
629[[package]]
630name = "dyn-stack-macros"
631version = "0.1.3"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
634
635[[package]]
636name = "encode_unicode"
637version = "1.0.0"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
640
641[[package]]
642name = "enum-as-inner"
643version = "0.6.1"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
646dependencies = [
647 "heck",
648 "proc-macro2",
649 "quote",
650 "syn 2.0.117",
651]
652
653[[package]]
654name = "equator"
655version = "0.2.2"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "c35da53b5a021d2484a7cc49b2ac7f2d840f8236a286f84202369bd338d761ea"
658dependencies = [
659 "equator-macro 0.2.1",
660]
661
662[[package]]
663name = "equator"
664version = "0.6.0"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "02da895aab06bbebefb6b2595f6d637b18c9ff629b4cd840965bb3164e4194b0"
667dependencies = [
668 "equator-macro 0.6.0",
669]
670
671[[package]]
672name = "equator-macro"
673version = "0.2.1"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "3bf679796c0322556351f287a51b49e48f7c4986e727b5dd78c972d30e2e16cc"
676dependencies = [
677 "proc-macro2",
678 "quote",
679 "syn 2.0.117",
680]
681
682[[package]]
683name = "equator-macro"
684version = "0.6.0"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "2b14b339eb76d07f052cdbad76ca7c1310e56173a138095d3bf42a23c06ef5d8"
687
688[[package]]
689name = "equivalent"
690version = "1.0.2"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
693
694[[package]]
695name = "errno"
696version = "0.3.14"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
699dependencies = [
700 "libc",
701 "windows-sys 0.61.2",
702]
703
704[[package]]
705name = "euclid"
706version = "0.22.14"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06"
709dependencies = [
710 "num-traits",
711]
712
713[[package]]
714name = "faer"
715version = "0.24.0"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "02d2ecfb80b6f8b0c569e36988a052e64b14d8def9d372390b014e8bf79f299a"
718dependencies = [
719 "bytemuck",
720 "dyn-stack",
721 "equator 0.6.0",
722 "faer-traits",
723 "gemm",
724 "generativity",
725 "libm",
726 "nano-gemm",
727 "num-complex",
728 "num-traits",
729 "private-gemm-x86",
730 "pulp",
731 "reborrow",
732]
733
734[[package]]
735name = "faer-traits"
736version = "0.24.0"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "b87d23ed7ab1f26c0cba0e5b9e061a796fbb7dc170fa8bee6970055a1308bb0f"
739dependencies = [
740 "bytemuck",
741 "dyn-stack",
742 "generativity",
743 "libm",
744 "num-complex",
745 "num-traits",
746 "pulp",
747 "qd",
748 "reborrow",
749]
750
751[[package]]
752name = "fast-srgb8"
753version = "1.0.0"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
756
757[[package]]
758name = "fastrand"
759version = "2.4.1"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
762
763[[package]]
764name = "fdeflate"
765version = "0.3.7"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
768dependencies = [
769 "simd-adler32",
770]
771
772[[package]]
773name = "find-msvc-tools"
774version = "0.1.9"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
777
778[[package]]
779name = "flate2"
780version = "1.1.9"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
783dependencies = [
784 "crc32fast",
785 "miniz_oxide",
786]
787
788[[package]]
789name = "float_next_after"
790version = "1.0.0"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
793
794[[package]]
795name = "foldhash"
796version = "0.1.5"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
799
800[[package]]
801name = "foldhash"
802version = "0.2.0"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
805
806[[package]]
807name = "font-types"
808version = "0.11.3"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "5b38ad915f6dadd993ced50848a8291a543bd41ca62bc10740d5e64e2ab4cfd7"
811dependencies = [
812 "bytemuck",
813]
814
815[[package]]
816name = "fontique"
817version = "0.9.0"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "7c20b425addb8661e97fe1d51c4d8bcec3ec29ed6ad0db983976a7521276b8f7"
820dependencies = [
821 "hashbrown 0.17.0",
822 "linebender_resource_handle",
823 "memmap2",
824 "parlance",
825 "read-fonts 0.39.2",
826 "smallvec",
827]
828
829[[package]]
830name = "foreign-types"
831version = "0.5.0"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
834dependencies = [
835 "foreign-types-macros",
836 "foreign-types-shared",
837]
838
839[[package]]
840name = "foreign-types-macros"
841version = "0.2.3"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
844dependencies = [
845 "proc-macro2",
846 "quote",
847 "syn 2.0.117",
848]
849
850[[package]]
851name = "foreign-types-shared"
852version = "0.3.1"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
855
856[[package]]
857name = "futures-core"
858version = "0.3.32"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
861
862[[package]]
863name = "futures-task"
864version = "0.3.32"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
867
868[[package]]
869name = "futures-util"
870version = "0.3.32"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
873dependencies = [
874 "futures-core",
875 "futures-task",
876 "pin-project-lite",
877 "slab",
878]
879
880[[package]]
881name = "gemm"
882version = "0.19.0"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "aa0673db364b12263d103b68337a68fbecc541d6f6b61ba72fe438654709eacb"
885dependencies = [
886 "dyn-stack",
887 "gemm-c32",
888 "gemm-c64",
889 "gemm-common",
890 "gemm-f16",
891 "gemm-f32",
892 "gemm-f64",
893 "num-complex",
894 "num-traits",
895 "paste",
896 "raw-cpuid",
897 "seq-macro",
898]
899
900[[package]]
901name = "gemm-c32"
902version = "0.19.0"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "086936dbdcb99e37aad81d320f98f670e53c1e55a98bee70573e83f95beb128c"
905dependencies = [
906 "dyn-stack",
907 "gemm-common",
908 "num-complex",
909 "num-traits",
910 "paste",
911 "raw-cpuid",
912 "seq-macro",
913]
914
915[[package]]
916name = "gemm-c64"
917version = "0.19.0"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "20c8aeeeec425959bda4d9827664029ba1501a90a0d1e6228e48bef741db3a3f"
920dependencies = [
921 "dyn-stack",
922 "gemm-common",
923 "num-complex",
924 "num-traits",
925 "paste",
926 "raw-cpuid",
927 "seq-macro",
928]
929
930[[package]]
931name = "gemm-common"
932version = "0.19.0"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "88027625910cc9b1085aaaa1c4bc46bb3a36aad323452b33c25b5e4e7c8e2a3e"
935dependencies = [
936 "bytemuck",
937 "dyn-stack",
938 "half",
939 "libm",
940 "num-complex",
941 "num-traits",
942 "once_cell",
943 "paste",
944 "pulp",
945 "raw-cpuid",
946 "seq-macro",
947 "sysctl",
948]
949
950[[package]]
951name = "gemm-f16"
952version = "0.19.0"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "e3df7a55202e6cd6739d82ae3399c8e0c7e1402859b30e4cb780e61525d9486e"
955dependencies = [
956 "dyn-stack",
957 "gemm-common",
958 "gemm-f32",
959 "half",
960 "num-complex",
961 "num-traits",
962 "paste",
963 "raw-cpuid",
964 "seq-macro",
965]
966
967[[package]]
968name = "gemm-f32"
969version = "0.19.0"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "02e0b8c9da1fbec6e3e3ab2ce6bc259ef18eb5f6f0d3e4edf54b75f9fd41a81c"
972dependencies = [
973 "dyn-stack",
974 "gemm-common",
975 "num-complex",
976 "num-traits",
977 "paste",
978 "raw-cpuid",
979 "seq-macro",
980]
981
982[[package]]
983name = "gemm-f64"
984version = "0.19.0"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "056131e8f2a521bfab322f804ccd652520c79700d81209e9d9275bbdecaadc6a"
987dependencies = [
988 "dyn-stack",
989 "gemm-common",
990 "num-complex",
991 "num-traits",
992 "paste",
993 "raw-cpuid",
994 "seq-macro",
995]
996
997[[package]]
998name = "generativity"
999version = "1.1.0"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "5881e4c3c2433fe4905bb19cfd2b5d49d4248274862b68c27c33d9ba4e13f9ec"
1002
1003[[package]]
1004name = "gethostname"
1005version = "1.1.0"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
1008dependencies = [
1009 "rustix 1.1.4",
1010 "windows-link",
1011]
1012
1013[[package]]
1014name = "getrandom"
1015version = "0.3.4"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1018dependencies = [
1019 "cfg-if",
1020 "libc",
1021 "r-efi",
1022 "wasip2",
1023]
1024
1025[[package]]
1026name = "gl_generator"
1027version = "0.14.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
1030dependencies = [
1031 "khronos_api",
1032 "log",
1033 "xml-rs",
1034]
1035
1036[[package]]
1037name = "glow"
1038version = "0.17.0"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
1041dependencies = [
1042 "js-sys",
1043 "slotmap",
1044 "wasm-bindgen",
1045 "web-sys",
1046]
1047
1048[[package]]
1049name = "glutin_wgl_sys"
1050version = "0.6.1"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
1053dependencies = [
1054 "gl_generator",
1055]
1056
1057[[package]]
1058name = "gpu-allocator"
1059version = "0.28.0"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
1062dependencies = [
1063 "ash",
1064 "hashbrown 0.16.1",
1065 "log",
1066 "presser",
1067 "thiserror 2.0.18",
1068 "windows",
1069]
1070
1071[[package]]
1072name = "gpu-descriptor"
1073version = "0.3.2"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
1076dependencies = [
1077 "bitflags 2.11.1",
1078 "gpu-descriptor-types",
1079 "hashbrown 0.15.5",
1080]
1081
1082[[package]]
1083name = "gpu-descriptor-types"
1084version = "0.2.0"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
1087dependencies = [
1088 "bitflags 2.11.1",
1089]
1090
1091[[package]]
1092name = "grid"
1093version = "1.0.1"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "b40ca9252762c466af32d0b1002e91e4e1bc5398f77455e55474deb466355ff5"
1096
1097[[package]]
1098name = "half"
1099version = "2.7.1"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1102dependencies = [
1103 "bytemuck",
1104 "cfg-if",
1105 "crunchy",
1106 "num-traits",
1107 "zerocopy",
1108]
1109
1110[[package]]
1111name = "harfrust"
1112version = "0.6.0"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "a9ce5e848d21ba97a324266e41c70e0eb5e2577a610c1fbd546e15096f2e8e37"
1115dependencies = [
1116 "bitflags 2.11.1",
1117 "bytemuck",
1118 "core_maths",
1119 "read-fonts 0.39.2",
1120 "smallvec",
1121]
1122
1123[[package]]
1124name = "hashbrown"
1125version = "0.15.5"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1128dependencies = [
1129 "foldhash 0.1.5",
1130]
1131
1132[[package]]
1133name = "hashbrown"
1134version = "0.16.1"
1135source = "registry+https://github.com/rust-lang/crates.io-index"
1136checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1137dependencies = [
1138 "allocator-api2",
1139 "equivalent",
1140 "foldhash 0.2.0",
1141]
1142
1143[[package]]
1144name = "hashbrown"
1145version = "0.17.0"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
1148dependencies = [
1149 "foldhash 0.2.0",
1150]
1151
1152[[package]]
1153name = "heck"
1154version = "0.5.0"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1157
1158[[package]]
1159name = "hermit-abi"
1160version = "0.5.2"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1163
1164[[package]]
1165name = "hexf-parse"
1166version = "0.2.1"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
1169
1170[[package]]
1171name = "icu_collections"
1172version = "2.2.0"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1175dependencies = [
1176 "displaydoc",
1177 "potential_utf",
1178 "utf8_iter",
1179 "yoke",
1180 "zerofrom",
1181 "zerovec",
1182]
1183
1184[[package]]
1185name = "icu_locale"
1186version = "2.2.0"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "d5a396343c7208121dc86e35623d3dfe19814a7613cfd14964994cdc9c9a2e26"
1189dependencies = [
1190 "icu_collections",
1191 "icu_locale_core",
1192 "icu_locale_data",
1193 "icu_provider",
1194 "potential_utf",
1195 "tinystr",
1196 "zerovec",
1197]
1198
1199[[package]]
1200name = "icu_locale_core"
1201version = "2.2.0"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1204dependencies = [
1205 "displaydoc",
1206 "litemap",
1207 "serde",
1208 "tinystr",
1209 "writeable",
1210 "zerovec",
1211]
1212
1213[[package]]
1214name = "icu_locale_data"
1215version = "2.2.0"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "d5fdcc9ac77c6d74ff5cf6e65ef3181d6af32003b16fce3a77fb451d2f695993"
1218
1219[[package]]
1220name = "icu_normalizer"
1221version = "2.2.0"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1224dependencies = [
1225 "icu_collections",
1226 "icu_normalizer_data",
1227 "icu_properties",
1228 "icu_provider",
1229 "smallvec",
1230 "zerovec",
1231]
1232
1233[[package]]
1234name = "icu_normalizer_data"
1235version = "2.2.0"
1236source = "registry+https://github.com/rust-lang/crates.io-index"
1237checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1238
1239[[package]]
1240name = "icu_properties"
1241version = "2.2.0"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1244dependencies = [
1245 "icu_collections",
1246 "icu_locale_core",
1247 "icu_properties_data",
1248 "icu_provider",
1249 "zerotrie",
1250 "zerovec",
1251]
1252
1253[[package]]
1254name = "icu_properties_data"
1255version = "2.2.0"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1258
1259[[package]]
1260name = "icu_provider"
1261version = "2.2.0"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1264dependencies = [
1265 "displaydoc",
1266 "icu_locale_core",
1267 "serde",
1268 "stable_deref_trait",
1269 "writeable",
1270 "yoke",
1271 "zerofrom",
1272 "zerotrie",
1273 "zerovec",
1274]
1275
1276[[package]]
1277name = "icu_segmenter"
1278version = "2.2.0"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "5c0794db0b1a86193ac9c48768d0e6c52c54448e0870ad87907d456ee0dac964"
1281dependencies = [
1282 "icu_collections",
1283 "icu_locale",
1284 "icu_provider",
1285 "icu_segmenter_data",
1286 "potential_utf",
1287 "utf8_iter",
1288 "zerovec",
1289]
1290
1291[[package]]
1292name = "icu_segmenter_data"
1293version = "2.2.0"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "e4a2c462a4d927d512f5f882a033ddd62f33a05bb9f230d98f736ac3dc85938f"
1296
1297[[package]]
1298name = "indexmap"
1299version = "2.14.0"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1302dependencies = [
1303 "equivalent",
1304 "hashbrown 0.17.0",
1305]
1306
1307[[package]]
1308name = "insta"
1309version = "1.47.2"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "7b4a6248eb93a4401ed2f37dfe8ea592d3cf05b7cf4f8efa867b6895af7e094e"
1312dependencies = [
1313 "console",
1314 "once_cell",
1315 "ron",
1316 "serde",
1317 "similar",
1318 "tempfile",
1319]
1320
1321[[package]]
1322name = "interpol"
1323version = "0.2.1"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "eb58032ba748f4010d15912a1855a8a0b1ba9eaad3395b0c171c09b3b356ae50"
1326dependencies = [
1327 "proc-macro2",
1328 "quote",
1329 "syn 1.0.109",
1330]
1331
1332[[package]]
1333name = "jni"
1334version = "0.22.4"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
1337dependencies = [
1338 "cfg-if",
1339 "combine",
1340 "jni-macros",
1341 "jni-sys 0.4.1",
1342 "log",
1343 "simd_cesu8",
1344 "thiserror 2.0.18",
1345 "walkdir",
1346 "windows-link",
1347]
1348
1349[[package]]
1350name = "jni-macros"
1351version = "0.22.4"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
1354dependencies = [
1355 "proc-macro2",
1356 "quote",
1357 "rustc_version",
1358 "simd_cesu8",
1359 "syn 2.0.117",
1360]
1361
1362[[package]]
1363name = "jni-sys"
1364version = "0.3.1"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
1367dependencies = [
1368 "jni-sys 0.4.1",
1369]
1370
1371[[package]]
1372name = "jni-sys"
1373version = "0.4.1"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
1376dependencies = [
1377 "jni-sys-macros",
1378]
1379
1380[[package]]
1381name = "jni-sys-macros"
1382version = "0.4.1"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
1385dependencies = [
1386 "quote",
1387 "syn 2.0.117",
1388]
1389
1390[[package]]
1391name = "jobserver"
1392version = "0.1.34"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1395dependencies = [
1396 "getrandom",
1397 "libc",
1398]
1399
1400[[package]]
1401name = "js-sys"
1402version = "0.3.95"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
1405dependencies = [
1406 "cfg-if",
1407 "futures-util",
1408 "once_cell",
1409 "wasm-bindgen",
1410]
1411
1412[[package]]
1413name = "khronos-egl"
1414version = "6.0.0"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
1417dependencies = [
1418 "libc",
1419 "libloading",
1420 "pkg-config",
1421]
1422
1423[[package]]
1424name = "khronos_api"
1425version = "3.1.0"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
1428
1429[[package]]
1430name = "lazy_static"
1431version = "1.5.0"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1434
1435[[package]]
1436name = "libc"
1437version = "0.2.185"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
1440
1441[[package]]
1442name = "libloading"
1443version = "0.8.9"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1446dependencies = [
1447 "cfg-if",
1448 "windows-link",
1449]
1450
1451[[package]]
1452name = "libm"
1453version = "0.2.16"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1456
1457[[package]]
1458name = "libredox"
1459version = "0.1.16"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
1462dependencies = [
1463 "bitflags 2.11.1",
1464 "libc",
1465 "plain",
1466 "redox_syscall 0.7.4",
1467]
1468
1469[[package]]
1470name = "linebender_resource_handle"
1471version = "0.1.1"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
1474
1475[[package]]
1476name = "linux-raw-sys"
1477version = "0.4.15"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1480
1481[[package]]
1482name = "linux-raw-sys"
1483version = "0.12.1"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1486
1487[[package]]
1488name = "litemap"
1489version = "0.8.2"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1492
1493[[package]]
1494name = "litrs"
1495version = "1.0.0"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
1498
1499[[package]]
1500name = "lock_api"
1501version = "0.4.14"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1504dependencies = [
1505 "scopeguard",
1506]
1507
1508[[package]]
1509name = "log"
1510version = "0.4.29"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1513
1514[[package]]
1515name = "lyon_geom"
1516version = "1.0.19"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "4336502e29e32af93cf2dad2214ed6003c17ceb5bd499df77b1de663b9042b92"
1519dependencies = [
1520 "arrayvec",
1521 "euclid",
1522 "num-traits",
1523]
1524
1525[[package]]
1526name = "lyon_path"
1527version = "1.0.19"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "5c463f9c428b7fc5ec885dcd39ce4aa61e29111d0e33483f6f98c74e89d8621e"
1530dependencies = [
1531 "lyon_geom",
1532 "num-traits",
1533]
1534
1535[[package]]
1536name = "lyon_tessellation"
1537version = "1.0.20"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "8e43b7e44161571868f5c931d12583592c223c5583eef86b08aa02b7048a3552"
1540dependencies = [
1541 "float_next_after",
1542 "lyon_path",
1543 "num-traits",
1544]
1545
1546[[package]]
1547name = "matchers"
1548version = "0.2.0"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1551dependencies = [
1552 "regex-automata",
1553]
1554
1555[[package]]
1556name = "matrixmultiply"
1557version = "0.3.10"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
1560dependencies = [
1561 "autocfg",
1562 "rawpointer",
1563]
1564
1565[[package]]
1566name = "memchr"
1567version = "2.8.0"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1570
1571[[package]]
1572name = "memmap2"
1573version = "0.9.10"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
1576dependencies = [
1577 "libc",
1578]
1579
1580[[package]]
1581name = "miniz_oxide"
1582version = "0.8.9"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1585dependencies = [
1586 "adler2",
1587 "simd-adler32",
1588]
1589
1590[[package]]
1591name = "naga"
1592version = "29.0.1"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "aa2630921705b9b01dcdd0b6864b9562ca3c1951eecd0f0c4f5f04f61e412647"
1595dependencies = [
1596 "arrayvec",
1597 "bit-set",
1598 "bitflags 2.11.1",
1599 "cfg-if",
1600 "cfg_aliases",
1601 "codespan-reporting",
1602 "half",
1603 "hashbrown 0.16.1",
1604 "hexf-parse",
1605 "indexmap",
1606 "libm",
1607 "log",
1608 "num-traits",
1609 "once_cell",
1610 "rustc-hash",
1611 "spirv",
1612 "thiserror 2.0.18",
1613 "unicode-ident",
1614]
1615
1616[[package]]
1617name = "nalgebra"
1618version = "0.33.3"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "9d43ddcacf343185dfd6de2ee786d9e8b1c2301622afab66b6c73baf9882abfd"
1621dependencies = [
1622 "approx",
1623 "matrixmultiply",
1624 "num-complex",
1625 "num-rational",
1626 "num-traits",
1627 "simba",
1628 "typenum",
1629]
1630
1631[[package]]
1632name = "nano-gemm"
1633version = "0.2.2"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "9e04345dc84b498ff89fe0d38543d1f170da9e43a2c2bcee73a0f9069f72d081"
1636dependencies = [
1637 "equator 0.2.2",
1638 "nano-gemm-c32",
1639 "nano-gemm-c64",
1640 "nano-gemm-codegen",
1641 "nano-gemm-core",
1642 "nano-gemm-f32",
1643 "nano-gemm-f64",
1644 "num-complex",
1645]
1646
1647[[package]]
1648name = "nano-gemm-c32"
1649version = "0.2.1"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "0775b1e2520e64deee8fc78b7732e3091fb7585017c0b0f9f4b451757bbbc562"
1652dependencies = [
1653 "nano-gemm-codegen",
1654 "nano-gemm-core",
1655 "num-complex",
1656]
1657
1658[[package]]
1659name = "nano-gemm-c64"
1660version = "0.2.1"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "9af49a20d58816e6b5ee65f64142e50edb5eba152678d4bb7377fcbf63f8437a"
1663dependencies = [
1664 "nano-gemm-codegen",
1665 "nano-gemm-core",
1666 "num-complex",
1667]
1668
1669[[package]]
1670name = "nano-gemm-codegen"
1671version = "0.2.1"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "6cc8d495c791627779477a2cf5df60049f5b165342610eb0d76bee5ff5c5d74c"
1674
1675[[package]]
1676name = "nano-gemm-core"
1677version = "0.2.1"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "d998dfa644de87a0f8660e5ea511d7cb5c33b5a2d9847b7af57a2565105089f0"
1680
1681[[package]]
1682name = "nano-gemm-f32"
1683version = "0.2.1"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "879d962e79bc8952e4ad21ca4845a21132540ed3f5e01184b2ff7f720e666523"
1686dependencies = [
1687 "nano-gemm-codegen",
1688 "nano-gemm-core",
1689]
1690
1691[[package]]
1692name = "nano-gemm-f64"
1693version = "0.2.1"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "b9a513473dce7dc00c7e7c318481ca4494034e76997218d8dad51bd9f007a815"
1696dependencies = [
1697 "nano-gemm-codegen",
1698 "nano-gemm-core",
1699]
1700
1701[[package]]
1702name = "ndk"
1703version = "0.9.0"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
1706dependencies = [
1707 "bitflags 2.11.1",
1708 "jni-sys 0.3.1",
1709 "log",
1710 "ndk-sys",
1711 "num_enum",
1712 "raw-window-handle",
1713 "thiserror 1.0.69",
1714]
1715
1716[[package]]
1717name = "ndk-context"
1718version = "0.1.1"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
1721
1722[[package]]
1723name = "ndk-sys"
1724version = "0.6.0+11769913"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
1727dependencies = [
1728 "jni-sys 0.3.1",
1729]
1730
1731[[package]]
1732name = "nu-ansi-term"
1733version = "0.50.3"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1736dependencies = [
1737 "windows-sys 0.61.2",
1738]
1739
1740[[package]]
1741name = "num-bigint"
1742version = "0.4.6"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1745dependencies = [
1746 "num-integer",
1747 "num-traits",
1748]
1749
1750[[package]]
1751name = "num-complex"
1752version = "0.4.6"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1755dependencies = [
1756 "bytemuck",
1757 "num-traits",
1758]
1759
1760[[package]]
1761name = "num-integer"
1762version = "0.1.46"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1765dependencies = [
1766 "num-traits",
1767]
1768
1769[[package]]
1770name = "num-rational"
1771version = "0.4.2"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
1774dependencies = [
1775 "num-bigint",
1776 "num-integer",
1777 "num-traits",
1778]
1779
1780[[package]]
1781name = "num-traits"
1782version = "0.2.19"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1785dependencies = [
1786 "autocfg",
1787 "libm",
1788]
1789
1790[[package]]
1791name = "num_cpus"
1792version = "1.17.0"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1795dependencies = [
1796 "hermit-abi",
1797 "libc",
1798]
1799
1800[[package]]
1801name = "num_enum"
1802version = "0.7.6"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
1805dependencies = [
1806 "num_enum_derive",
1807 "rustversion",
1808]
1809
1810[[package]]
1811name = "num_enum_derive"
1812version = "0.7.6"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
1815dependencies = [
1816 "proc-macro-crate",
1817 "proc-macro2",
1818 "quote",
1819 "syn 2.0.117",
1820]
1821
1822[[package]]
1823name = "objc-sys"
1824version = "0.3.5"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
1827
1828[[package]]
1829name = "objc2"
1830version = "0.5.2"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
1833dependencies = [
1834 "objc-sys",
1835 "objc2-encode",
1836]
1837
1838[[package]]
1839name = "objc2"
1840version = "0.6.4"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
1843dependencies = [
1844 "objc2-encode",
1845]
1846
1847[[package]]
1848name = "objc2-app-kit"
1849version = "0.2.2"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
1852dependencies = [
1853 "bitflags 2.11.1",
1854 "block2 0.5.1",
1855 "libc",
1856 "objc2 0.5.2",
1857 "objc2-core-data",
1858 "objc2-core-image",
1859 "objc2-foundation 0.2.2",
1860 "objc2-quartz-core 0.2.2",
1861]
1862
1863[[package]]
1864name = "objc2-cloud-kit"
1865version = "0.2.2"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
1868dependencies = [
1869 "bitflags 2.11.1",
1870 "block2 0.5.1",
1871 "objc2 0.5.2",
1872 "objc2-core-location",
1873 "objc2-foundation 0.2.2",
1874]
1875
1876[[package]]
1877name = "objc2-contacts"
1878version = "0.2.2"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
1881dependencies = [
1882 "block2 0.5.1",
1883 "objc2 0.5.2",
1884 "objc2-foundation 0.2.2",
1885]
1886
1887[[package]]
1888name = "objc2-core-data"
1889version = "0.2.2"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
1892dependencies = [
1893 "bitflags 2.11.1",
1894 "block2 0.5.1",
1895 "objc2 0.5.2",
1896 "objc2-foundation 0.2.2",
1897]
1898
1899[[package]]
1900name = "objc2-core-foundation"
1901version = "0.3.2"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
1904dependencies = [
1905 "bitflags 2.11.1",
1906 "dispatch2",
1907 "objc2 0.6.4",
1908]
1909
1910[[package]]
1911name = "objc2-core-image"
1912version = "0.2.2"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
1915dependencies = [
1916 "block2 0.5.1",
1917 "objc2 0.5.2",
1918 "objc2-foundation 0.2.2",
1919 "objc2-metal 0.2.2",
1920]
1921
1922[[package]]
1923name = "objc2-core-location"
1924version = "0.2.2"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
1927dependencies = [
1928 "block2 0.5.1",
1929 "objc2 0.5.2",
1930 "objc2-contacts",
1931 "objc2-foundation 0.2.2",
1932]
1933
1934[[package]]
1935name = "objc2-encode"
1936version = "4.1.0"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
1939
1940[[package]]
1941name = "objc2-foundation"
1942version = "0.2.2"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
1945dependencies = [
1946 "bitflags 2.11.1",
1947 "block2 0.5.1",
1948 "dispatch",
1949 "libc",
1950 "objc2 0.5.2",
1951]
1952
1953[[package]]
1954name = "objc2-foundation"
1955version = "0.3.2"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
1958dependencies = [
1959 "bitflags 2.11.1",
1960 "objc2 0.6.4",
1961 "objc2-core-foundation",
1962]
1963
1964[[package]]
1965name = "objc2-link-presentation"
1966version = "0.2.2"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
1969dependencies = [
1970 "block2 0.5.1",
1971 "objc2 0.5.2",
1972 "objc2-app-kit",
1973 "objc2-foundation 0.2.2",
1974]
1975
1976[[package]]
1977name = "objc2-metal"
1978version = "0.2.2"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
1981dependencies = [
1982 "bitflags 2.11.1",
1983 "block2 0.5.1",
1984 "objc2 0.5.2",
1985 "objc2-foundation 0.2.2",
1986]
1987
1988[[package]]
1989name = "objc2-metal"
1990version = "0.3.2"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
1993dependencies = [
1994 "bitflags 2.11.1",
1995 "block2 0.6.2",
1996 "objc2 0.6.4",
1997 "objc2-foundation 0.3.2",
1998]
1999
2000[[package]]
2001name = "objc2-quartz-core"
2002version = "0.2.2"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
2005dependencies = [
2006 "bitflags 2.11.1",
2007 "block2 0.5.1",
2008 "objc2 0.5.2",
2009 "objc2-foundation 0.2.2",
2010 "objc2-metal 0.2.2",
2011]
2012
2013[[package]]
2014name = "objc2-quartz-core"
2015version = "0.3.2"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
2018dependencies = [
2019 "bitflags 2.11.1",
2020 "objc2 0.6.4",
2021 "objc2-core-foundation",
2022 "objc2-foundation 0.3.2",
2023 "objc2-metal 0.3.2",
2024]
2025
2026[[package]]
2027name = "objc2-symbols"
2028version = "0.2.2"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
2031dependencies = [
2032 "objc2 0.5.2",
2033 "objc2-foundation 0.2.2",
2034]
2035
2036[[package]]
2037name = "objc2-ui-kit"
2038version = "0.2.2"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
2041dependencies = [
2042 "bitflags 2.11.1",
2043 "block2 0.5.1",
2044 "objc2 0.5.2",
2045 "objc2-cloud-kit",
2046 "objc2-core-data",
2047 "objc2-core-image",
2048 "objc2-core-location",
2049 "objc2-foundation 0.2.2",
2050 "objc2-link-presentation",
2051 "objc2-quartz-core 0.2.2",
2052 "objc2-symbols",
2053 "objc2-uniform-type-identifiers",
2054 "objc2-user-notifications",
2055]
2056
2057[[package]]
2058name = "objc2-uniform-type-identifiers"
2059version = "0.2.2"
2060source = "registry+https://github.com/rust-lang/crates.io-index"
2061checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
2062dependencies = [
2063 "block2 0.5.1",
2064 "objc2 0.5.2",
2065 "objc2-foundation 0.2.2",
2066]
2067
2068[[package]]
2069name = "objc2-user-notifications"
2070version = "0.2.2"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
2073dependencies = [
2074 "bitflags 2.11.1",
2075 "block2 0.5.1",
2076 "objc2 0.5.2",
2077 "objc2-core-location",
2078 "objc2-foundation 0.2.2",
2079]
2080
2081[[package]]
2082name = "once_cell"
2083version = "1.21.4"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
2086
2087[[package]]
2088name = "orbclient"
2089version = "0.3.53"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "12c6933ddbbd16539a7672e697bb8d41ac3a4e99ac43eeb40c07236bd7fcb2dd"
2092dependencies = [
2093 "libc",
2094 "libredox",
2095]
2096
2097[[package]]
2098name = "ordered-float"
2099version = "5.3.0"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e"
2102dependencies = [
2103 "num-traits",
2104]
2105
2106[[package]]
2107name = "owned_ttf_parser"
2108version = "0.25.1"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
2111dependencies = [
2112 "ttf-parser",
2113]
2114
2115[[package]]
2116name = "palette"
2117version = "0.7.6"
2118source = "registry+https://github.com/rust-lang/crates.io-index"
2119checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
2120dependencies = [
2121 "approx",
2122 "fast-srgb8",
2123 "palette_derive",
2124]
2125
2126[[package]]
2127name = "palette_derive"
2128version = "0.7.6"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
2131dependencies = [
2132 "by_address",
2133 "proc-macro2",
2134 "quote",
2135 "syn 2.0.117",
2136]
2137
2138[[package]]
2139name = "parking_lot"
2140version = "0.12.5"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2143dependencies = [
2144 "lock_api",
2145 "parking_lot_core",
2146]
2147
2148[[package]]
2149name = "parking_lot_core"
2150version = "0.9.12"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2153dependencies = [
2154 "cfg-if",
2155 "libc",
2156 "redox_syscall 0.5.18",
2157 "smallvec",
2158 "windows-link",
2159]
2160
2161[[package]]
2162name = "parlance"
2163version = "0.1.0"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "4b6937eda350acc1a5d05872c3cbf99fe78619c269096e2be3d4a350058639d5"
2166
2167[[package]]
2168name = "parley"
2169version = "0.9.0"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "8fad031076f48f0d4d85ce1aea9b94b4e715a4d636a030a123038f8f5b5e4343"
2172dependencies = [
2173 "fontique",
2174 "harfrust",
2175 "hashbrown 0.17.0",
2176 "icu_normalizer",
2177 "icu_properties",
2178 "icu_segmenter",
2179 "linebender_resource_handle",
2180 "parlance",
2181 "parley_data",
2182 "skrifa 0.42.1",
2183]
2184
2185[[package]]
2186name = "parley_data"
2187version = "0.9.0"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "19ab9ace3fad1b9ed603ddac5b595e69931fc50263d7e04e4055015b77b02da5"
2190dependencies = [
2191 "icu_properties",
2192]
2193
2194[[package]]
2195name = "paste"
2196version = "1.0.15"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2199
2200[[package]]
2201name = "percent-encoding"
2202version = "2.3.2"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2205
2206[[package]]
2207name = "pin-project"
2208version = "1.1.11"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
2211dependencies = [
2212 "pin-project-internal",
2213]
2214
2215[[package]]
2216name = "pin-project-internal"
2217version = "1.1.11"
2218source = "registry+https://github.com/rust-lang/crates.io-index"
2219checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
2220dependencies = [
2221 "proc-macro2",
2222 "quote",
2223 "syn 2.0.117",
2224]
2225
2226[[package]]
2227name = "pin-project-lite"
2228version = "0.2.17"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2231
2232[[package]]
2233name = "pkg-config"
2234version = "0.3.33"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
2237
2238[[package]]
2239name = "plain"
2240version = "0.2.3"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2243
2244[[package]]
2245name = "png"
2246version = "0.17.16"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2249dependencies = [
2250 "bitflags 1.3.2",
2251 "crc32fast",
2252 "fdeflate",
2253 "flate2",
2254 "miniz_oxide",
2255]
2256
2257[[package]]
2258name = "polling"
2259version = "3.11.0"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
2262dependencies = [
2263 "cfg-if",
2264 "concurrent-queue",
2265 "hermit-abi",
2266 "pin-project-lite",
2267 "rustix 1.1.4",
2268 "windows-sys 0.61.2",
2269]
2270
2271[[package]]
2272name = "pollster"
2273version = "0.4.0"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
2276
2277[[package]]
2278name = "portable-atomic"
2279version = "1.13.1"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2282
2283[[package]]
2284name = "portable-atomic-util"
2285version = "0.2.7"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
2288dependencies = [
2289 "portable-atomic",
2290]
2291
2292[[package]]
2293name = "potential_utf"
2294version = "0.1.5"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
2297dependencies = [
2298 "serde_core",
2299 "writeable",
2300 "zerovec",
2301]
2302
2303[[package]]
2304name = "ppv-lite86"
2305version = "0.2.21"
2306source = "registry+https://github.com/rust-lang/crates.io-index"
2307checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2308dependencies = [
2309 "zerocopy",
2310]
2311
2312[[package]]
2313name = "presser"
2314version = "0.3.1"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
2317
2318[[package]]
2319name = "private-gemm-x86"
2320version = "0.1.20"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "0af8c3e5087969c323f667ccb4b789fa0954f5aa650550e38e81cf9108be21b5"
2323dependencies = [
2324 "defer",
2325 "interpol",
2326 "num_cpus",
2327 "raw-cpuid",
2328]
2329
2330[[package]]
2331name = "proc-macro-crate"
2332version = "3.5.0"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
2335dependencies = [
2336 "toml_edit",
2337]
2338
2339[[package]]
2340name = "proc-macro2"
2341version = "1.0.106"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2344dependencies = [
2345 "unicode-ident",
2346]
2347
2348[[package]]
2349name = "profiling"
2350version = "1.0.17"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
2353
2354[[package]]
2355name = "proptest"
2356version = "1.11.0"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
2359dependencies = [
2360 "bitflags 2.11.1",
2361 "num-traits",
2362 "rand",
2363 "rand_chacha",
2364 "rand_xorshift",
2365 "regex-syntax",
2366 "unarray",
2367]
2368
2369[[package]]
2370name = "pulp"
2371version = "0.22.2"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "2e205bb30d5b916c55e584c22201771bcf2bad9aabd5d4127f38387140c38632"
2374dependencies = [
2375 "bytemuck",
2376 "cfg-if",
2377 "libm",
2378 "num-complex",
2379 "paste",
2380 "pulp-wasm-simd-flag",
2381 "raw-cpuid",
2382 "reborrow",
2383 "version_check",
2384]
2385
2386[[package]]
2387name = "pulp-wasm-simd-flag"
2388version = "0.1.0"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "40e24eee682d89fb193496edf918a7f407d30175b2e785fe057e4392dfd182e0"
2391
2392[[package]]
2393name = "qd"
2394version = "0.8.0"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "15f1304a5aecdcfe9ee72fbba90aa37b3aa067a69d14cb7f3d9deada0be7c07c"
2397dependencies = [
2398 "bytemuck",
2399 "libm",
2400 "num-traits",
2401 "pulp",
2402]
2403
2404[[package]]
2405name = "quick-xml"
2406version = "0.39.2"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d"
2409dependencies = [
2410 "memchr",
2411]
2412
2413[[package]]
2414name = "quote"
2415version = "1.0.45"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2418dependencies = [
2419 "proc-macro2",
2420]
2421
2422[[package]]
2423name = "r-efi"
2424version = "5.3.0"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2427
2428[[package]]
2429name = "rand"
2430version = "0.9.4"
2431source = "registry+https://github.com/rust-lang/crates.io-index"
2432checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
2433dependencies = [
2434 "rand_chacha",
2435 "rand_core",
2436]
2437
2438[[package]]
2439name = "rand_chacha"
2440version = "0.9.0"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2443dependencies = [
2444 "ppv-lite86",
2445 "rand_core",
2446]
2447
2448[[package]]
2449name = "rand_core"
2450version = "0.9.5"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2453dependencies = [
2454 "getrandom",
2455]
2456
2457[[package]]
2458name = "rand_xorshift"
2459version = "0.4.0"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
2462dependencies = [
2463 "rand_core",
2464]
2465
2466[[package]]
2467name = "range-alloc"
2468version = "0.1.5"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "ca45419789ae5a7899559e9512e58ca889e41f04f1f2445e9f4b290ceccd1d08"
2471
2472[[package]]
2473name = "raw-cpuid"
2474version = "11.6.0"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
2477dependencies = [
2478 "bitflags 2.11.1",
2479]
2480
2481[[package]]
2482name = "raw-window-handle"
2483version = "0.6.2"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
2486
2487[[package]]
2488name = "raw-window-metal"
2489version = "1.1.0"
2490source = "registry+https://github.com/rust-lang/crates.io-index"
2491checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
2492dependencies = [
2493 "objc2 0.6.4",
2494 "objc2-core-foundation",
2495 "objc2-foundation 0.3.2",
2496 "objc2-quartz-core 0.3.2",
2497]
2498
2499[[package]]
2500name = "rawpointer"
2501version = "0.2.1"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
2504
2505[[package]]
2506name = "read-fonts"
2507version = "0.37.0"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
2510dependencies = [
2511 "bytemuck",
2512 "font-types",
2513]
2514
2515[[package]]
2516name = "read-fonts"
2517version = "0.39.2"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "c4ed38b89c2c77ff968c524145ad65fb010f38af5c7a224b53b81d47ac2daa81"
2520dependencies = [
2521 "bytemuck",
2522 "core_maths",
2523 "font-types",
2524]
2525
2526[[package]]
2527name = "reborrow"
2528version = "0.5.5"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
2531
2532[[package]]
2533name = "redox_syscall"
2534version = "0.4.1"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2537dependencies = [
2538 "bitflags 1.3.2",
2539]
2540
2541[[package]]
2542name = "redox_syscall"
2543version = "0.5.18"
2544source = "registry+https://github.com/rust-lang/crates.io-index"
2545checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2546dependencies = [
2547 "bitflags 2.11.1",
2548]
2549
2550[[package]]
2551name = "redox_syscall"
2552version = "0.7.4"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a"
2555dependencies = [
2556 "bitflags 2.11.1",
2557]
2558
2559[[package]]
2560name = "regex-automata"
2561version = "0.4.14"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2564dependencies = [
2565 "aho-corasick",
2566 "memchr",
2567 "regex-syntax",
2568]
2569
2570[[package]]
2571name = "regex-syntax"
2572version = "0.8.10"
2573source = "registry+https://github.com/rust-lang/crates.io-index"
2574checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
2575
2576[[package]]
2577name = "renderdoc-sys"
2578version = "1.1.0"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
2581
2582[[package]]
2583name = "ron"
2584version = "0.12.1"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "4147b952f3f819eca0e99527022f7d6a8d05f111aeb0a62960c74eb283bec8fc"
2587dependencies = [
2588 "bitflags 2.11.1",
2589 "once_cell",
2590 "serde",
2591 "serde_derive",
2592 "typeid",
2593 "unicode-ident",
2594]
2595
2596[[package]]
2597name = "rustc-hash"
2598version = "1.1.0"
2599source = "registry+https://github.com/rust-lang/crates.io-index"
2600checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2601
2602[[package]]
2603name = "rustc_version"
2604version = "0.4.1"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2607dependencies = [
2608 "semver",
2609]
2610
2611[[package]]
2612name = "rustix"
2613version = "0.38.44"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2616dependencies = [
2617 "bitflags 2.11.1",
2618 "errno",
2619 "libc",
2620 "linux-raw-sys 0.4.15",
2621 "windows-sys 0.59.0",
2622]
2623
2624[[package]]
2625name = "rustix"
2626version = "1.1.4"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2629dependencies = [
2630 "bitflags 2.11.1",
2631 "errno",
2632 "libc",
2633 "linux-raw-sys 0.12.1",
2634 "windows-sys 0.61.2",
2635]
2636
2637[[package]]
2638name = "rustversion"
2639version = "1.0.22"
2640source = "registry+https://github.com/rust-lang/crates.io-index"
2641checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2642
2643[[package]]
2644name = "safe_arch"
2645version = "0.7.4"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323"
2648dependencies = [
2649 "bytemuck",
2650]
2651
2652[[package]]
2653name = "same-file"
2654version = "1.0.6"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2657dependencies = [
2658 "winapi-util",
2659]
2660
2661[[package]]
2662name = "scoped-tls"
2663version = "1.0.1"
2664source = "registry+https://github.com/rust-lang/crates.io-index"
2665checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2666
2667[[package]]
2668name = "scopeguard"
2669version = "1.2.0"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2672
2673[[package]]
2674name = "sctk-adwaita"
2675version = "0.10.1"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec"
2678dependencies = [
2679 "ab_glyph",
2680 "log",
2681 "memmap2",
2682 "smithay-client-toolkit",
2683 "tiny-skia",
2684]
2685
2686[[package]]
2687name = "semver"
2688version = "1.0.28"
2689source = "registry+https://github.com/rust-lang/crates.io-index"
2690checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
2691
2692[[package]]
2693name = "seq-macro"
2694version = "0.3.6"
2695source = "registry+https://github.com/rust-lang/crates.io-index"
2696checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
2697
2698[[package]]
2699name = "serde"
2700version = "1.0.228"
2701source = "registry+https://github.com/rust-lang/crates.io-index"
2702checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2703dependencies = [
2704 "serde_core",
2705 "serde_derive",
2706]
2707
2708[[package]]
2709name = "serde_core"
2710version = "1.0.228"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2713dependencies = [
2714 "serde_derive",
2715]
2716
2717[[package]]
2718name = "serde_derive"
2719version = "1.0.228"
2720source = "registry+https://github.com/rust-lang/crates.io-index"
2721checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2722dependencies = [
2723 "proc-macro2",
2724 "quote",
2725 "syn 2.0.117",
2726]
2727
2728[[package]]
2729name = "sharded-slab"
2730version = "0.1.7"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2733dependencies = [
2734 "lazy_static",
2735]
2736
2737[[package]]
2738name = "shlex"
2739version = "1.3.0"
2740source = "registry+https://github.com/rust-lang/crates.io-index"
2741checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2742
2743[[package]]
2744name = "simba"
2745version = "0.9.1"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "c99284beb21666094ba2b75bbceda012e610f5479dfcc2d6e2426f53197ffd95"
2748dependencies = [
2749 "approx",
2750 "num-complex",
2751 "num-traits",
2752 "paste",
2753 "wide",
2754]
2755
2756[[package]]
2757name = "simd-adler32"
2758version = "0.3.9"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
2761
2762[[package]]
2763name = "simd_cesu8"
2764version = "1.1.1"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
2767dependencies = [
2768 "rustc_version",
2769 "simdutf8",
2770]
2771
2772[[package]]
2773name = "simdutf8"
2774version = "0.1.5"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2777
2778[[package]]
2779name = "similar"
2780version = "2.7.0"
2781source = "registry+https://github.com/rust-lang/crates.io-index"
2782checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
2783
2784[[package]]
2785name = "skrifa"
2786version = "0.40.0"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
2789dependencies = [
2790 "bytemuck",
2791 "read-fonts 0.37.0",
2792]
2793
2794[[package]]
2795name = "skrifa"
2796version = "0.42.1"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "0c34617370ae968efb7161bb2beb517d9084659aae19e24b89e3db25b46e4564"
2799dependencies = [
2800 "bytemuck",
2801 "read-fonts 0.39.2",
2802]
2803
2804[[package]]
2805name = "slab"
2806version = "0.4.12"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2809
2810[[package]]
2811name = "slotmap"
2812version = "1.1.1"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
2815dependencies = [
2816 "serde",
2817 "version_check",
2818]
2819
2820[[package]]
2821name = "smallvec"
2822version = "1.15.1"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2825
2826[[package]]
2827name = "smithay-client-toolkit"
2828version = "0.19.2"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
2831dependencies = [
2832 "bitflags 2.11.1",
2833 "calloop",
2834 "calloop-wayland-source",
2835 "cursor-icon",
2836 "libc",
2837 "log",
2838 "memmap2",
2839 "rustix 0.38.44",
2840 "thiserror 1.0.69",
2841 "wayland-backend",
2842 "wayland-client",
2843 "wayland-csd-frame",
2844 "wayland-cursor",
2845 "wayland-protocols",
2846 "wayland-protocols-wlr",
2847 "wayland-scanner",
2848 "xkeysym",
2849]
2850
2851[[package]]
2852name = "smol_str"
2853version = "0.2.2"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
2856dependencies = [
2857 "serde",
2858]
2859
2860[[package]]
2861name = "spirv"
2862version = "0.4.0+sdk-1.4.341.0"
2863source = "registry+https://github.com/rust-lang/crates.io-index"
2864checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
2865dependencies = [
2866 "bitflags 2.11.1",
2867]
2868
2869[[package]]
2870name = "stable_deref_trait"
2871version = "1.2.1"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2874
2875[[package]]
2876name = "static_assertions"
2877version = "1.1.0"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2880
2881[[package]]
2882name = "strict-num"
2883version = "0.1.1"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
2886
2887[[package]]
2888name = "swash"
2889version = "0.2.7"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "842f3cd369c2ba38966204f983eaa5e54a8e84a7d7159ed36ade2b6c335aae64"
2892dependencies = [
2893 "skrifa 0.40.0",
2894 "yazi",
2895 "zeno",
2896]
2897
2898[[package]]
2899name = "syn"
2900version = "1.0.109"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2903dependencies = [
2904 "proc-macro2",
2905 "quote",
2906 "unicode-ident",
2907]
2908
2909[[package]]
2910name = "syn"
2911version = "2.0.117"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2914dependencies = [
2915 "proc-macro2",
2916 "quote",
2917 "unicode-ident",
2918]
2919
2920[[package]]
2921name = "synstructure"
2922version = "0.13.2"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2925dependencies = [
2926 "proc-macro2",
2927 "quote",
2928 "syn 2.0.117",
2929]
2930
2931[[package]]
2932name = "sysctl"
2933version = "0.6.0"
2934source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
2936dependencies = [
2937 "bitflags 2.11.1",
2938 "byteorder",
2939 "enum-as-inner",
2940 "libc",
2941 "thiserror 1.0.69",
2942 "walkdir",
2943]
2944
2945[[package]]
2946name = "taffy"
2947version = "0.10.1"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "aea22054047c16c3f34d3ac473a2170be1424b1115b2a3adcf28cfb067c88859"
2950dependencies = [
2951 "arrayvec",
2952 "grid",
2953 "serde",
2954 "slotmap",
2955]
2956
2957[[package]]
2958name = "tempfile"
2959version = "3.27.0"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2962dependencies = [
2963 "fastrand",
2964 "getrandom",
2965 "once_cell",
2966 "rustix 1.1.4",
2967 "windows-sys 0.61.2",
2968]
2969
2970[[package]]
2971name = "termcolor"
2972version = "1.4.1"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2975dependencies = [
2976 "winapi-util",
2977]
2978
2979[[package]]
2980name = "thiserror"
2981version = "1.0.69"
2982source = "registry+https://github.com/rust-lang/crates.io-index"
2983checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2984dependencies = [
2985 "thiserror-impl 1.0.69",
2986]
2987
2988[[package]]
2989name = "thiserror"
2990version = "2.0.18"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2993dependencies = [
2994 "thiserror-impl 2.0.18",
2995]
2996
2997[[package]]
2998name = "thiserror-impl"
2999version = "1.0.69"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3002dependencies = [
3003 "proc-macro2",
3004 "quote",
3005 "syn 2.0.117",
3006]
3007
3008[[package]]
3009name = "thiserror-impl"
3010version = "2.0.18"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3013dependencies = [
3014 "proc-macro2",
3015 "quote",
3016 "syn 2.0.117",
3017]
3018
3019[[package]]
3020name = "thread_local"
3021version = "1.1.9"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3024dependencies = [
3025 "cfg-if",
3026]
3027
3028[[package]]
3029name = "tiny-skia"
3030version = "0.11.4"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
3033dependencies = [
3034 "arrayref",
3035 "arrayvec",
3036 "bytemuck",
3037 "cfg-if",
3038 "log",
3039 "tiny-skia-path",
3040]
3041
3042[[package]]
3043name = "tiny-skia-path"
3044version = "0.11.4"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
3047dependencies = [
3048 "arrayref",
3049 "bytemuck",
3050 "strict-num",
3051]
3052
3053[[package]]
3054name = "tinystr"
3055version = "0.8.3"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
3058dependencies = [
3059 "displaydoc",
3060 "serde_core",
3061 "zerovec",
3062]
3063
3064[[package]]
3065name = "toml_datetime"
3066version = "1.1.1+spec-1.1.0"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
3069dependencies = [
3070 "serde_core",
3071]
3072
3073[[package]]
3074name = "toml_edit"
3075version = "0.25.11+spec-1.1.0"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b"
3078dependencies = [
3079 "indexmap",
3080 "toml_datetime",
3081 "toml_parser",
3082 "winnow",
3083]
3084
3085[[package]]
3086name = "toml_parser"
3087version = "1.1.2+spec-1.1.0"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
3090dependencies = [
3091 "winnow",
3092]
3093
3094[[package]]
3095name = "tracing"
3096version = "0.1.44"
3097source = "registry+https://github.com/rust-lang/crates.io-index"
3098checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3099dependencies = [
3100 "pin-project-lite",
3101 "tracing-attributes",
3102 "tracing-core",
3103]
3104
3105[[package]]
3106name = "tracing-attributes"
3107version = "0.1.31"
3108source = "registry+https://github.com/rust-lang/crates.io-index"
3109checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3110dependencies = [
3111 "proc-macro2",
3112 "quote",
3113 "syn 2.0.117",
3114]
3115
3116[[package]]
3117name = "tracing-core"
3118version = "0.1.36"
3119source = "registry+https://github.com/rust-lang/crates.io-index"
3120checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3121dependencies = [
3122 "once_cell",
3123 "valuable",
3124]
3125
3126[[package]]
3127name = "tracing-log"
3128version = "0.2.0"
3129source = "registry+https://github.com/rust-lang/crates.io-index"
3130checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3131dependencies = [
3132 "log",
3133 "once_cell",
3134 "tracing-core",
3135]
3136
3137[[package]]
3138name = "tracing-subscriber"
3139version = "0.3.23"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
3142dependencies = [
3143 "matchers",
3144 "nu-ansi-term",
3145 "once_cell",
3146 "regex-automata",
3147 "sharded-slab",
3148 "smallvec",
3149 "thread_local",
3150 "tracing",
3151 "tracing-core",
3152 "tracing-log",
3153]
3154
3155[[package]]
3156name = "ttf-parser"
3157version = "0.25.1"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
3160
3161[[package]]
3162name = "typeid"
3163version = "1.0.3"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
3166
3167[[package]]
3168name = "typenum"
3169version = "1.20.0"
3170source = "registry+https://github.com/rust-lang/crates.io-index"
3171checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
3172
3173[[package]]
3174name = "unarray"
3175version = "0.1.4"
3176source = "registry+https://github.com/rust-lang/crates.io-index"
3177checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
3178
3179[[package]]
3180name = "unicode-ident"
3181version = "1.0.24"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3184
3185[[package]]
3186name = "unicode-segmentation"
3187version = "1.13.2"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
3190
3191[[package]]
3192name = "unicode-width"
3193version = "0.2.2"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
3196
3197[[package]]
3198name = "uom"
3199version = "0.38.0"
3200source = "registry+https://github.com/rust-lang/crates.io-index"
3201checksum = "a739f83872836c82a4f2527d4e54b37007b3de68cafe7edde95fd695968bf4b9"
3202dependencies = [
3203 "num-traits",
3204 "typenum",
3205]
3206
3207[[package]]
3208name = "utf8_iter"
3209version = "1.0.4"
3210source = "registry+https://github.com/rust-lang/crates.io-index"
3211checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3212
3213[[package]]
3214name = "uuid"
3215version = "1.23.1"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
3218
3219[[package]]
3220name = "valuable"
3221version = "0.1.1"
3222source = "registry+https://github.com/rust-lang/crates.io-index"
3223checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3224
3225[[package]]
3226name = "version_check"
3227version = "0.9.5"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3230
3231[[package]]
3232name = "walkdir"
3233version = "2.5.0"
3234source = "registry+https://github.com/rust-lang/crates.io-index"
3235checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3236dependencies = [
3237 "same-file",
3238 "winapi-util",
3239]
3240
3241[[package]]
3242name = "wasip2"
3243version = "1.0.3+wasi-0.2.9"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
3246dependencies = [
3247 "wit-bindgen",
3248]
3249
3250[[package]]
3251name = "wasm-bindgen"
3252version = "0.2.118"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
3255dependencies = [
3256 "cfg-if",
3257 "once_cell",
3258 "rustversion",
3259 "wasm-bindgen-macro",
3260 "wasm-bindgen-shared",
3261]
3262
3263[[package]]
3264name = "wasm-bindgen-futures"
3265version = "0.4.68"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
3268dependencies = [
3269 "js-sys",
3270 "wasm-bindgen",
3271]
3272
3273[[package]]
3274name = "wasm-bindgen-macro"
3275version = "0.2.118"
3276source = "registry+https://github.com/rust-lang/crates.io-index"
3277checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
3278dependencies = [
3279 "quote",
3280 "wasm-bindgen-macro-support",
3281]
3282
3283[[package]]
3284name = "wasm-bindgen-macro-support"
3285version = "0.2.118"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
3288dependencies = [
3289 "bumpalo",
3290 "proc-macro2",
3291 "quote",
3292 "syn 2.0.117",
3293 "wasm-bindgen-shared",
3294]
3295
3296[[package]]
3297name = "wasm-bindgen-shared"
3298version = "0.2.118"
3299source = "registry+https://github.com/rust-lang/crates.io-index"
3300checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
3301dependencies = [
3302 "unicode-ident",
3303]
3304
3305[[package]]
3306name = "wayland-backend"
3307version = "0.3.15"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "2857dd20b54e916ec7253b3d6b4d5c4d7d4ca2c33c2e11c6c76a99bd8744755d"
3310dependencies = [
3311 "cc",
3312 "downcast-rs",
3313 "rustix 1.1.4",
3314 "scoped-tls",
3315 "smallvec",
3316 "wayland-sys",
3317]
3318
3319[[package]]
3320name = "wayland-client"
3321version = "0.31.14"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "645c7c96bb74690c3189b5c9cb4ca1627062bb23693a4fad9d8c3de958260144"
3324dependencies = [
3325 "bitflags 2.11.1",
3326 "rustix 1.1.4",
3327 "wayland-backend",
3328 "wayland-scanner",
3329]
3330
3331[[package]]
3332name = "wayland-csd-frame"
3333version = "0.3.0"
3334source = "registry+https://github.com/rust-lang/crates.io-index"
3335checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
3336dependencies = [
3337 "bitflags 2.11.1",
3338 "cursor-icon",
3339 "wayland-backend",
3340]
3341
3342[[package]]
3343name = "wayland-cursor"
3344version = "0.31.14"
3345source = "registry+https://github.com/rust-lang/crates.io-index"
3346checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d"
3347dependencies = [
3348 "rustix 1.1.4",
3349 "wayland-client",
3350 "xcursor",
3351]
3352
3353[[package]]
3354name = "wayland-protocols"
3355version = "0.32.12"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "563a85523cade2429938e790815fd7319062103b9f4a2dc806e9b53b95982d8f"
3358dependencies = [
3359 "bitflags 2.11.1",
3360 "wayland-backend",
3361 "wayland-client",
3362 "wayland-scanner",
3363]
3364
3365[[package]]
3366name = "wayland-protocols-plasma"
3367version = "0.3.12"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "2b6d8cf1eb2c1c31ed1f5643c88a6e53538129d4af80030c8cabd1f9fa884d91"
3370dependencies = [
3371 "bitflags 2.11.1",
3372 "wayland-backend",
3373 "wayland-client",
3374 "wayland-protocols",
3375 "wayland-scanner",
3376]
3377
3378[[package]]
3379name = "wayland-protocols-wlr"
3380version = "0.3.12"
3381source = "registry+https://github.com/rust-lang/crates.io-index"
3382checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234"
3383dependencies = [
3384 "bitflags 2.11.1",
3385 "wayland-backend",
3386 "wayland-client",
3387 "wayland-protocols",
3388 "wayland-scanner",
3389]
3390
3391[[package]]
3392name = "wayland-scanner"
3393version = "0.31.10"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "9c324a910fd86ebdc364a3e61ec1f11737d3b1d6c273c0239ee8ff4bc0d24b4a"
3396dependencies = [
3397 "proc-macro2",
3398 "quick-xml",
3399 "quote",
3400]
3401
3402[[package]]
3403name = "wayland-sys"
3404version = "0.31.11"
3405source = "registry+https://github.com/rust-lang/crates.io-index"
3406checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be"
3407dependencies = [
3408 "dlib",
3409 "log",
3410 "once_cell",
3411 "pkg-config",
3412]
3413
3414[[package]]
3415name = "web-sys"
3416version = "0.3.95"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
3419dependencies = [
3420 "js-sys",
3421 "wasm-bindgen",
3422]
3423
3424[[package]]
3425name = "web-time"
3426version = "1.1.0"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3429dependencies = [
3430 "js-sys",
3431 "wasm-bindgen",
3432]
3433
3434[[package]]
3435name = "wgpu"
3436version = "29.0.1"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "72c239a9a747bbd379590985bac952c2e53cb19873f7072b3370c6a6a8e06837"
3439dependencies = [
3440 "arrayvec",
3441 "bitflags 2.11.1",
3442 "bytemuck",
3443 "cfg-if",
3444 "cfg_aliases",
3445 "document-features",
3446 "hashbrown 0.16.1",
3447 "js-sys",
3448 "log",
3449 "naga",
3450 "parking_lot",
3451 "portable-atomic",
3452 "profiling",
3453 "raw-window-handle",
3454 "smallvec",
3455 "static_assertions",
3456 "wasm-bindgen",
3457 "wasm-bindgen-futures",
3458 "web-sys",
3459 "wgpu-core",
3460 "wgpu-hal",
3461 "wgpu-types",
3462]
3463
3464[[package]]
3465name = "wgpu-core"
3466version = "29.0.1"
3467source = "registry+https://github.com/rust-lang/crates.io-index"
3468checksum = "1e80ac6cf1895df6342f87d975162108f9d98772a0d74bc404ab7304ac29469e"
3469dependencies = [
3470 "arrayvec",
3471 "bit-set",
3472 "bit-vec",
3473 "bitflags 2.11.1",
3474 "bytemuck",
3475 "cfg_aliases",
3476 "document-features",
3477 "hashbrown 0.16.1",
3478 "indexmap",
3479 "log",
3480 "naga",
3481 "once_cell",
3482 "parking_lot",
3483 "portable-atomic",
3484 "profiling",
3485 "raw-window-handle",
3486 "rustc-hash",
3487 "smallvec",
3488 "thiserror 2.0.18",
3489 "wgpu-core-deps-apple",
3490 "wgpu-core-deps-emscripten",
3491 "wgpu-core-deps-windows-linux-android",
3492 "wgpu-hal",
3493 "wgpu-naga-bridge",
3494 "wgpu-types",
3495]
3496
3497[[package]]
3498name = "wgpu-core-deps-apple"
3499version = "29.0.0"
3500source = "registry+https://github.com/rust-lang/crates.io-index"
3501checksum = "43acd053312501689cd92a01a9638d37f3e41a5fd9534875efa8917ee2d11ac0"
3502dependencies = [
3503 "wgpu-hal",
3504]
3505
3506[[package]]
3507name = "wgpu-core-deps-emscripten"
3508version = "29.0.0"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "ef043bf135cc68b6f667c55ff4e345ce2b5924d75bad36a47921b0287ca4b24a"
3511dependencies = [
3512 "wgpu-hal",
3513]
3514
3515[[package]]
3516name = "wgpu-core-deps-windows-linux-android"
3517version = "29.0.0"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "725d5c006a8c02967b6d93ef04f6537ec4593313e330cfe86d9d3f946eb90f28"
3520dependencies = [
3521 "wgpu-hal",
3522]
3523
3524[[package]]
3525name = "wgpu-hal"
3526version = "29.0.1"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "89a47aef47636562f3937285af4c44b4b5b404b46577471411cc5313a921da7e"
3529dependencies = [
3530 "android_system_properties",
3531 "arrayvec",
3532 "ash",
3533 "bit-set",
3534 "bitflags 2.11.1",
3535 "block2 0.6.2",
3536 "bytemuck",
3537 "cfg-if",
3538 "cfg_aliases",
3539 "glow",
3540 "glutin_wgl_sys",
3541 "gpu-allocator",
3542 "gpu-descriptor",
3543 "hashbrown 0.16.1",
3544 "js-sys",
3545 "khronos-egl",
3546 "libc",
3547 "libloading",
3548 "log",
3549 "naga",
3550 "ndk-sys",
3551 "objc2 0.6.4",
3552 "objc2-core-foundation",
3553 "objc2-foundation 0.3.2",
3554 "objc2-metal 0.3.2",
3555 "objc2-quartz-core 0.3.2",
3556 "once_cell",
3557 "ordered-float",
3558 "parking_lot",
3559 "portable-atomic",
3560 "portable-atomic-util",
3561 "profiling",
3562 "range-alloc",
3563 "raw-window-handle",
3564 "raw-window-metal",
3565 "renderdoc-sys",
3566 "smallvec",
3567 "thiserror 2.0.18",
3568 "wasm-bindgen",
3569 "wayland-sys",
3570 "web-sys",
3571 "wgpu-naga-bridge",
3572 "wgpu-types",
3573 "windows",
3574 "windows-core",
3575]
3576
3577[[package]]
3578name = "wgpu-naga-bridge"
3579version = "29.0.1"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "7b4684f4410da0cf95a4cb63bb5edaac022461dedb6adf0b64d0d9b5f6890d51"
3582dependencies = [
3583 "naga",
3584 "wgpu-types",
3585]
3586
3587[[package]]
3588name = "wgpu-types"
3589version = "29.0.1"
3590source = "registry+https://github.com/rust-lang/crates.io-index"
3591checksum = "ec2675540fb1a5cfa5ef122d3d5f390e2c75711a0b946410f2d6ac3a0f77d1f6"
3592dependencies = [
3593 "bitflags 2.11.1",
3594 "bytemuck",
3595 "js-sys",
3596 "log",
3597 "raw-window-handle",
3598 "web-sys",
3599]
3600
3601[[package]]
3602name = "wide"
3603version = "0.7.33"
3604source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03"
3606dependencies = [
3607 "bytemuck",
3608 "safe_arch",
3609]
3610
3611[[package]]
3612name = "winapi-util"
3613version = "0.1.11"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3616dependencies = [
3617 "windows-sys 0.61.2",
3618]
3619
3620[[package]]
3621name = "windows"
3622version = "0.62.2"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
3625dependencies = [
3626 "windows-collections",
3627 "windows-core",
3628 "windows-future",
3629 "windows-numerics",
3630]
3631
3632[[package]]
3633name = "windows-collections"
3634version = "0.3.2"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
3637dependencies = [
3638 "windows-core",
3639]
3640
3641[[package]]
3642name = "windows-core"
3643version = "0.62.2"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3646dependencies = [
3647 "windows-implement",
3648 "windows-interface",
3649 "windows-link",
3650 "windows-result",
3651 "windows-strings",
3652]
3653
3654[[package]]
3655name = "windows-future"
3656version = "0.3.2"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
3659dependencies = [
3660 "windows-core",
3661 "windows-link",
3662 "windows-threading",
3663]
3664
3665[[package]]
3666name = "windows-implement"
3667version = "0.60.2"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3670dependencies = [
3671 "proc-macro2",
3672 "quote",
3673 "syn 2.0.117",
3674]
3675
3676[[package]]
3677name = "windows-interface"
3678version = "0.59.3"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3681dependencies = [
3682 "proc-macro2",
3683 "quote",
3684 "syn 2.0.117",
3685]
3686
3687[[package]]
3688name = "windows-link"
3689version = "0.2.1"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3692
3693[[package]]
3694name = "windows-numerics"
3695version = "0.3.1"
3696source = "registry+https://github.com/rust-lang/crates.io-index"
3697checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
3698dependencies = [
3699 "windows-core",
3700 "windows-link",
3701]
3702
3703[[package]]
3704name = "windows-result"
3705version = "0.4.1"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3708dependencies = [
3709 "windows-link",
3710]
3711
3712[[package]]
3713name = "windows-strings"
3714version = "0.5.1"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3717dependencies = [
3718 "windows-link",
3719]
3720
3721[[package]]
3722name = "windows-sys"
3723version = "0.52.0"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3726dependencies = [
3727 "windows-targets",
3728]
3729
3730[[package]]
3731name = "windows-sys"
3732version = "0.59.0"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3735dependencies = [
3736 "windows-targets",
3737]
3738
3739[[package]]
3740name = "windows-sys"
3741version = "0.61.2"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3744dependencies = [
3745 "windows-link",
3746]
3747
3748[[package]]
3749name = "windows-targets"
3750version = "0.52.6"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3753dependencies = [
3754 "windows_aarch64_gnullvm",
3755 "windows_aarch64_msvc",
3756 "windows_i686_gnu",
3757 "windows_i686_gnullvm",
3758 "windows_i686_msvc",
3759 "windows_x86_64_gnu",
3760 "windows_x86_64_gnullvm",
3761 "windows_x86_64_msvc",
3762]
3763
3764[[package]]
3765name = "windows-threading"
3766version = "0.2.1"
3767source = "registry+https://github.com/rust-lang/crates.io-index"
3768checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
3769dependencies = [
3770 "windows-link",
3771]
3772
3773[[package]]
3774name = "windows_aarch64_gnullvm"
3775version = "0.52.6"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3778
3779[[package]]
3780name = "windows_aarch64_msvc"
3781version = "0.52.6"
3782source = "registry+https://github.com/rust-lang/crates.io-index"
3783checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3784
3785[[package]]
3786name = "windows_i686_gnu"
3787version = "0.52.6"
3788source = "registry+https://github.com/rust-lang/crates.io-index"
3789checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3790
3791[[package]]
3792name = "windows_i686_gnullvm"
3793version = "0.52.6"
3794source = "registry+https://github.com/rust-lang/crates.io-index"
3795checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3796
3797[[package]]
3798name = "windows_i686_msvc"
3799version = "0.52.6"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3802
3803[[package]]
3804name = "windows_x86_64_gnu"
3805version = "0.52.6"
3806source = "registry+https://github.com/rust-lang/crates.io-index"
3807checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3808
3809[[package]]
3810name = "windows_x86_64_gnullvm"
3811version = "0.52.6"
3812source = "registry+https://github.com/rust-lang/crates.io-index"
3813checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3814
3815[[package]]
3816name = "windows_x86_64_msvc"
3817version = "0.52.6"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3820
3821[[package]]
3822name = "winit"
3823version = "0.30.13"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d"
3826dependencies = [
3827 "ahash",
3828 "android-activity",
3829 "atomic-waker",
3830 "bitflags 2.11.1",
3831 "block2 0.5.1",
3832 "bytemuck",
3833 "calloop",
3834 "cfg_aliases",
3835 "concurrent-queue",
3836 "core-foundation",
3837 "core-graphics",
3838 "cursor-icon",
3839 "dpi",
3840 "js-sys",
3841 "libc",
3842 "memmap2",
3843 "ndk",
3844 "objc2 0.5.2",
3845 "objc2-app-kit",
3846 "objc2-foundation 0.2.2",
3847 "objc2-ui-kit",
3848 "orbclient",
3849 "percent-encoding",
3850 "pin-project",
3851 "raw-window-handle",
3852 "redox_syscall 0.4.1",
3853 "rustix 0.38.44",
3854 "sctk-adwaita",
3855 "smithay-client-toolkit",
3856 "smol_str",
3857 "tracing",
3858 "unicode-segmentation",
3859 "wasm-bindgen",
3860 "wasm-bindgen-futures",
3861 "wayland-backend",
3862 "wayland-client",
3863 "wayland-protocols",
3864 "wayland-protocols-plasma",
3865 "web-sys",
3866 "web-time",
3867 "windows-sys 0.52.0",
3868 "x11-dl",
3869 "x11rb",
3870 "xkbcommon-dl",
3871]
3872
3873[[package]]
3874name = "winnow"
3875version = "1.0.1"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5"
3878dependencies = [
3879 "memchr",
3880]
3881
3882[[package]]
3883name = "wit-bindgen"
3884version = "0.57.1"
3885source = "registry+https://github.com/rust-lang/crates.io-index"
3886checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
3887
3888[[package]]
3889name = "writeable"
3890version = "0.6.3"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3893
3894[[package]]
3895name = "x11-dl"
3896version = "2.21.0"
3897source = "registry+https://github.com/rust-lang/crates.io-index"
3898checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
3899dependencies = [
3900 "libc",
3901 "once_cell",
3902 "pkg-config",
3903]
3904
3905[[package]]
3906name = "x11rb"
3907version = "0.13.2"
3908source = "registry+https://github.com/rust-lang/crates.io-index"
3909checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
3910dependencies = [
3911 "as-raw-xcb-connection",
3912 "gethostname",
3913 "libc",
3914 "libloading",
3915 "once_cell",
3916 "rustix 1.1.4",
3917 "x11rb-protocol",
3918]
3919
3920[[package]]
3921name = "x11rb-protocol"
3922version = "0.13.2"
3923source = "registry+https://github.com/rust-lang/crates.io-index"
3924checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
3925
3926[[package]]
3927name = "xcursor"
3928version = "0.3.10"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
3931
3932[[package]]
3933name = "xkbcommon-dl"
3934version = "0.4.2"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
3937dependencies = [
3938 "bitflags 2.11.1",
3939 "dlib",
3940 "log",
3941 "once_cell",
3942 "xkeysym",
3943]
3944
3945[[package]]
3946name = "xkeysym"
3947version = "0.2.1"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
3950
3951[[package]]
3952name = "xml-rs"
3953version = "0.8.28"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
3956
3957[[package]]
3958name = "yazi"
3959version = "0.2.1"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
3962
3963[[package]]
3964name = "yoke"
3965version = "0.8.2"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
3968dependencies = [
3969 "stable_deref_trait",
3970 "yoke-derive",
3971 "zerofrom",
3972]
3973
3974[[package]]
3975name = "yoke-derive"
3976version = "0.8.2"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3979dependencies = [
3980 "proc-macro2",
3981 "quote",
3982 "syn 2.0.117",
3983 "synstructure",
3984]
3985
3986[[package]]
3987name = "zeno"
3988version = "0.3.3"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
3991
3992[[package]]
3993name = "zerocopy"
3994version = "0.8.48"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
3997dependencies = [
3998 "zerocopy-derive",
3999]
4000
4001[[package]]
4002name = "zerocopy-derive"
4003version = "0.8.48"
4004source = "registry+https://github.com/rust-lang/crates.io-index"
4005checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
4006dependencies = [
4007 "proc-macro2",
4008 "quote",
4009 "syn 2.0.117",
4010]
4011
4012[[package]]
4013name = "zerofrom"
4014version = "0.1.7"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
4017dependencies = [
4018 "zerofrom-derive",
4019]
4020
4021[[package]]
4022name = "zerofrom-derive"
4023version = "0.1.7"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
4026dependencies = [
4027 "proc-macro2",
4028 "quote",
4029 "syn 2.0.117",
4030 "synstructure",
4031]
4032
4033[[package]]
4034name = "zerotrie"
4035version = "0.2.4"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
4038dependencies = [
4039 "displaydoc",
4040 "yoke",
4041 "zerofrom",
4042 "zerovec",
4043]
4044
4045[[package]]
4046name = "zerovec"
4047version = "0.11.6"
4048source = "registry+https://github.com/rust-lang/crates.io-index"
4049checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
4050dependencies = [
4051 "serde",
4052 "yoke",
4053 "zerofrom",
4054 "zerovec-derive",
4055]
4056
4057[[package]]
4058name = "zerovec-derive"
4059version = "0.11.3"
4060source = "registry+https://github.com/rust-lang/crates.io-index"
4061checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
4062dependencies = [
4063 "proc-macro2",
4064 "quote",
4065 "syn 2.0.117",
4066]