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