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