Paper Mario (N64) modding IDE
starhaven.dev/studio
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 = "adler2"
23version = "2.0.1"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
26
27[[package]]
28name = "ahash"
29version = "0.8.12"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
32dependencies = [
33 "cfg-if",
34 "getrandom",
35 "once_cell",
36 "version_check",
37 "zerocopy",
38]
39
40[[package]]
41name = "aho-corasick"
42version = "1.1.4"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
45dependencies = [
46 "memchr",
47]
48
49[[package]]
50name = "android-activity"
51version = "0.6.0"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046"
54dependencies = [
55 "android-properties",
56 "bitflags 2.10.0",
57 "cc",
58 "cesu8",
59 "jni",
60 "jni-sys",
61 "libc",
62 "log",
63 "ndk",
64 "ndk-context",
65 "ndk-sys",
66 "num_enum",
67 "thiserror 1.0.69",
68]
69
70[[package]]
71name = "android-properties"
72version = "0.2.2"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
75
76[[package]]
77name = "android_system_properties"
78version = "0.1.5"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
81dependencies = [
82 "libc",
83]
84
85[[package]]
86name = "anstream"
87version = "0.6.21"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
90dependencies = [
91 "anstyle",
92 "anstyle-parse",
93 "anstyle-query",
94 "anstyle-wincon",
95 "colorchoice",
96 "is_terminal_polyfill",
97 "utf8parse",
98]
99
100[[package]]
101name = "anstyle"
102version = "1.0.13"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
105
106[[package]]
107name = "anstyle-parse"
108version = "0.2.7"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
111dependencies = [
112 "utf8parse",
113]
114
115[[package]]
116name = "anstyle-query"
117version = "1.1.5"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
120dependencies = [
121 "windows-sys 0.61.2",
122]
123
124[[package]]
125name = "anstyle-wincon"
126version = "3.0.11"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
129dependencies = [
130 "anstyle",
131 "once_cell_polyfill",
132 "windows-sys 0.61.2",
133]
134
135[[package]]
136name = "arboard"
137version = "3.6.1"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf"
140dependencies = [
141 "clipboard-win",
142 "image",
143 "log",
144 "objc2 0.6.3",
145 "objc2-app-kit 0.3.2",
146 "objc2-core-foundation",
147 "objc2-core-graphics",
148 "objc2-foundation 0.3.2",
149 "parking_lot",
150 "percent-encoding",
151 "windows-sys 0.60.2",
152 "x11rb",
153]
154
155[[package]]
156name = "arrayvec"
157version = "0.7.6"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
160
161[[package]]
162name = "as-raw-xcb-connection"
163version = "1.0.1"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
166
167[[package]]
168name = "ash"
169version = "0.38.0+1.3.281"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
172dependencies = [
173 "libloading",
174]
175
176[[package]]
177name = "atomic-waker"
178version = "1.1.2"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
181
182[[package]]
183name = "autocfg"
184version = "1.5.0"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
187
188[[package]]
189name = "bit-set"
190version = "0.8.0"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
193dependencies = [
194 "bit-vec",
195]
196
197[[package]]
198name = "bit-vec"
199version = "0.8.0"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
202
203[[package]]
204name = "bitflags"
205version = "1.3.2"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
208
209[[package]]
210name = "bitflags"
211version = "2.10.0"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
214
215[[package]]
216name = "block2"
217version = "0.5.1"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
220dependencies = [
221 "objc2 0.5.2",
222]
223
224[[package]]
225name = "bumpalo"
226version = "3.19.0"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
229
230[[package]]
231name = "bytemuck"
232version = "1.24.0"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
235dependencies = [
236 "bytemuck_derive",
237]
238
239[[package]]
240name = "bytemuck_derive"
241version = "1.10.2"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
244dependencies = [
245 "proc-macro2",
246 "quote",
247 "syn",
248]
249
250[[package]]
251name = "byteorder-lite"
252version = "0.1.0"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
255
256[[package]]
257name = "bytes"
258version = "1.11.0"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
261
262[[package]]
263name = "calloop"
264version = "0.13.0"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
267dependencies = [
268 "bitflags 2.10.0",
269 "log",
270 "polling",
271 "rustix 0.38.44",
272 "slab",
273 "thiserror 1.0.69",
274]
275
276[[package]]
277name = "calloop"
278version = "0.14.3"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "cb9f6e1368bd4621d2c86baa7e37de77a938adf5221e5dd3d6133340101b309e"
281dependencies = [
282 "bitflags 2.10.0",
283 "polling",
284 "rustix 1.1.2",
285 "slab",
286 "tracing",
287]
288
289[[package]]
290name = "calloop-wayland-source"
291version = "0.3.0"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
294dependencies = [
295 "calloop 0.13.0",
296 "rustix 0.38.44",
297 "wayland-backend",
298 "wayland-client",
299]
300
301[[package]]
302name = "calloop-wayland-source"
303version = "0.4.1"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
306dependencies = [
307 "calloop 0.14.3",
308 "rustix 1.1.2",
309 "wayland-backend",
310 "wayland-client",
311]
312
313[[package]]
314name = "cc"
315version = "1.2.48"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a"
318dependencies = [
319 "find-msvc-tools",
320 "jobserver",
321 "libc",
322 "shlex",
323]
324
325[[package]]
326name = "cesu8"
327version = "1.1.0"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
330
331[[package]]
332name = "cfg-if"
333version = "1.0.4"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
336
337[[package]]
338name = "cfg_aliases"
339version = "0.2.1"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
342
343[[package]]
344name = "cgl"
345version = "0.3.2"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
348dependencies = [
349 "libc",
350]
351
352[[package]]
353name = "clipboard-win"
354version = "5.4.1"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
357dependencies = [
358 "error-code",
359]
360
361[[package]]
362name = "codespan-reporting"
363version = "0.12.0"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
366dependencies = [
367 "unicode-width",
368]
369
370[[package]]
371name = "colorchoice"
372version = "1.0.4"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
375
376[[package]]
377name = "combine"
378version = "4.6.7"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
381dependencies = [
382 "bytes",
383 "memchr",
384]
385
386[[package]]
387name = "concurrent-queue"
388version = "2.5.0"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
391dependencies = [
392 "crossbeam-utils",
393]
394
395[[package]]
396name = "core-foundation"
397version = "0.9.4"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
400dependencies = [
401 "core-foundation-sys",
402 "libc",
403]
404
405[[package]]
406name = "core-foundation"
407version = "0.10.1"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
410dependencies = [
411 "core-foundation-sys",
412 "libc",
413]
414
415[[package]]
416name = "core-foundation-sys"
417version = "0.8.7"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
420
421[[package]]
422name = "core-graphics"
423version = "0.23.2"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
426dependencies = [
427 "bitflags 1.3.2",
428 "core-foundation 0.9.4",
429 "core-graphics-types",
430 "foreign-types",
431 "libc",
432]
433
434[[package]]
435name = "core-graphics-types"
436version = "0.1.3"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
439dependencies = [
440 "bitflags 1.3.2",
441 "core-foundation 0.9.4",
442 "libc",
443]
444
445[[package]]
446name = "crc32fast"
447version = "1.5.0"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
450dependencies = [
451 "cfg-if",
452]
453
454[[package]]
455name = "crossbeam-utils"
456version = "0.8.21"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
459
460[[package]]
461name = "crunchy"
462version = "0.2.4"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
465
466[[package]]
467name = "cursor-icon"
468version = "1.2.0"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
471
472[[package]]
473name = "dispatch"
474version = "0.2.0"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
477
478[[package]]
479name = "dispatch2"
480version = "0.3.0"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
483dependencies = [
484 "bitflags 2.10.0",
485 "objc2 0.6.3",
486]
487
488[[package]]
489name = "displaydoc"
490version = "0.2.5"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
493dependencies = [
494 "proc-macro2",
495 "quote",
496 "syn",
497]
498
499[[package]]
500name = "dlib"
501version = "0.5.2"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
504dependencies = [
505 "libloading",
506]
507
508[[package]]
509name = "document-features"
510version = "0.2.12"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
513dependencies = [
514 "litrs",
515]
516
517[[package]]
518name = "downcast-rs"
519version = "1.2.1"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
522
523[[package]]
524name = "dpi"
525version = "0.1.2"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
528
529[[package]]
530name = "ecolor"
531version = "0.33.2"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "084980ebede2fb1ad6c4f54285b3e489052ef2b6aa4016e4c19349417adc75c5"
534dependencies = [
535 "bytemuck",
536 "emath",
537]
538
539[[package]]
540name = "eframe"
541version = "0.33.2"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "4f60ee3c69cd01d5725b4ef476ed6a3a6009968c57843a2f1beb96f021e4a54b"
544dependencies = [
545 "ahash",
546 "bytemuck",
547 "document-features",
548 "egui",
549 "egui-wgpu",
550 "egui-winit",
551 "egui_glow",
552 "glutin",
553 "glutin-winit",
554 "image",
555 "js-sys",
556 "log",
557 "objc2 0.5.2",
558 "objc2-app-kit 0.2.2",
559 "objc2-foundation 0.2.2",
560 "parking_lot",
561 "percent-encoding",
562 "pollster",
563 "profiling",
564 "raw-window-handle",
565 "static_assertions",
566 "wasm-bindgen",
567 "wasm-bindgen-futures",
568 "web-sys",
569 "web-time",
570 "wgpu",
571 "windows-sys 0.61.2",
572 "winit",
573]
574
575[[package]]
576name = "egui"
577version = "0.33.2"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "b75645894de4ca1695ab3ab7201c7953bb95c1725aafeefa6822dc901ad2a81b"
580dependencies = [
581 "ahash",
582 "bitflags 2.10.0",
583 "emath",
584 "epaint",
585 "log",
586 "nohash-hasher",
587 "profiling",
588 "smallvec",
589 "unicode-segmentation",
590]
591
592[[package]]
593name = "egui-wgpu"
594version = "0.33.2"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "acdaac35a6e0ff458aaa5776b2bda578e38334a9d1258f7795042a70372745b7"
597dependencies = [
598 "ahash",
599 "bytemuck",
600 "document-features",
601 "egui",
602 "epaint",
603 "log",
604 "profiling",
605 "thiserror 2.0.17",
606 "type-map",
607 "web-time",
608 "wgpu",
609 "winit",
610]
611
612[[package]]
613name = "egui-winit"
614version = "0.33.2"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "4772ed5f16fa8ec2ba295e58f62b58ee83fcf49e67ec13d2b7ddf4e9a2dea34e"
617dependencies = [
618 "arboard",
619 "bytemuck",
620 "egui",
621 "log",
622 "objc2 0.5.2",
623 "objc2-foundation 0.2.2",
624 "objc2-ui-kit",
625 "profiling",
626 "raw-window-handle",
627 "smithay-clipboard",
628 "web-time",
629 "webbrowser",
630 "winit",
631]
632
633[[package]]
634name = "egui_glow"
635version = "0.33.2"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "17b94ff67a1d18933fff2519f5f57c388f932c093036c381fb9ae2853b3e1e09"
638dependencies = [
639 "bytemuck",
640 "egui",
641 "glow",
642 "log",
643 "memoffset",
644 "profiling",
645 "wasm-bindgen",
646 "web-sys",
647 "winit",
648]
649
650[[package]]
651name = "emath"
652version = "0.33.2"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "0e561352ae95c22ad179fb56c38d6e6eecd86cf4925cf5c70e738dd01df9b620"
655dependencies = [
656 "bytemuck",
657]
658
659[[package]]
660name = "env_filter"
661version = "0.1.4"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
664dependencies = [
665 "log",
666 "regex",
667]
668
669[[package]]
670name = "env_logger"
671version = "0.11.8"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
674dependencies = [
675 "anstream",
676 "anstyle",
677 "env_filter",
678 "jiff",
679 "log",
680]
681
682[[package]]
683name = "epaint"
684version = "0.33.2"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "a909ce8cee63e8350fb0c251ad39277a5b24f19add60787e84a3b3ab3f2bd83a"
687dependencies = [
688 "ab_glyph",
689 "ahash",
690 "bytemuck",
691 "ecolor",
692 "emath",
693 "epaint_default_fonts",
694 "log",
695 "nohash-hasher",
696 "parking_lot",
697 "profiling",
698]
699
700[[package]]
701name = "epaint_default_fonts"
702version = "0.33.2"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "ad9649446c23368ae138716910e3e28143995691b598fbb9de16b42b0722cbcc"
705
706[[package]]
707name = "equivalent"
708version = "1.0.2"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
711
712[[package]]
713name = "errno"
714version = "0.3.14"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
717dependencies = [
718 "libc",
719 "windows-sys 0.61.2",
720]
721
722[[package]]
723name = "error-code"
724version = "3.3.2"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
727
728[[package]]
729name = "fax"
730version = "0.2.6"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
733dependencies = [
734 "fax_derive",
735]
736
737[[package]]
738name = "fax_derive"
739version = "0.2.0"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
742dependencies = [
743 "proc-macro2",
744 "quote",
745 "syn",
746]
747
748[[package]]
749name = "fdeflate"
750version = "0.3.7"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
753dependencies = [
754 "simd-adler32",
755]
756
757[[package]]
758name = "find-msvc-tools"
759version = "0.1.5"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
762
763[[package]]
764name = "flate2"
765version = "1.1.5"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
768dependencies = [
769 "crc32fast",
770 "miniz_oxide",
771]
772
773[[package]]
774name = "foldhash"
775version = "0.1.5"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
778
779[[package]]
780name = "foldhash"
781version = "0.2.0"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
784
785[[package]]
786name = "foreign-types"
787version = "0.5.0"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
790dependencies = [
791 "foreign-types-macros",
792 "foreign-types-shared",
793]
794
795[[package]]
796name = "foreign-types-macros"
797version = "0.2.3"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
800dependencies = [
801 "proc-macro2",
802 "quote",
803 "syn",
804]
805
806[[package]]
807name = "foreign-types-shared"
808version = "0.3.1"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
811
812[[package]]
813name = "form_urlencoded"
814version = "1.2.2"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
817dependencies = [
818 "percent-encoding",
819]
820
821[[package]]
822name = "gethostname"
823version = "1.1.0"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
826dependencies = [
827 "rustix 1.1.2",
828 "windows-link",
829]
830
831[[package]]
832name = "getrandom"
833version = "0.3.4"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
836dependencies = [
837 "cfg-if",
838 "libc",
839 "r-efi",
840 "wasip2",
841]
842
843[[package]]
844name = "gl_generator"
845version = "0.14.0"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
848dependencies = [
849 "khronos_api",
850 "log",
851 "xml-rs",
852]
853
854[[package]]
855name = "glow"
856version = "0.16.0"
857source = "registry+https://github.com/rust-lang/crates.io-index"
858checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
859dependencies = [
860 "js-sys",
861 "slotmap",
862 "wasm-bindgen",
863 "web-sys",
864]
865
866[[package]]
867name = "glutin"
868version = "0.32.3"
869source = "registry+https://github.com/rust-lang/crates.io-index"
870checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325"
871dependencies = [
872 "bitflags 2.10.0",
873 "cfg_aliases",
874 "cgl",
875 "dispatch2",
876 "glutin_egl_sys",
877 "glutin_glx_sys",
878 "glutin_wgl_sys",
879 "libloading",
880 "objc2 0.6.3",
881 "objc2-app-kit 0.3.2",
882 "objc2-core-foundation",
883 "objc2-foundation 0.3.2",
884 "once_cell",
885 "raw-window-handle",
886 "wayland-sys",
887 "windows-sys 0.52.0",
888 "x11-dl",
889]
890
891[[package]]
892name = "glutin-winit"
893version = "0.5.0"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f"
896dependencies = [
897 "cfg_aliases",
898 "glutin",
899 "raw-window-handle",
900 "winit",
901]
902
903[[package]]
904name = "glutin_egl_sys"
905version = "0.7.1"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2"
908dependencies = [
909 "gl_generator",
910 "windows-sys 0.52.0",
911]
912
913[[package]]
914name = "glutin_glx_sys"
915version = "0.6.1"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185"
918dependencies = [
919 "gl_generator",
920 "x11-dl",
921]
922
923[[package]]
924name = "glutin_wgl_sys"
925version = "0.6.1"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
928dependencies = [
929 "gl_generator",
930]
931
932[[package]]
933name = "gpu-alloc"
934version = "0.6.0"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
937dependencies = [
938 "bitflags 2.10.0",
939 "gpu-alloc-types",
940]
941
942[[package]]
943name = "gpu-alloc-types"
944version = "0.3.0"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
947dependencies = [
948 "bitflags 2.10.0",
949]
950
951[[package]]
952name = "gpu-descriptor"
953version = "0.3.2"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
956dependencies = [
957 "bitflags 2.10.0",
958 "gpu-descriptor-types",
959 "hashbrown 0.15.5",
960]
961
962[[package]]
963name = "gpu-descriptor-types"
964version = "0.2.0"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
967dependencies = [
968 "bitflags 2.10.0",
969]
970
971[[package]]
972name = "half"
973version = "2.7.1"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
976dependencies = [
977 "cfg-if",
978 "crunchy",
979 "num-traits",
980 "zerocopy",
981]
982
983[[package]]
984name = "hashbrown"
985version = "0.15.5"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
988dependencies = [
989 "foldhash 0.1.5",
990]
991
992[[package]]
993name = "hashbrown"
994version = "0.16.1"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
997dependencies = [
998 "foldhash 0.2.0",
999]
1000
1001[[package]]
1002name = "hermit-abi"
1003version = "0.5.2"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1006
1007[[package]]
1008name = "hexf-parse"
1009version = "0.2.1"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
1012
1013[[package]]
1014name = "icu_collections"
1015version = "2.1.1"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1018dependencies = [
1019 "displaydoc",
1020 "potential_utf",
1021 "yoke",
1022 "zerofrom",
1023 "zerovec",
1024]
1025
1026[[package]]
1027name = "icu_locale_core"
1028version = "2.1.1"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1031dependencies = [
1032 "displaydoc",
1033 "litemap",
1034 "tinystr",
1035 "writeable",
1036 "zerovec",
1037]
1038
1039[[package]]
1040name = "icu_normalizer"
1041version = "2.1.1"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1044dependencies = [
1045 "icu_collections",
1046 "icu_normalizer_data",
1047 "icu_properties",
1048 "icu_provider",
1049 "smallvec",
1050 "zerovec",
1051]
1052
1053[[package]]
1054name = "icu_normalizer_data"
1055version = "2.1.1"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1058
1059[[package]]
1060name = "icu_properties"
1061version = "2.1.1"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
1064dependencies = [
1065 "icu_collections",
1066 "icu_locale_core",
1067 "icu_properties_data",
1068 "icu_provider",
1069 "zerotrie",
1070 "zerovec",
1071]
1072
1073[[package]]
1074name = "icu_properties_data"
1075version = "2.1.1"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
1078
1079[[package]]
1080name = "icu_provider"
1081version = "2.1.1"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1084dependencies = [
1085 "displaydoc",
1086 "icu_locale_core",
1087 "writeable",
1088 "yoke",
1089 "zerofrom",
1090 "zerotrie",
1091 "zerovec",
1092]
1093
1094[[package]]
1095name = "idna"
1096version = "1.1.0"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1099dependencies = [
1100 "idna_adapter",
1101 "smallvec",
1102 "utf8_iter",
1103]
1104
1105[[package]]
1106name = "idna_adapter"
1107version = "1.2.1"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1110dependencies = [
1111 "icu_normalizer",
1112 "icu_properties",
1113]
1114
1115[[package]]
1116name = "image"
1117version = "0.25.9"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a"
1120dependencies = [
1121 "bytemuck",
1122 "byteorder-lite",
1123 "moxcms",
1124 "num-traits",
1125 "png",
1126 "tiff",
1127]
1128
1129[[package]]
1130name = "indexmap"
1131version = "2.12.1"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
1134dependencies = [
1135 "equivalent",
1136 "hashbrown 0.16.1",
1137]
1138
1139[[package]]
1140name = "is_terminal_polyfill"
1141version = "1.70.2"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1144
1145[[package]]
1146name = "jiff"
1147version = "0.2.16"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35"
1150dependencies = [
1151 "jiff-static",
1152 "log",
1153 "portable-atomic",
1154 "portable-atomic-util",
1155 "serde_core",
1156]
1157
1158[[package]]
1159name = "jiff-static"
1160version = "0.2.16"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69"
1163dependencies = [
1164 "proc-macro2",
1165 "quote",
1166 "syn",
1167]
1168
1169[[package]]
1170name = "jni"
1171version = "0.21.1"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1174dependencies = [
1175 "cesu8",
1176 "cfg-if",
1177 "combine",
1178 "jni-sys",
1179 "log",
1180 "thiserror 1.0.69",
1181 "walkdir",
1182 "windows-sys 0.45.0",
1183]
1184
1185[[package]]
1186name = "jni-sys"
1187version = "0.3.0"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1190
1191[[package]]
1192name = "jobserver"
1193version = "0.1.34"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1196dependencies = [
1197 "getrandom",
1198 "libc",
1199]
1200
1201[[package]]
1202name = "js-sys"
1203version = "0.3.83"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
1206dependencies = [
1207 "once_cell",
1208 "wasm-bindgen",
1209]
1210
1211[[package]]
1212name = "khronos_api"
1213version = "3.1.0"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
1216
1217[[package]]
1218name = "libc"
1219version = "0.2.177"
1220source = "registry+https://github.com/rust-lang/crates.io-index"
1221checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
1222
1223[[package]]
1224name = "libloading"
1225version = "0.8.9"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1228dependencies = [
1229 "cfg-if",
1230 "windows-link",
1231]
1232
1233[[package]]
1234name = "libm"
1235version = "0.2.15"
1236source = "registry+https://github.com/rust-lang/crates.io-index"
1237checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1238
1239[[package]]
1240name = "libredox"
1241version = "0.1.10"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
1244dependencies = [
1245 "bitflags 2.10.0",
1246 "libc",
1247 "redox_syscall 0.5.18",
1248]
1249
1250[[package]]
1251name = "linux-raw-sys"
1252version = "0.4.15"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1255
1256[[package]]
1257name = "linux-raw-sys"
1258version = "0.11.0"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1261
1262[[package]]
1263name = "litemap"
1264version = "0.8.1"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1267
1268[[package]]
1269name = "litrs"
1270version = "1.0.0"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
1273
1274[[package]]
1275name = "lock_api"
1276version = "0.4.14"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1279dependencies = [
1280 "scopeguard",
1281]
1282
1283[[package]]
1284name = "log"
1285version = "0.4.28"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1288
1289[[package]]
1290name = "memchr"
1291version = "2.7.6"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1294
1295[[package]]
1296name = "memmap2"
1297version = "0.9.9"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
1300dependencies = [
1301 "libc",
1302]
1303
1304[[package]]
1305name = "memoffset"
1306version = "0.9.1"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1309dependencies = [
1310 "autocfg",
1311]
1312
1313[[package]]
1314name = "miniz_oxide"
1315version = "0.8.9"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1318dependencies = [
1319 "adler2",
1320 "simd-adler32",
1321]
1322
1323[[package]]
1324name = "moxcms"
1325version = "0.7.10"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "80986bbbcf925ebd3be54c26613d861255284584501595cf418320c078945608"
1328dependencies = [
1329 "num-traits",
1330 "pxfm",
1331]
1332
1333[[package]]
1334name = "naga"
1335version = "27.0.3"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "066cf25f0e8b11ee0df221219010f213ad429855f57c494f995590c861a9a7d8"
1338dependencies = [
1339 "arrayvec",
1340 "bit-set",
1341 "bitflags 2.10.0",
1342 "cfg-if",
1343 "cfg_aliases",
1344 "codespan-reporting",
1345 "half",
1346 "hashbrown 0.16.1",
1347 "hexf-parse",
1348 "indexmap",
1349 "libm",
1350 "log",
1351 "num-traits",
1352 "once_cell",
1353 "rustc-hash 1.1.0",
1354 "spirv",
1355 "thiserror 2.0.17",
1356 "unicode-ident",
1357]
1358
1359[[package]]
1360name = "ndk"
1361version = "0.9.0"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
1364dependencies = [
1365 "bitflags 2.10.0",
1366 "jni-sys",
1367 "log",
1368 "ndk-sys",
1369 "num_enum",
1370 "raw-window-handle",
1371 "thiserror 1.0.69",
1372]
1373
1374[[package]]
1375name = "ndk-context"
1376version = "0.1.1"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
1379
1380[[package]]
1381name = "ndk-sys"
1382version = "0.6.0+11769913"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
1385dependencies = [
1386 "jni-sys",
1387]
1388
1389[[package]]
1390name = "nohash-hasher"
1391version = "0.2.0"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
1394
1395[[package]]
1396name = "num-traits"
1397version = "0.2.19"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1400dependencies = [
1401 "autocfg",
1402 "libm",
1403]
1404
1405[[package]]
1406name = "num_enum"
1407version = "0.7.5"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c"
1410dependencies = [
1411 "num_enum_derive",
1412 "rustversion",
1413]
1414
1415[[package]]
1416name = "num_enum_derive"
1417version = "0.7.5"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
1420dependencies = [
1421 "proc-macro-crate",
1422 "proc-macro2",
1423 "quote",
1424 "syn",
1425]
1426
1427[[package]]
1428name = "objc-sys"
1429version = "0.3.5"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
1432
1433[[package]]
1434name = "objc2"
1435version = "0.5.2"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
1438dependencies = [
1439 "objc-sys",
1440 "objc2-encode",
1441]
1442
1443[[package]]
1444name = "objc2"
1445version = "0.6.3"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
1448dependencies = [
1449 "objc2-encode",
1450]
1451
1452[[package]]
1453name = "objc2-app-kit"
1454version = "0.2.2"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
1457dependencies = [
1458 "bitflags 2.10.0",
1459 "block2",
1460 "libc",
1461 "objc2 0.5.2",
1462 "objc2-core-data",
1463 "objc2-core-image",
1464 "objc2-foundation 0.2.2",
1465 "objc2-quartz-core",
1466]
1467
1468[[package]]
1469name = "objc2-app-kit"
1470version = "0.3.2"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
1473dependencies = [
1474 "bitflags 2.10.0",
1475 "objc2 0.6.3",
1476 "objc2-core-foundation",
1477 "objc2-core-graphics",
1478 "objc2-foundation 0.3.2",
1479]
1480
1481[[package]]
1482name = "objc2-cloud-kit"
1483version = "0.2.2"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
1486dependencies = [
1487 "bitflags 2.10.0",
1488 "block2",
1489 "objc2 0.5.2",
1490 "objc2-core-location",
1491 "objc2-foundation 0.2.2",
1492]
1493
1494[[package]]
1495name = "objc2-contacts"
1496version = "0.2.2"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
1499dependencies = [
1500 "block2",
1501 "objc2 0.5.2",
1502 "objc2-foundation 0.2.2",
1503]
1504
1505[[package]]
1506name = "objc2-core-data"
1507version = "0.2.2"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
1510dependencies = [
1511 "bitflags 2.10.0",
1512 "block2",
1513 "objc2 0.5.2",
1514 "objc2-foundation 0.2.2",
1515]
1516
1517[[package]]
1518name = "objc2-core-foundation"
1519version = "0.3.2"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
1522dependencies = [
1523 "bitflags 2.10.0",
1524 "dispatch2",
1525 "objc2 0.6.3",
1526]
1527
1528[[package]]
1529name = "objc2-core-graphics"
1530version = "0.3.2"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
1533dependencies = [
1534 "bitflags 2.10.0",
1535 "dispatch2",
1536 "objc2 0.6.3",
1537 "objc2-core-foundation",
1538 "objc2-io-surface",
1539]
1540
1541[[package]]
1542name = "objc2-core-image"
1543version = "0.2.2"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
1546dependencies = [
1547 "block2",
1548 "objc2 0.5.2",
1549 "objc2-foundation 0.2.2",
1550 "objc2-metal",
1551]
1552
1553[[package]]
1554name = "objc2-core-location"
1555version = "0.2.2"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
1558dependencies = [
1559 "block2",
1560 "objc2 0.5.2",
1561 "objc2-contacts",
1562 "objc2-foundation 0.2.2",
1563]
1564
1565[[package]]
1566name = "objc2-encode"
1567version = "4.1.0"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
1570
1571[[package]]
1572name = "objc2-foundation"
1573version = "0.2.2"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
1576dependencies = [
1577 "bitflags 2.10.0",
1578 "block2",
1579 "dispatch",
1580 "libc",
1581 "objc2 0.5.2",
1582]
1583
1584[[package]]
1585name = "objc2-foundation"
1586version = "0.3.2"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
1589dependencies = [
1590 "bitflags 2.10.0",
1591 "objc2 0.6.3",
1592 "objc2-core-foundation",
1593]
1594
1595[[package]]
1596name = "objc2-io-surface"
1597version = "0.3.2"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
1600dependencies = [
1601 "bitflags 2.10.0",
1602 "objc2 0.6.3",
1603 "objc2-core-foundation",
1604]
1605
1606[[package]]
1607name = "objc2-link-presentation"
1608version = "0.2.2"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
1611dependencies = [
1612 "block2",
1613 "objc2 0.5.2",
1614 "objc2-app-kit 0.2.2",
1615 "objc2-foundation 0.2.2",
1616]
1617
1618[[package]]
1619name = "objc2-metal"
1620version = "0.2.2"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
1623dependencies = [
1624 "bitflags 2.10.0",
1625 "block2",
1626 "objc2 0.5.2",
1627 "objc2-foundation 0.2.2",
1628]
1629
1630[[package]]
1631name = "objc2-quartz-core"
1632version = "0.2.2"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
1635dependencies = [
1636 "bitflags 2.10.0",
1637 "block2",
1638 "objc2 0.5.2",
1639 "objc2-foundation 0.2.2",
1640 "objc2-metal",
1641]
1642
1643[[package]]
1644name = "objc2-symbols"
1645version = "0.2.2"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
1648dependencies = [
1649 "objc2 0.5.2",
1650 "objc2-foundation 0.2.2",
1651]
1652
1653[[package]]
1654name = "objc2-ui-kit"
1655version = "0.2.2"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
1658dependencies = [
1659 "bitflags 2.10.0",
1660 "block2",
1661 "objc2 0.5.2",
1662 "objc2-cloud-kit",
1663 "objc2-core-data",
1664 "objc2-core-image",
1665 "objc2-core-location",
1666 "objc2-foundation 0.2.2",
1667 "objc2-link-presentation",
1668 "objc2-quartz-core",
1669 "objc2-symbols",
1670 "objc2-uniform-type-identifiers",
1671 "objc2-user-notifications",
1672]
1673
1674[[package]]
1675name = "objc2-uniform-type-identifiers"
1676version = "0.2.2"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
1679dependencies = [
1680 "block2",
1681 "objc2 0.5.2",
1682 "objc2-foundation 0.2.2",
1683]
1684
1685[[package]]
1686name = "objc2-user-notifications"
1687version = "0.2.2"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
1690dependencies = [
1691 "bitflags 2.10.0",
1692 "block2",
1693 "objc2 0.5.2",
1694 "objc2-core-location",
1695 "objc2-foundation 0.2.2",
1696]
1697
1698[[package]]
1699name = "once_cell"
1700version = "1.21.3"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1703
1704[[package]]
1705name = "once_cell_polyfill"
1706version = "1.70.2"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1709
1710[[package]]
1711name = "orbclient"
1712version = "0.3.49"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "247ad146e19b9437f8604c21f8652423595cf710ad108af40e77d3ae6e96b827"
1715dependencies = [
1716 "libredox",
1717]
1718
1719[[package]]
1720name = "ordered-float"
1721version = "5.1.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "7f4779c6901a562440c3786d08192c6fbda7c1c2060edd10006b05ee35d10f2d"
1724dependencies = [
1725 "num-traits",
1726]
1727
1728[[package]]
1729name = "owned_ttf_parser"
1730version = "0.25.1"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
1733dependencies = [
1734 "ttf-parser",
1735]
1736
1737[[package]]
1738name = "parking_lot"
1739version = "0.12.5"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1742dependencies = [
1743 "lock_api",
1744 "parking_lot_core",
1745]
1746
1747[[package]]
1748name = "parking_lot_core"
1749version = "0.9.12"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1752dependencies = [
1753 "cfg-if",
1754 "libc",
1755 "redox_syscall 0.5.18",
1756 "smallvec",
1757 "windows-link",
1758]
1759
1760[[package]]
1761name = "percent-encoding"
1762version = "2.3.2"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1765
1766[[package]]
1767name = "pin-project"
1768version = "1.1.10"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
1771dependencies = [
1772 "pin-project-internal",
1773]
1774
1775[[package]]
1776name = "pin-project-internal"
1777version = "1.1.10"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
1780dependencies = [
1781 "proc-macro2",
1782 "quote",
1783 "syn",
1784]
1785
1786[[package]]
1787name = "pin-project-lite"
1788version = "0.2.16"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1791
1792[[package]]
1793name = "pkg-config"
1794version = "0.3.32"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1797
1798[[package]]
1799name = "png"
1800version = "0.18.0"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
1803dependencies = [
1804 "bitflags 2.10.0",
1805 "crc32fast",
1806 "fdeflate",
1807 "flate2",
1808 "miniz_oxide",
1809]
1810
1811[[package]]
1812name = "polling"
1813version = "3.11.0"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
1816dependencies = [
1817 "cfg-if",
1818 "concurrent-queue",
1819 "hermit-abi",
1820 "pin-project-lite",
1821 "rustix 1.1.2",
1822 "windows-sys 0.61.2",
1823]
1824
1825[[package]]
1826name = "pollster"
1827version = "0.4.0"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
1830
1831[[package]]
1832name = "portable-atomic"
1833version = "1.11.1"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1836
1837[[package]]
1838name = "portable-atomic-util"
1839version = "0.2.4"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
1842dependencies = [
1843 "portable-atomic",
1844]
1845
1846[[package]]
1847name = "potential_utf"
1848version = "0.1.4"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1851dependencies = [
1852 "zerovec",
1853]
1854
1855[[package]]
1856name = "proc-macro-crate"
1857version = "3.4.0"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
1860dependencies = [
1861 "toml_edit",
1862]
1863
1864[[package]]
1865name = "proc-macro2"
1866version = "1.0.103"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
1869dependencies = [
1870 "unicode-ident",
1871]
1872
1873[[package]]
1874name = "profiling"
1875version = "1.0.17"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
1878
1879[[package]]
1880name = "pxfm"
1881version = "0.1.26"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "b3502d6155304a4173a5f2c34b52b7ed0dd085890326cb50fd625fdf39e86b3b"
1884dependencies = [
1885 "num-traits",
1886]
1887
1888[[package]]
1889name = "quick-error"
1890version = "2.0.1"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
1893
1894[[package]]
1895name = "quick-xml"
1896version = "0.37.5"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
1899dependencies = [
1900 "memchr",
1901]
1902
1903[[package]]
1904name = "quote"
1905version = "1.0.42"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
1908dependencies = [
1909 "proc-macro2",
1910]
1911
1912[[package]]
1913name = "r-efi"
1914version = "5.3.0"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1917
1918[[package]]
1919name = "raw-window-handle"
1920version = "0.6.2"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
1923
1924[[package]]
1925name = "redox_syscall"
1926version = "0.4.1"
1927source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1929dependencies = [
1930 "bitflags 1.3.2",
1931]
1932
1933[[package]]
1934name = "redox_syscall"
1935version = "0.5.18"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1938dependencies = [
1939 "bitflags 2.10.0",
1940]
1941
1942[[package]]
1943name = "regex"
1944version = "1.12.2"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1947dependencies = [
1948 "aho-corasick",
1949 "memchr",
1950 "regex-automata",
1951 "regex-syntax",
1952]
1953
1954[[package]]
1955name = "regex-automata"
1956version = "0.4.13"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1959dependencies = [
1960 "aho-corasick",
1961 "memchr",
1962 "regex-syntax",
1963]
1964
1965[[package]]
1966name = "regex-syntax"
1967version = "0.8.8"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1970
1971[[package]]
1972name = "renderdoc-sys"
1973version = "1.1.0"
1974source = "registry+https://github.com/rust-lang/crates.io-index"
1975checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
1976
1977[[package]]
1978name = "rustc-hash"
1979version = "1.1.0"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1982
1983[[package]]
1984name = "rustc-hash"
1985version = "2.1.1"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1988
1989[[package]]
1990name = "rustix"
1991version = "0.38.44"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
1994dependencies = [
1995 "bitflags 2.10.0",
1996 "errno",
1997 "libc",
1998 "linux-raw-sys 0.4.15",
1999 "windows-sys 0.59.0",
2000]
2001
2002[[package]]
2003name = "rustix"
2004version = "1.1.2"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
2007dependencies = [
2008 "bitflags 2.10.0",
2009 "errno",
2010 "libc",
2011 "linux-raw-sys 0.11.0",
2012 "windows-sys 0.61.2",
2013]
2014
2015[[package]]
2016name = "rustversion"
2017version = "1.0.22"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2020
2021[[package]]
2022name = "same-file"
2023version = "1.0.6"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2026dependencies = [
2027 "winapi-util",
2028]
2029
2030[[package]]
2031name = "scoped-tls"
2032version = "1.0.1"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2035
2036[[package]]
2037name = "scopeguard"
2038version = "1.2.0"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2041
2042[[package]]
2043name = "serde"
2044version = "1.0.228"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2047dependencies = [
2048 "serde_core",
2049 "serde_derive",
2050]
2051
2052[[package]]
2053name = "serde_core"
2054version = "1.0.228"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2057dependencies = [
2058 "serde_derive",
2059]
2060
2061[[package]]
2062name = "serde_derive"
2063version = "1.0.228"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2066dependencies = [
2067 "proc-macro2",
2068 "quote",
2069 "syn",
2070]
2071
2072[[package]]
2073name = "shlex"
2074version = "1.3.0"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2077
2078[[package]]
2079name = "simd-adler32"
2080version = "0.3.7"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2083
2084[[package]]
2085name = "slab"
2086version = "0.4.11"
2087source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2089
2090[[package]]
2091name = "slotmap"
2092version = "1.0.7"
2093source = "registry+https://github.com/rust-lang/crates.io-index"
2094checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
2095dependencies = [
2096 "version_check",
2097]
2098
2099[[package]]
2100name = "smallvec"
2101version = "1.15.1"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2104
2105[[package]]
2106name = "smithay-client-toolkit"
2107version = "0.19.2"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
2110dependencies = [
2111 "bitflags 2.10.0",
2112 "calloop 0.13.0",
2113 "calloop-wayland-source 0.3.0",
2114 "cursor-icon",
2115 "libc",
2116 "log",
2117 "memmap2",
2118 "rustix 0.38.44",
2119 "thiserror 1.0.69",
2120 "wayland-backend",
2121 "wayland-client",
2122 "wayland-csd-frame",
2123 "wayland-cursor",
2124 "wayland-protocols",
2125 "wayland-protocols-wlr",
2126 "wayland-scanner",
2127 "xkeysym",
2128]
2129
2130[[package]]
2131name = "smithay-client-toolkit"
2132version = "0.20.0"
2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0"
2135dependencies = [
2136 "bitflags 2.10.0",
2137 "calloop 0.14.3",
2138 "calloop-wayland-source 0.4.1",
2139 "cursor-icon",
2140 "libc",
2141 "log",
2142 "memmap2",
2143 "rustix 1.1.2",
2144 "thiserror 2.0.17",
2145 "wayland-backend",
2146 "wayland-client",
2147 "wayland-csd-frame",
2148 "wayland-cursor",
2149 "wayland-protocols",
2150 "wayland-protocols-experimental",
2151 "wayland-protocols-misc",
2152 "wayland-protocols-wlr",
2153 "wayland-scanner",
2154 "xkeysym",
2155]
2156
2157[[package]]
2158name = "smithay-clipboard"
2159version = "0.7.3"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226"
2162dependencies = [
2163 "libc",
2164 "smithay-client-toolkit 0.20.0",
2165 "wayland-backend",
2166]
2167
2168[[package]]
2169name = "smol_str"
2170version = "0.2.2"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
2173dependencies = [
2174 "serde",
2175]
2176
2177[[package]]
2178name = "spirv"
2179version = "0.3.0+sdk-1.3.268.0"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
2182dependencies = [
2183 "bitflags 2.10.0",
2184]
2185
2186[[package]]
2187name = "stable_deref_trait"
2188version = "1.2.1"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2191
2192[[package]]
2193name = "star-studio"
2194version = "0.1.0"
2195dependencies = [
2196 "eframe",
2197 "egui",
2198 "egui-wgpu",
2199 "env_logger",
2200 "log",
2201 "wgpu",
2202]
2203
2204[[package]]
2205name = "static_assertions"
2206version = "1.1.0"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2209
2210[[package]]
2211name = "syn"
2212version = "2.0.111"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
2215dependencies = [
2216 "proc-macro2",
2217 "quote",
2218 "unicode-ident",
2219]
2220
2221[[package]]
2222name = "synstructure"
2223version = "0.13.2"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2226dependencies = [
2227 "proc-macro2",
2228 "quote",
2229 "syn",
2230]
2231
2232[[package]]
2233name = "thiserror"
2234version = "1.0.69"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2237dependencies = [
2238 "thiserror-impl 1.0.69",
2239]
2240
2241[[package]]
2242name = "thiserror"
2243version = "2.0.17"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
2246dependencies = [
2247 "thiserror-impl 2.0.17",
2248]
2249
2250[[package]]
2251name = "thiserror-impl"
2252version = "1.0.69"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2255dependencies = [
2256 "proc-macro2",
2257 "quote",
2258 "syn",
2259]
2260
2261[[package]]
2262name = "thiserror-impl"
2263version = "2.0.17"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
2266dependencies = [
2267 "proc-macro2",
2268 "quote",
2269 "syn",
2270]
2271
2272[[package]]
2273name = "tiff"
2274version = "0.10.3"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
2277dependencies = [
2278 "fax",
2279 "flate2",
2280 "half",
2281 "quick-error",
2282 "weezl",
2283 "zune-jpeg",
2284]
2285
2286[[package]]
2287name = "tinystr"
2288version = "0.8.2"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2291dependencies = [
2292 "displaydoc",
2293 "zerovec",
2294]
2295
2296[[package]]
2297name = "toml_datetime"
2298version = "0.7.3"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
2301dependencies = [
2302 "serde_core",
2303]
2304
2305[[package]]
2306name = "toml_edit"
2307version = "0.23.7"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
2310dependencies = [
2311 "indexmap",
2312 "toml_datetime",
2313 "toml_parser",
2314 "winnow",
2315]
2316
2317[[package]]
2318name = "toml_parser"
2319version = "1.0.4"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
2322dependencies = [
2323 "winnow",
2324]
2325
2326[[package]]
2327name = "tracing"
2328version = "0.1.43"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
2331dependencies = [
2332 "log",
2333 "pin-project-lite",
2334 "tracing-core",
2335]
2336
2337[[package]]
2338name = "tracing-core"
2339version = "0.1.35"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
2342
2343[[package]]
2344name = "ttf-parser"
2345version = "0.25.1"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
2348
2349[[package]]
2350name = "type-map"
2351version = "0.5.1"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90"
2354dependencies = [
2355 "rustc-hash 2.1.1",
2356]
2357
2358[[package]]
2359name = "unicode-ident"
2360version = "1.0.22"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
2363
2364[[package]]
2365name = "unicode-segmentation"
2366version = "1.12.0"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2369
2370[[package]]
2371name = "unicode-width"
2372version = "0.2.2"
2373source = "registry+https://github.com/rust-lang/crates.io-index"
2374checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
2375
2376[[package]]
2377name = "url"
2378version = "2.5.7"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
2381dependencies = [
2382 "form_urlencoded",
2383 "idna",
2384 "percent-encoding",
2385 "serde",
2386]
2387
2388[[package]]
2389name = "utf8_iter"
2390version = "1.0.4"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2393
2394[[package]]
2395name = "utf8parse"
2396version = "0.2.2"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2399
2400[[package]]
2401name = "version_check"
2402version = "0.9.5"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2405
2406[[package]]
2407name = "walkdir"
2408version = "2.5.0"
2409source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2411dependencies = [
2412 "same-file",
2413 "winapi-util",
2414]
2415
2416[[package]]
2417name = "wasip2"
2418version = "1.0.1+wasi-0.2.4"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
2421dependencies = [
2422 "wit-bindgen",
2423]
2424
2425[[package]]
2426name = "wasm-bindgen"
2427version = "0.2.106"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
2430dependencies = [
2431 "cfg-if",
2432 "once_cell",
2433 "rustversion",
2434 "wasm-bindgen-macro",
2435 "wasm-bindgen-shared",
2436]
2437
2438[[package]]
2439name = "wasm-bindgen-futures"
2440version = "0.4.56"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
2443dependencies = [
2444 "cfg-if",
2445 "js-sys",
2446 "once_cell",
2447 "wasm-bindgen",
2448 "web-sys",
2449]
2450
2451[[package]]
2452name = "wasm-bindgen-macro"
2453version = "0.2.106"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
2456dependencies = [
2457 "quote",
2458 "wasm-bindgen-macro-support",
2459]
2460
2461[[package]]
2462name = "wasm-bindgen-macro-support"
2463version = "0.2.106"
2464source = "registry+https://github.com/rust-lang/crates.io-index"
2465checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
2466dependencies = [
2467 "bumpalo",
2468 "proc-macro2",
2469 "quote",
2470 "syn",
2471 "wasm-bindgen-shared",
2472]
2473
2474[[package]]
2475name = "wasm-bindgen-shared"
2476version = "0.2.106"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
2479dependencies = [
2480 "unicode-ident",
2481]
2482
2483[[package]]
2484name = "wayland-backend"
2485version = "0.3.11"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
2488dependencies = [
2489 "cc",
2490 "downcast-rs",
2491 "rustix 1.1.2",
2492 "scoped-tls",
2493 "smallvec",
2494 "wayland-sys",
2495]
2496
2497[[package]]
2498name = "wayland-client"
2499version = "0.31.11"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
2502dependencies = [
2503 "bitflags 2.10.0",
2504 "rustix 1.1.2",
2505 "wayland-backend",
2506 "wayland-scanner",
2507]
2508
2509[[package]]
2510name = "wayland-csd-frame"
2511version = "0.3.0"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
2514dependencies = [
2515 "bitflags 2.10.0",
2516 "cursor-icon",
2517 "wayland-backend",
2518]
2519
2520[[package]]
2521name = "wayland-cursor"
2522version = "0.31.11"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
2525dependencies = [
2526 "rustix 1.1.2",
2527 "wayland-client",
2528 "xcursor",
2529]
2530
2531[[package]]
2532name = "wayland-protocols"
2533version = "0.32.9"
2534source = "registry+https://github.com/rust-lang/crates.io-index"
2535checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
2536dependencies = [
2537 "bitflags 2.10.0",
2538 "wayland-backend",
2539 "wayland-client",
2540 "wayland-scanner",
2541]
2542
2543[[package]]
2544name = "wayland-protocols-experimental"
2545version = "20250721.0.1"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1"
2548dependencies = [
2549 "bitflags 2.10.0",
2550 "wayland-backend",
2551 "wayland-client",
2552 "wayland-protocols",
2553 "wayland-scanner",
2554]
2555
2556[[package]]
2557name = "wayland-protocols-misc"
2558version = "0.3.9"
2559source = "registry+https://github.com/rust-lang/crates.io-index"
2560checksum = "2dfe33d551eb8bffd03ff067a8b44bb963919157841a99957151299a6307d19c"
2561dependencies = [
2562 "bitflags 2.10.0",
2563 "wayland-backend",
2564 "wayland-client",
2565 "wayland-protocols",
2566 "wayland-scanner",
2567]
2568
2569[[package]]
2570name = "wayland-protocols-plasma"
2571version = "0.3.9"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
2574dependencies = [
2575 "bitflags 2.10.0",
2576 "wayland-backend",
2577 "wayland-client",
2578 "wayland-protocols",
2579 "wayland-scanner",
2580]
2581
2582[[package]]
2583name = "wayland-protocols-wlr"
2584version = "0.3.9"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
2587dependencies = [
2588 "bitflags 2.10.0",
2589 "wayland-backend",
2590 "wayland-client",
2591 "wayland-protocols",
2592 "wayland-scanner",
2593]
2594
2595[[package]]
2596name = "wayland-scanner"
2597version = "0.31.7"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
2600dependencies = [
2601 "proc-macro2",
2602 "quick-xml",
2603 "quote",
2604]
2605
2606[[package]]
2607name = "wayland-sys"
2608version = "0.31.7"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
2611dependencies = [
2612 "dlib",
2613 "log",
2614 "once_cell",
2615 "pkg-config",
2616]
2617
2618[[package]]
2619name = "web-sys"
2620version = "0.3.83"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
2623dependencies = [
2624 "js-sys",
2625 "wasm-bindgen",
2626]
2627
2628[[package]]
2629name = "web-time"
2630version = "1.1.0"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2633dependencies = [
2634 "js-sys",
2635 "wasm-bindgen",
2636]
2637
2638[[package]]
2639name = "webbrowser"
2640version = "1.0.6"
2641source = "registry+https://github.com/rust-lang/crates.io-index"
2642checksum = "00f1243ef785213e3a32fa0396093424a3a6ea566f9948497e5a2309261a4c97"
2643dependencies = [
2644 "core-foundation 0.10.1",
2645 "jni",
2646 "log",
2647 "ndk-context",
2648 "objc2 0.6.3",
2649 "objc2-foundation 0.3.2",
2650 "url",
2651 "web-sys",
2652]
2653
2654[[package]]
2655name = "weezl"
2656version = "0.1.12"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
2659
2660[[package]]
2661name = "wgpu"
2662version = "27.0.1"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "bfe68bac7cde125de7a731c3400723cadaaf1703795ad3f4805f187459cd7a77"
2665dependencies = [
2666 "arrayvec",
2667 "bitflags 2.10.0",
2668 "cfg-if",
2669 "cfg_aliases",
2670 "document-features",
2671 "hashbrown 0.16.1",
2672 "log",
2673 "parking_lot",
2674 "portable-atomic",
2675 "profiling",
2676 "raw-window-handle",
2677 "smallvec",
2678 "static_assertions",
2679 "wgpu-core",
2680 "wgpu-hal",
2681 "wgpu-types",
2682]
2683
2684[[package]]
2685name = "wgpu-core"
2686version = "27.0.3"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "27a75de515543b1897b26119f93731b385a19aea165a1ec5f0e3acecc229cae7"
2689dependencies = [
2690 "arrayvec",
2691 "bit-set",
2692 "bit-vec",
2693 "bitflags 2.10.0",
2694 "bytemuck",
2695 "cfg_aliases",
2696 "document-features",
2697 "hashbrown 0.16.1",
2698 "indexmap",
2699 "log",
2700 "naga",
2701 "once_cell",
2702 "parking_lot",
2703 "portable-atomic",
2704 "profiling",
2705 "raw-window-handle",
2706 "rustc-hash 1.1.0",
2707 "smallvec",
2708 "thiserror 2.0.17",
2709 "wgpu-core-deps-apple",
2710 "wgpu-core-deps-windows-linux-android",
2711 "wgpu-hal",
2712 "wgpu-types",
2713]
2714
2715[[package]]
2716name = "wgpu-core-deps-apple"
2717version = "27.0.0"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "0772ae958e9be0c729561d5e3fd9a19679bcdfb945b8b1a1969d9bfe8056d233"
2720dependencies = [
2721 "wgpu-hal",
2722]
2723
2724[[package]]
2725name = "wgpu-core-deps-windows-linux-android"
2726version = "27.0.0"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "71197027d61a71748e4120f05a9242b2ad142e3c01f8c1b47707945a879a03c3"
2729dependencies = [
2730 "wgpu-hal",
2731]
2732
2733[[package]]
2734name = "wgpu-hal"
2735version = "27.0.4"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "5b21cb61c57ee198bc4aff71aeadff4cbb80b927beb912506af9c780d64313ce"
2738dependencies = [
2739 "android_system_properties",
2740 "arrayvec",
2741 "ash",
2742 "bitflags 2.10.0",
2743 "bytemuck",
2744 "cfg-if",
2745 "cfg_aliases",
2746 "gpu-alloc",
2747 "gpu-descriptor",
2748 "hashbrown 0.16.1",
2749 "libc",
2750 "libloading",
2751 "log",
2752 "naga",
2753 "ordered-float",
2754 "parking_lot",
2755 "portable-atomic",
2756 "portable-atomic-util",
2757 "profiling",
2758 "raw-window-handle",
2759 "renderdoc-sys",
2760 "smallvec",
2761 "thiserror 2.0.17",
2762 "wgpu-types",
2763 "windows",
2764]
2765
2766[[package]]
2767name = "wgpu-types"
2768version = "27.0.1"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "afdcf84c395990db737f2dd91628706cb31e86d72e53482320d368e52b5da5eb"
2771dependencies = [
2772 "bitflags 2.10.0",
2773 "bytemuck",
2774 "js-sys",
2775 "log",
2776 "thiserror 2.0.17",
2777 "web-sys",
2778]
2779
2780[[package]]
2781name = "winapi-util"
2782version = "0.1.11"
2783source = "registry+https://github.com/rust-lang/crates.io-index"
2784checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2785dependencies = [
2786 "windows-sys 0.61.2",
2787]
2788
2789[[package]]
2790name = "windows"
2791version = "0.58.0"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
2794dependencies = [
2795 "windows-core",
2796 "windows-targets 0.52.6",
2797]
2798
2799[[package]]
2800name = "windows-core"
2801version = "0.58.0"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
2804dependencies = [
2805 "windows-implement",
2806 "windows-interface",
2807 "windows-result",
2808 "windows-strings",
2809 "windows-targets 0.52.6",
2810]
2811
2812[[package]]
2813name = "windows-implement"
2814version = "0.58.0"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
2817dependencies = [
2818 "proc-macro2",
2819 "quote",
2820 "syn",
2821]
2822
2823[[package]]
2824name = "windows-interface"
2825version = "0.58.0"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
2828dependencies = [
2829 "proc-macro2",
2830 "quote",
2831 "syn",
2832]
2833
2834[[package]]
2835name = "windows-link"
2836version = "0.2.1"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2839
2840[[package]]
2841name = "windows-result"
2842version = "0.2.0"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
2845dependencies = [
2846 "windows-targets 0.52.6",
2847]
2848
2849[[package]]
2850name = "windows-strings"
2851version = "0.1.0"
2852source = "registry+https://github.com/rust-lang/crates.io-index"
2853checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
2854dependencies = [
2855 "windows-result",
2856 "windows-targets 0.52.6",
2857]
2858
2859[[package]]
2860name = "windows-sys"
2861version = "0.45.0"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2864dependencies = [
2865 "windows-targets 0.42.2",
2866]
2867
2868[[package]]
2869name = "windows-sys"
2870version = "0.52.0"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2873dependencies = [
2874 "windows-targets 0.52.6",
2875]
2876
2877[[package]]
2878name = "windows-sys"
2879version = "0.59.0"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2882dependencies = [
2883 "windows-targets 0.52.6",
2884]
2885
2886[[package]]
2887name = "windows-sys"
2888version = "0.60.2"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2891dependencies = [
2892 "windows-targets 0.53.5",
2893]
2894
2895[[package]]
2896name = "windows-sys"
2897version = "0.61.2"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2900dependencies = [
2901 "windows-link",
2902]
2903
2904[[package]]
2905name = "windows-targets"
2906version = "0.42.2"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2909dependencies = [
2910 "windows_aarch64_gnullvm 0.42.2",
2911 "windows_aarch64_msvc 0.42.2",
2912 "windows_i686_gnu 0.42.2",
2913 "windows_i686_msvc 0.42.2",
2914 "windows_x86_64_gnu 0.42.2",
2915 "windows_x86_64_gnullvm 0.42.2",
2916 "windows_x86_64_msvc 0.42.2",
2917]
2918
2919[[package]]
2920name = "windows-targets"
2921version = "0.52.6"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2924dependencies = [
2925 "windows_aarch64_gnullvm 0.52.6",
2926 "windows_aarch64_msvc 0.52.6",
2927 "windows_i686_gnu 0.52.6",
2928 "windows_i686_gnullvm 0.52.6",
2929 "windows_i686_msvc 0.52.6",
2930 "windows_x86_64_gnu 0.52.6",
2931 "windows_x86_64_gnullvm 0.52.6",
2932 "windows_x86_64_msvc 0.52.6",
2933]
2934
2935[[package]]
2936name = "windows-targets"
2937version = "0.53.5"
2938source = "registry+https://github.com/rust-lang/crates.io-index"
2939checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2940dependencies = [
2941 "windows-link",
2942 "windows_aarch64_gnullvm 0.53.1",
2943 "windows_aarch64_msvc 0.53.1",
2944 "windows_i686_gnu 0.53.1",
2945 "windows_i686_gnullvm 0.53.1",
2946 "windows_i686_msvc 0.53.1",
2947 "windows_x86_64_gnu 0.53.1",
2948 "windows_x86_64_gnullvm 0.53.1",
2949 "windows_x86_64_msvc 0.53.1",
2950]
2951
2952[[package]]
2953name = "windows_aarch64_gnullvm"
2954version = "0.42.2"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2957
2958[[package]]
2959name = "windows_aarch64_gnullvm"
2960version = "0.52.6"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2963
2964[[package]]
2965name = "windows_aarch64_gnullvm"
2966version = "0.53.1"
2967source = "registry+https://github.com/rust-lang/crates.io-index"
2968checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2969
2970[[package]]
2971name = "windows_aarch64_msvc"
2972version = "0.42.2"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2975
2976[[package]]
2977name = "windows_aarch64_msvc"
2978version = "0.52.6"
2979source = "registry+https://github.com/rust-lang/crates.io-index"
2980checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2981
2982[[package]]
2983name = "windows_aarch64_msvc"
2984version = "0.53.1"
2985source = "registry+https://github.com/rust-lang/crates.io-index"
2986checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2987
2988[[package]]
2989name = "windows_i686_gnu"
2990version = "0.42.2"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2993
2994[[package]]
2995name = "windows_i686_gnu"
2996version = "0.52.6"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2999
3000[[package]]
3001name = "windows_i686_gnu"
3002version = "0.53.1"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3005
3006[[package]]
3007name = "windows_i686_gnullvm"
3008version = "0.52.6"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3011
3012[[package]]
3013name = "windows_i686_gnullvm"
3014version = "0.53.1"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3017
3018[[package]]
3019name = "windows_i686_msvc"
3020version = "0.42.2"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
3023
3024[[package]]
3025name = "windows_i686_msvc"
3026version = "0.52.6"
3027source = "registry+https://github.com/rust-lang/crates.io-index"
3028checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3029
3030[[package]]
3031name = "windows_i686_msvc"
3032version = "0.53.1"
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3035
3036[[package]]
3037name = "windows_x86_64_gnu"
3038version = "0.42.2"
3039source = "registry+https://github.com/rust-lang/crates.io-index"
3040checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
3041
3042[[package]]
3043name = "windows_x86_64_gnu"
3044version = "0.52.6"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3047
3048[[package]]
3049name = "windows_x86_64_gnu"
3050version = "0.53.1"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3053
3054[[package]]
3055name = "windows_x86_64_gnullvm"
3056version = "0.42.2"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
3059
3060[[package]]
3061name = "windows_x86_64_gnullvm"
3062version = "0.52.6"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3065
3066[[package]]
3067name = "windows_x86_64_gnullvm"
3068version = "0.53.1"
3069source = "registry+https://github.com/rust-lang/crates.io-index"
3070checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3071
3072[[package]]
3073name = "windows_x86_64_msvc"
3074version = "0.42.2"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
3077
3078[[package]]
3079name = "windows_x86_64_msvc"
3080version = "0.52.6"
3081source = "registry+https://github.com/rust-lang/crates.io-index"
3082checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3083
3084[[package]]
3085name = "windows_x86_64_msvc"
3086version = "0.53.1"
3087source = "registry+https://github.com/rust-lang/crates.io-index"
3088checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3089
3090[[package]]
3091name = "winit"
3092version = "0.30.12"
3093source = "registry+https://github.com/rust-lang/crates.io-index"
3094checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732"
3095dependencies = [
3096 "ahash",
3097 "android-activity",
3098 "atomic-waker",
3099 "bitflags 2.10.0",
3100 "block2",
3101 "bytemuck",
3102 "calloop 0.13.0",
3103 "cfg_aliases",
3104 "concurrent-queue",
3105 "core-foundation 0.9.4",
3106 "core-graphics",
3107 "cursor-icon",
3108 "dpi",
3109 "js-sys",
3110 "libc",
3111 "memmap2",
3112 "ndk",
3113 "objc2 0.5.2",
3114 "objc2-app-kit 0.2.2",
3115 "objc2-foundation 0.2.2",
3116 "objc2-ui-kit",
3117 "orbclient",
3118 "percent-encoding",
3119 "pin-project",
3120 "raw-window-handle",
3121 "redox_syscall 0.4.1",
3122 "rustix 0.38.44",
3123 "smithay-client-toolkit 0.19.2",
3124 "smol_str",
3125 "tracing",
3126 "unicode-segmentation",
3127 "wasm-bindgen",
3128 "wasm-bindgen-futures",
3129 "wayland-backend",
3130 "wayland-client",
3131 "wayland-protocols",
3132 "wayland-protocols-plasma",
3133 "web-sys",
3134 "web-time",
3135 "windows-sys 0.52.0",
3136 "x11-dl",
3137 "x11rb",
3138 "xkbcommon-dl",
3139]
3140
3141[[package]]
3142name = "winnow"
3143version = "0.7.14"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
3146dependencies = [
3147 "memchr",
3148]
3149
3150[[package]]
3151name = "wit-bindgen"
3152version = "0.46.0"
3153source = "registry+https://github.com/rust-lang/crates.io-index"
3154checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
3155
3156[[package]]
3157name = "writeable"
3158version = "0.6.2"
3159source = "registry+https://github.com/rust-lang/crates.io-index"
3160checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3161
3162[[package]]
3163name = "x11-dl"
3164version = "2.21.0"
3165source = "registry+https://github.com/rust-lang/crates.io-index"
3166checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
3167dependencies = [
3168 "libc",
3169 "once_cell",
3170 "pkg-config",
3171]
3172
3173[[package]]
3174name = "x11rb"
3175version = "0.13.2"
3176source = "registry+https://github.com/rust-lang/crates.io-index"
3177checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
3178dependencies = [
3179 "as-raw-xcb-connection",
3180 "gethostname",
3181 "libc",
3182 "libloading",
3183 "once_cell",
3184 "rustix 1.1.2",
3185 "x11rb-protocol",
3186]
3187
3188[[package]]
3189name = "x11rb-protocol"
3190version = "0.13.2"
3191source = "registry+https://github.com/rust-lang/crates.io-index"
3192checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
3193
3194[[package]]
3195name = "xcursor"
3196version = "0.3.10"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
3199
3200[[package]]
3201name = "xkbcommon-dl"
3202version = "0.4.2"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
3205dependencies = [
3206 "bitflags 2.10.0",
3207 "dlib",
3208 "log",
3209 "once_cell",
3210 "xkeysym",
3211]
3212
3213[[package]]
3214name = "xkeysym"
3215version = "0.2.1"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
3218
3219[[package]]
3220name = "xml-rs"
3221version = "0.8.28"
3222source = "registry+https://github.com/rust-lang/crates.io-index"
3223checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
3224
3225[[package]]
3226name = "yoke"
3227version = "0.8.1"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
3230dependencies = [
3231 "stable_deref_trait",
3232 "yoke-derive",
3233 "zerofrom",
3234]
3235
3236[[package]]
3237name = "yoke-derive"
3238version = "0.8.1"
3239source = "registry+https://github.com/rust-lang/crates.io-index"
3240checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3241dependencies = [
3242 "proc-macro2",
3243 "quote",
3244 "syn",
3245 "synstructure",
3246]
3247
3248[[package]]
3249name = "zerocopy"
3250version = "0.8.31"
3251source = "registry+https://github.com/rust-lang/crates.io-index"
3252checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
3253dependencies = [
3254 "zerocopy-derive",
3255]
3256
3257[[package]]
3258name = "zerocopy-derive"
3259version = "0.8.31"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
3262dependencies = [
3263 "proc-macro2",
3264 "quote",
3265 "syn",
3266]
3267
3268[[package]]
3269name = "zerofrom"
3270version = "0.1.6"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3273dependencies = [
3274 "zerofrom-derive",
3275]
3276
3277[[package]]
3278name = "zerofrom-derive"
3279version = "0.1.6"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3282dependencies = [
3283 "proc-macro2",
3284 "quote",
3285 "syn",
3286 "synstructure",
3287]
3288
3289[[package]]
3290name = "zerotrie"
3291version = "0.2.3"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3294dependencies = [
3295 "displaydoc",
3296 "yoke",
3297 "zerofrom",
3298]
3299
3300[[package]]
3301name = "zerovec"
3302version = "0.11.5"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3305dependencies = [
3306 "yoke",
3307 "zerofrom",
3308 "zerovec-derive",
3309]
3310
3311[[package]]
3312name = "zerovec-derive"
3313version = "0.11.2"
3314source = "registry+https://github.com/rust-lang/crates.io-index"
3315checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3316dependencies = [
3317 "proc-macro2",
3318 "quote",
3319 "syn",
3320]
3321
3322[[package]]
3323name = "zune-core"
3324version = "0.4.12"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
3327
3328[[package]]
3329name = "zune-jpeg"
3330version = "0.4.21"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
3333dependencies = [
3334 "zune-core",
3335]