a deliberately stupid space heater that wastes electricity on fire shaders and prime numbers
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 = "ahash"
23version = "0.8.12"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
26dependencies = [
27 "cfg-if",
28 "getrandom",
29 "once_cell",
30 "version_check",
31 "zerocopy",
32]
33
34[[package]]
35name = "aho-corasick"
36version = "1.1.4"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
39dependencies = [
40 "memchr",
41]
42
43[[package]]
44name = "android-activity"
45version = "0.6.0"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046"
48dependencies = [
49 "android-properties",
50 "bitflags 2.11.0",
51 "cc",
52 "cesu8",
53 "jni",
54 "jni-sys",
55 "libc",
56 "log",
57 "ndk",
58 "ndk-context",
59 "ndk-sys 0.6.0+11769913",
60 "num_enum",
61 "thiserror 1.0.69",
62]
63
64[[package]]
65name = "android-properties"
66version = "0.2.2"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
69
70[[package]]
71name = "android_system_properties"
72version = "0.1.5"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
75dependencies = [
76 "libc",
77]
78
79[[package]]
80name = "anstream"
81version = "0.6.21"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
84dependencies = [
85 "anstyle",
86 "anstyle-parse",
87 "anstyle-query",
88 "anstyle-wincon",
89 "colorchoice",
90 "is_terminal_polyfill",
91 "utf8parse",
92]
93
94[[package]]
95name = "anstyle"
96version = "1.0.13"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
99
100[[package]]
101name = "anstyle-parse"
102version = "0.2.7"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
105dependencies = [
106 "utf8parse",
107]
108
109[[package]]
110name = "anstyle-query"
111version = "1.1.5"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
114dependencies = [
115 "windows-sys 0.61.2",
116]
117
118[[package]]
119name = "anstyle-wincon"
120version = "3.0.11"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
123dependencies = [
124 "anstyle",
125 "once_cell_polyfill",
126 "windows-sys 0.61.2",
127]
128
129[[package]]
130name = "arrayref"
131version = "0.3.9"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
134
135[[package]]
136name = "arrayvec"
137version = "0.7.6"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
140
141[[package]]
142name = "as-raw-xcb-connection"
143version = "1.0.1"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
146
147[[package]]
148name = "ash"
149version = "0.38.0+1.3.281"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
152dependencies = [
153 "libloading",
154]
155
156[[package]]
157name = "atomic-waker"
158version = "1.1.2"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
161
162[[package]]
163name = "autocfg"
164version = "1.5.0"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
167
168[[package]]
169name = "bit-set"
170version = "0.8.0"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
173dependencies = [
174 "bit-vec",
175]
176
177[[package]]
178name = "bit-vec"
179version = "0.8.0"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
182
183[[package]]
184name = "bitflags"
185version = "1.3.2"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
188
189[[package]]
190name = "bitflags"
191version = "2.11.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
194dependencies = [
195 "serde_core",
196]
197
198[[package]]
199name = "block"
200version = "0.1.6"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
203
204[[package]]
205name = "block2"
206version = "0.5.1"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
209dependencies = [
210 "objc2",
211]
212
213[[package]]
214name = "bumpalo"
215version = "3.19.1"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
218
219[[package]]
220name = "bytemuck"
221version = "1.25.0"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
224dependencies = [
225 "bytemuck_derive",
226]
227
228[[package]]
229name = "bytemuck_derive"
230version = "1.10.2"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
233dependencies = [
234 "proc-macro2",
235 "quote",
236 "syn",
237]
238
239[[package]]
240name = "bytes"
241version = "1.11.1"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
244
245[[package]]
246name = "calloop"
247version = "0.13.0"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
250dependencies = [
251 "bitflags 2.11.0",
252 "log",
253 "polling",
254 "rustix 0.38.44",
255 "slab",
256 "thiserror 1.0.69",
257]
258
259[[package]]
260name = "calloop-wayland-source"
261version = "0.3.0"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
264dependencies = [
265 "calloop",
266 "rustix 0.38.44",
267 "wayland-backend",
268 "wayland-client",
269]
270
271[[package]]
272name = "cc"
273version = "1.2.56"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
276dependencies = [
277 "find-msvc-tools",
278 "jobserver",
279 "libc",
280 "shlex",
281]
282
283[[package]]
284name = "cesu8"
285version = "1.1.0"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
288
289[[package]]
290name = "cfg-if"
291version = "1.0.4"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
294
295[[package]]
296name = "cfg_aliases"
297version = "0.2.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
300
301[[package]]
302name = "codespan-reporting"
303version = "0.11.1"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
306dependencies = [
307 "termcolor",
308 "unicode-width",
309]
310
311[[package]]
312name = "colorchoice"
313version = "1.0.4"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
316
317[[package]]
318name = "combine"
319version = "4.6.7"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
322dependencies = [
323 "bytes",
324 "memchr",
325]
326
327[[package]]
328name = "concurrent-queue"
329version = "2.5.0"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
332dependencies = [
333 "crossbeam-utils",
334]
335
336[[package]]
337name = "core-foundation"
338version = "0.9.4"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
341dependencies = [
342 "core-foundation-sys",
343 "libc",
344]
345
346[[package]]
347name = "core-foundation-sys"
348version = "0.8.7"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
351
352[[package]]
353name = "core-graphics"
354version = "0.23.2"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
357dependencies = [
358 "bitflags 1.3.2",
359 "core-foundation",
360 "core-graphics-types",
361 "foreign-types",
362 "libc",
363]
364
365[[package]]
366name = "core-graphics-types"
367version = "0.1.3"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
370dependencies = [
371 "bitflags 1.3.2",
372 "core-foundation",
373 "libc",
374]
375
376[[package]]
377name = "crossbeam-utils"
378version = "0.8.21"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
381
382[[package]]
383name = "cursor-icon"
384version = "1.2.0"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
387
388[[package]]
389name = "dispatch"
390version = "0.2.0"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
393
394[[package]]
395name = "dlib"
396version = "0.5.2"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
399dependencies = [
400 "libloading",
401]
402
403[[package]]
404name = "document-features"
405version = "0.2.12"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
408dependencies = [
409 "litrs",
410]
411
412[[package]]
413name = "downcast-rs"
414version = "1.2.1"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
417
418[[package]]
419name = "dpi"
420version = "0.1.2"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
423
424[[package]]
425name = "env_filter"
426version = "1.0.0"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f"
429dependencies = [
430 "log",
431 "regex",
432]
433
434[[package]]
435name = "env_logger"
436version = "0.11.9"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d"
439dependencies = [
440 "anstream",
441 "anstyle",
442 "env_filter",
443 "jiff",
444 "log",
445]
446
447[[package]]
448name = "equivalent"
449version = "1.0.2"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
452
453[[package]]
454name = "errno"
455version = "0.3.14"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
458dependencies = [
459 "libc",
460 "windows-sys 0.61.2",
461]
462
463[[package]]
464name = "find-msvc-tools"
465version = "0.1.9"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
468
469[[package]]
470name = "foldhash"
471version = "0.1.5"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
474
475[[package]]
476name = "foreign-types"
477version = "0.5.0"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
480dependencies = [
481 "foreign-types-macros",
482 "foreign-types-shared",
483]
484
485[[package]]
486name = "foreign-types-macros"
487version = "0.2.3"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
490dependencies = [
491 "proc-macro2",
492 "quote",
493 "syn",
494]
495
496[[package]]
497name = "foreign-types-shared"
498version = "0.3.1"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
501
502[[package]]
503name = "futures-core"
504version = "0.3.32"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
507
508[[package]]
509name = "futures-task"
510version = "0.3.32"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
513
514[[package]]
515name = "futures-util"
516version = "0.3.32"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
519dependencies = [
520 "futures-core",
521 "futures-task",
522 "pin-project-lite",
523 "slab",
524]
525
526[[package]]
527name = "gethostname"
528version = "1.1.0"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
531dependencies = [
532 "rustix 1.1.3",
533 "windows-link",
534]
535
536[[package]]
537name = "getrandom"
538version = "0.3.4"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
541dependencies = [
542 "cfg-if",
543 "libc",
544 "r-efi",
545 "wasip2",
546]
547
548[[package]]
549name = "gl_generator"
550version = "0.14.0"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
553dependencies = [
554 "khronos_api",
555 "log",
556 "xml-rs",
557]
558
559[[package]]
560name = "glow"
561version = "0.16.0"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
564dependencies = [
565 "js-sys",
566 "slotmap",
567 "wasm-bindgen",
568 "web-sys",
569]
570
571[[package]]
572name = "glutin_wgl_sys"
573version = "0.6.1"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
576dependencies = [
577 "gl_generator",
578]
579
580[[package]]
581name = "gpu-alloc"
582version = "0.6.0"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
585dependencies = [
586 "bitflags 2.11.0",
587 "gpu-alloc-types",
588]
589
590[[package]]
591name = "gpu-alloc-types"
592version = "0.3.0"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
595dependencies = [
596 "bitflags 2.11.0",
597]
598
599[[package]]
600name = "gpu-allocator"
601version = "0.27.0"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd"
604dependencies = [
605 "log",
606 "presser",
607 "thiserror 1.0.69",
608 "windows",
609]
610
611[[package]]
612name = "gpu-descriptor"
613version = "0.3.2"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
616dependencies = [
617 "bitflags 2.11.0",
618 "gpu-descriptor-types",
619 "hashbrown 0.15.5",
620]
621
622[[package]]
623name = "gpu-descriptor-types"
624version = "0.2.0"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
627dependencies = [
628 "bitflags 2.11.0",
629]
630
631[[package]]
632name = "hashbrown"
633version = "0.15.5"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
636dependencies = [
637 "foldhash",
638]
639
640[[package]]
641name = "hashbrown"
642version = "0.16.1"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
645
646[[package]]
647name = "heatslop"
648version = "0.1.0"
649dependencies = [
650 "bytemuck",
651 "env_logger",
652 "log",
653 "naga",
654 "num_cpus",
655 "pollster",
656 "wgpu",
657 "winit",
658]
659
660[[package]]
661name = "heck"
662version = "0.5.0"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
665
666[[package]]
667name = "hermit-abi"
668version = "0.5.2"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
671
672[[package]]
673name = "hexf-parse"
674version = "0.2.1"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
677
678[[package]]
679name = "indexmap"
680version = "2.13.0"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
683dependencies = [
684 "equivalent",
685 "hashbrown 0.16.1",
686]
687
688[[package]]
689name = "is_terminal_polyfill"
690version = "1.70.2"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
693
694[[package]]
695name = "jiff"
696version = "0.2.20"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "c867c356cc096b33f4981825ab281ecba3db0acefe60329f044c1789d94c6543"
699dependencies = [
700 "jiff-static",
701 "log",
702 "portable-atomic",
703 "portable-atomic-util",
704 "serde_core",
705]
706
707[[package]]
708name = "jiff-static"
709version = "0.2.20"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "f7946b4325269738f270bb55b3c19ab5c5040525f83fd625259422a9d25d9be5"
712dependencies = [
713 "proc-macro2",
714 "quote",
715 "syn",
716]
717
718[[package]]
719name = "jni"
720version = "0.21.1"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
723dependencies = [
724 "cesu8",
725 "cfg-if",
726 "combine",
727 "jni-sys",
728 "log",
729 "thiserror 1.0.69",
730 "walkdir",
731 "windows-sys 0.45.0",
732]
733
734[[package]]
735name = "jni-sys"
736version = "0.3.0"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
739
740[[package]]
741name = "jobserver"
742version = "0.1.34"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
745dependencies = [
746 "getrandom",
747 "libc",
748]
749
750[[package]]
751name = "js-sys"
752version = "0.3.85"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
755dependencies = [
756 "once_cell",
757 "wasm-bindgen",
758]
759
760[[package]]
761name = "khronos-egl"
762version = "6.0.0"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
765dependencies = [
766 "libc",
767 "libloading",
768 "pkg-config",
769]
770
771[[package]]
772name = "khronos_api"
773version = "3.1.0"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
776
777[[package]]
778name = "libc"
779version = "0.2.182"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
782
783[[package]]
784name = "libloading"
785version = "0.8.9"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
788dependencies = [
789 "cfg-if",
790 "windows-link",
791]
792
793[[package]]
794name = "libredox"
795version = "0.1.12"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
798dependencies = [
799 "bitflags 2.11.0",
800 "libc",
801 "redox_syscall 0.7.1",
802]
803
804[[package]]
805name = "linux-raw-sys"
806version = "0.4.15"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
809
810[[package]]
811name = "linux-raw-sys"
812version = "0.11.0"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
815
816[[package]]
817name = "litrs"
818version = "1.0.0"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
821
822[[package]]
823name = "lock_api"
824version = "0.4.14"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
827dependencies = [
828 "scopeguard",
829]
830
831[[package]]
832name = "log"
833version = "0.4.29"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
836
837[[package]]
838name = "malloc_buf"
839version = "0.0.6"
840source = "registry+https://github.com/rust-lang/crates.io-index"
841checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
842dependencies = [
843 "libc",
844]
845
846[[package]]
847name = "memchr"
848version = "2.8.0"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
851
852[[package]]
853name = "memmap2"
854version = "0.9.10"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
857dependencies = [
858 "libc",
859]
860
861[[package]]
862name = "metal"
863version = "0.31.0"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
866dependencies = [
867 "bitflags 2.11.0",
868 "block",
869 "core-graphics-types",
870 "foreign-types",
871 "log",
872 "objc",
873 "paste",
874]
875
876[[package]]
877name = "naga"
878version = "24.0.0"
879source = "registry+https://github.com/rust-lang/crates.io-index"
880checksum = "e380993072e52eef724eddfcde0ed013b0c023c3f0417336ed041aa9f076994e"
881dependencies = [
882 "arrayvec",
883 "bit-set",
884 "bitflags 2.11.0",
885 "cfg_aliases",
886 "codespan-reporting",
887 "hexf-parse",
888 "indexmap",
889 "log",
890 "pp-rs",
891 "rustc-hash",
892 "spirv",
893 "strum",
894 "termcolor",
895 "thiserror 2.0.18",
896 "unicode-xid",
897]
898
899[[package]]
900name = "ndk"
901version = "0.9.0"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
904dependencies = [
905 "bitflags 2.11.0",
906 "jni-sys",
907 "log",
908 "ndk-sys 0.6.0+11769913",
909 "num_enum",
910 "raw-window-handle",
911 "thiserror 1.0.69",
912]
913
914[[package]]
915name = "ndk-context"
916version = "0.1.1"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
919
920[[package]]
921name = "ndk-sys"
922version = "0.5.0+25.2.9519653"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
925dependencies = [
926 "jni-sys",
927]
928
929[[package]]
930name = "ndk-sys"
931version = "0.6.0+11769913"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
934dependencies = [
935 "jni-sys",
936]
937
938[[package]]
939name = "num-traits"
940version = "0.2.19"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
943dependencies = [
944 "autocfg",
945]
946
947[[package]]
948name = "num_cpus"
949version = "1.17.0"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
952dependencies = [
953 "hermit-abi",
954 "libc",
955]
956
957[[package]]
958name = "num_enum"
959version = "0.7.5"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c"
962dependencies = [
963 "num_enum_derive",
964 "rustversion",
965]
966
967[[package]]
968name = "num_enum_derive"
969version = "0.7.5"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
972dependencies = [
973 "proc-macro-crate",
974 "proc-macro2",
975 "quote",
976 "syn",
977]
978
979[[package]]
980name = "objc"
981version = "0.2.7"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
984dependencies = [
985 "malloc_buf",
986]
987
988[[package]]
989name = "objc-sys"
990version = "0.3.5"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
993
994[[package]]
995name = "objc2"
996version = "0.5.2"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
999dependencies = [
1000 "objc-sys",
1001 "objc2-encode",
1002]
1003
1004[[package]]
1005name = "objc2-app-kit"
1006version = "0.2.2"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
1009dependencies = [
1010 "bitflags 2.11.0",
1011 "block2",
1012 "libc",
1013 "objc2",
1014 "objc2-core-data",
1015 "objc2-core-image",
1016 "objc2-foundation",
1017 "objc2-quartz-core",
1018]
1019
1020[[package]]
1021name = "objc2-cloud-kit"
1022version = "0.2.2"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
1025dependencies = [
1026 "bitflags 2.11.0",
1027 "block2",
1028 "objc2",
1029 "objc2-core-location",
1030 "objc2-foundation",
1031]
1032
1033[[package]]
1034name = "objc2-contacts"
1035version = "0.2.2"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
1038dependencies = [
1039 "block2",
1040 "objc2",
1041 "objc2-foundation",
1042]
1043
1044[[package]]
1045name = "objc2-core-data"
1046version = "0.2.2"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
1049dependencies = [
1050 "bitflags 2.11.0",
1051 "block2",
1052 "objc2",
1053 "objc2-foundation",
1054]
1055
1056[[package]]
1057name = "objc2-core-image"
1058version = "0.2.2"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
1061dependencies = [
1062 "block2",
1063 "objc2",
1064 "objc2-foundation",
1065 "objc2-metal",
1066]
1067
1068[[package]]
1069name = "objc2-core-location"
1070version = "0.2.2"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
1073dependencies = [
1074 "block2",
1075 "objc2",
1076 "objc2-contacts",
1077 "objc2-foundation",
1078]
1079
1080[[package]]
1081name = "objc2-encode"
1082version = "4.1.0"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
1085
1086[[package]]
1087name = "objc2-foundation"
1088version = "0.2.2"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
1091dependencies = [
1092 "bitflags 2.11.0",
1093 "block2",
1094 "dispatch",
1095 "libc",
1096 "objc2",
1097]
1098
1099[[package]]
1100name = "objc2-link-presentation"
1101version = "0.2.2"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
1104dependencies = [
1105 "block2",
1106 "objc2",
1107 "objc2-app-kit",
1108 "objc2-foundation",
1109]
1110
1111[[package]]
1112name = "objc2-metal"
1113version = "0.2.2"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
1116dependencies = [
1117 "bitflags 2.11.0",
1118 "block2",
1119 "objc2",
1120 "objc2-foundation",
1121]
1122
1123[[package]]
1124name = "objc2-quartz-core"
1125version = "0.2.2"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
1128dependencies = [
1129 "bitflags 2.11.0",
1130 "block2",
1131 "objc2",
1132 "objc2-foundation",
1133 "objc2-metal",
1134]
1135
1136[[package]]
1137name = "objc2-symbols"
1138version = "0.2.2"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
1141dependencies = [
1142 "objc2",
1143 "objc2-foundation",
1144]
1145
1146[[package]]
1147name = "objc2-ui-kit"
1148version = "0.2.2"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
1151dependencies = [
1152 "bitflags 2.11.0",
1153 "block2",
1154 "objc2",
1155 "objc2-cloud-kit",
1156 "objc2-core-data",
1157 "objc2-core-image",
1158 "objc2-core-location",
1159 "objc2-foundation",
1160 "objc2-link-presentation",
1161 "objc2-quartz-core",
1162 "objc2-symbols",
1163 "objc2-uniform-type-identifiers",
1164 "objc2-user-notifications",
1165]
1166
1167[[package]]
1168name = "objc2-uniform-type-identifiers"
1169version = "0.2.2"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
1172dependencies = [
1173 "block2",
1174 "objc2",
1175 "objc2-foundation",
1176]
1177
1178[[package]]
1179name = "objc2-user-notifications"
1180version = "0.2.2"
1181source = "registry+https://github.com/rust-lang/crates.io-index"
1182checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
1183dependencies = [
1184 "bitflags 2.11.0",
1185 "block2",
1186 "objc2",
1187 "objc2-core-location",
1188 "objc2-foundation",
1189]
1190
1191[[package]]
1192name = "once_cell"
1193version = "1.21.3"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1196
1197[[package]]
1198name = "once_cell_polyfill"
1199version = "1.70.2"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1202
1203[[package]]
1204name = "orbclient"
1205version = "0.3.50"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "52ad2c6bae700b7aa5d1cc30c59bdd3a1c180b09dbaea51e2ae2b8e1cf211fdd"
1208dependencies = [
1209 "libc",
1210 "libredox",
1211]
1212
1213[[package]]
1214name = "ordered-float"
1215version = "4.6.0"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
1218dependencies = [
1219 "num-traits",
1220]
1221
1222[[package]]
1223name = "owned_ttf_parser"
1224version = "0.25.1"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
1227dependencies = [
1228 "ttf-parser",
1229]
1230
1231[[package]]
1232name = "parking_lot"
1233version = "0.12.5"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1236dependencies = [
1237 "lock_api",
1238 "parking_lot_core",
1239]
1240
1241[[package]]
1242name = "parking_lot_core"
1243version = "0.9.12"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1246dependencies = [
1247 "cfg-if",
1248 "libc",
1249 "redox_syscall 0.5.18",
1250 "smallvec",
1251 "windows-link",
1252]
1253
1254[[package]]
1255name = "paste"
1256version = "1.0.15"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1259
1260[[package]]
1261name = "percent-encoding"
1262version = "2.3.2"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1265
1266[[package]]
1267name = "pin-project"
1268version = "1.1.10"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
1271dependencies = [
1272 "pin-project-internal",
1273]
1274
1275[[package]]
1276name = "pin-project-internal"
1277version = "1.1.10"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
1280dependencies = [
1281 "proc-macro2",
1282 "quote",
1283 "syn",
1284]
1285
1286[[package]]
1287name = "pin-project-lite"
1288version = "0.2.16"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1291
1292[[package]]
1293name = "pkg-config"
1294version = "0.3.32"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1297
1298[[package]]
1299name = "polling"
1300version = "3.11.0"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
1303dependencies = [
1304 "cfg-if",
1305 "concurrent-queue",
1306 "hermit-abi",
1307 "pin-project-lite",
1308 "rustix 1.1.3",
1309 "windows-sys 0.61.2",
1310]
1311
1312[[package]]
1313name = "pollster"
1314version = "0.4.0"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
1317
1318[[package]]
1319name = "portable-atomic"
1320version = "1.13.1"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1323
1324[[package]]
1325name = "portable-atomic-util"
1326version = "0.2.5"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5"
1329dependencies = [
1330 "portable-atomic",
1331]
1332
1333[[package]]
1334name = "pp-rs"
1335version = "0.2.1"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "bb458bb7f6e250e6eb79d5026badc10a3ebb8f9a15d1fff0f13d17c71f4d6dee"
1338dependencies = [
1339 "unicode-xid",
1340]
1341
1342[[package]]
1343name = "presser"
1344version = "0.3.1"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
1347
1348[[package]]
1349name = "proc-macro-crate"
1350version = "3.4.0"
1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
1353dependencies = [
1354 "toml_edit",
1355]
1356
1357[[package]]
1358name = "proc-macro2"
1359version = "1.0.106"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1362dependencies = [
1363 "unicode-ident",
1364]
1365
1366[[package]]
1367name = "profiling"
1368version = "1.0.17"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
1371
1372[[package]]
1373name = "quick-xml"
1374version = "0.38.4"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
1377dependencies = [
1378 "memchr",
1379]
1380
1381[[package]]
1382name = "quote"
1383version = "1.0.44"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
1386dependencies = [
1387 "proc-macro2",
1388]
1389
1390[[package]]
1391name = "r-efi"
1392version = "5.3.0"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1395
1396[[package]]
1397name = "range-alloc"
1398version = "0.1.4"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
1401
1402[[package]]
1403name = "raw-window-handle"
1404version = "0.6.2"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
1407
1408[[package]]
1409name = "redox_syscall"
1410version = "0.4.1"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1413dependencies = [
1414 "bitflags 1.3.2",
1415]
1416
1417[[package]]
1418name = "redox_syscall"
1419version = "0.5.18"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1422dependencies = [
1423 "bitflags 2.11.0",
1424]
1425
1426[[package]]
1427name = "redox_syscall"
1428version = "0.7.1"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "35985aa610addc02e24fc232012c86fd11f14111180f902b67e2d5331f8ebf2b"
1431dependencies = [
1432 "bitflags 2.11.0",
1433]
1434
1435[[package]]
1436name = "regex"
1437version = "1.12.3"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1440dependencies = [
1441 "aho-corasick",
1442 "memchr",
1443 "regex-automata",
1444 "regex-syntax",
1445]
1446
1447[[package]]
1448name = "regex-automata"
1449version = "0.4.14"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1452dependencies = [
1453 "aho-corasick",
1454 "memchr",
1455 "regex-syntax",
1456]
1457
1458[[package]]
1459name = "regex-syntax"
1460version = "0.8.9"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
1463
1464[[package]]
1465name = "renderdoc-sys"
1466version = "1.1.0"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
1469
1470[[package]]
1471name = "rustc-hash"
1472version = "1.1.0"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1475
1476[[package]]
1477name = "rustix"
1478version = "0.38.44"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
1481dependencies = [
1482 "bitflags 2.11.0",
1483 "errno",
1484 "libc",
1485 "linux-raw-sys 0.4.15",
1486 "windows-sys 0.59.0",
1487]
1488
1489[[package]]
1490name = "rustix"
1491version = "1.1.3"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
1494dependencies = [
1495 "bitflags 2.11.0",
1496 "errno",
1497 "libc",
1498 "linux-raw-sys 0.11.0",
1499 "windows-sys 0.61.2",
1500]
1501
1502[[package]]
1503name = "rustversion"
1504version = "1.0.22"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1507
1508[[package]]
1509name = "same-file"
1510version = "1.0.6"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1513dependencies = [
1514 "winapi-util",
1515]
1516
1517[[package]]
1518name = "scoped-tls"
1519version = "1.0.1"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
1522
1523[[package]]
1524name = "scopeguard"
1525version = "1.2.0"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1528
1529[[package]]
1530name = "sctk-adwaita"
1531version = "0.10.1"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec"
1534dependencies = [
1535 "ab_glyph",
1536 "log",
1537 "memmap2",
1538 "smithay-client-toolkit",
1539 "tiny-skia",
1540]
1541
1542[[package]]
1543name = "serde"
1544version = "1.0.228"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1547dependencies = [
1548 "serde_core",
1549]
1550
1551[[package]]
1552name = "serde_core"
1553version = "1.0.228"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1556dependencies = [
1557 "serde_derive",
1558]
1559
1560[[package]]
1561name = "serde_derive"
1562version = "1.0.228"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1565dependencies = [
1566 "proc-macro2",
1567 "quote",
1568 "syn",
1569]
1570
1571[[package]]
1572name = "shlex"
1573version = "1.3.0"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1576
1577[[package]]
1578name = "slab"
1579version = "0.4.12"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1582
1583[[package]]
1584name = "slotmap"
1585version = "1.1.1"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
1588dependencies = [
1589 "version_check",
1590]
1591
1592[[package]]
1593name = "smallvec"
1594version = "1.15.1"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1597
1598[[package]]
1599name = "smithay-client-toolkit"
1600version = "0.19.2"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
1603dependencies = [
1604 "bitflags 2.11.0",
1605 "calloop",
1606 "calloop-wayland-source",
1607 "cursor-icon",
1608 "libc",
1609 "log",
1610 "memmap2",
1611 "rustix 0.38.44",
1612 "thiserror 1.0.69",
1613 "wayland-backend",
1614 "wayland-client",
1615 "wayland-csd-frame",
1616 "wayland-cursor",
1617 "wayland-protocols",
1618 "wayland-protocols-wlr",
1619 "wayland-scanner",
1620 "xkeysym",
1621]
1622
1623[[package]]
1624name = "smol_str"
1625version = "0.2.2"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
1628dependencies = [
1629 "serde",
1630]
1631
1632[[package]]
1633name = "spirv"
1634version = "0.3.0+sdk-1.3.268.0"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
1637dependencies = [
1638 "bitflags 2.11.0",
1639]
1640
1641[[package]]
1642name = "static_assertions"
1643version = "1.1.0"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1646
1647[[package]]
1648name = "strict-num"
1649version = "0.1.1"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
1652
1653[[package]]
1654name = "strum"
1655version = "0.26.3"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
1658dependencies = [
1659 "strum_macros",
1660]
1661
1662[[package]]
1663name = "strum_macros"
1664version = "0.26.4"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
1667dependencies = [
1668 "heck",
1669 "proc-macro2",
1670 "quote",
1671 "rustversion",
1672 "syn",
1673]
1674
1675[[package]]
1676name = "syn"
1677version = "2.0.116"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb"
1680dependencies = [
1681 "proc-macro2",
1682 "quote",
1683 "unicode-ident",
1684]
1685
1686[[package]]
1687name = "termcolor"
1688version = "1.4.1"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
1691dependencies = [
1692 "winapi-util",
1693]
1694
1695[[package]]
1696name = "thiserror"
1697version = "1.0.69"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1700dependencies = [
1701 "thiserror-impl 1.0.69",
1702]
1703
1704[[package]]
1705name = "thiserror"
1706version = "2.0.18"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1709dependencies = [
1710 "thiserror-impl 2.0.18",
1711]
1712
1713[[package]]
1714name = "thiserror-impl"
1715version = "1.0.69"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1718dependencies = [
1719 "proc-macro2",
1720 "quote",
1721 "syn",
1722]
1723
1724[[package]]
1725name = "thiserror-impl"
1726version = "2.0.18"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1729dependencies = [
1730 "proc-macro2",
1731 "quote",
1732 "syn",
1733]
1734
1735[[package]]
1736name = "tiny-skia"
1737version = "0.11.4"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
1740dependencies = [
1741 "arrayref",
1742 "arrayvec",
1743 "bytemuck",
1744 "cfg-if",
1745 "log",
1746 "tiny-skia-path",
1747]
1748
1749[[package]]
1750name = "tiny-skia-path"
1751version = "0.11.4"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
1754dependencies = [
1755 "arrayref",
1756 "bytemuck",
1757 "strict-num",
1758]
1759
1760[[package]]
1761name = "toml_datetime"
1762version = "0.7.5+spec-1.1.0"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
1765dependencies = [
1766 "serde_core",
1767]
1768
1769[[package]]
1770name = "toml_edit"
1771version = "0.23.10+spec-1.0.0"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
1774dependencies = [
1775 "indexmap",
1776 "toml_datetime",
1777 "toml_parser",
1778 "winnow",
1779]
1780
1781[[package]]
1782name = "toml_parser"
1783version = "1.0.9+spec-1.1.0"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
1786dependencies = [
1787 "winnow",
1788]
1789
1790[[package]]
1791name = "tracing"
1792version = "0.1.44"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1795dependencies = [
1796 "pin-project-lite",
1797 "tracing-core",
1798]
1799
1800[[package]]
1801name = "tracing-core"
1802version = "0.1.36"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1805
1806[[package]]
1807name = "ttf-parser"
1808version = "0.25.1"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
1811
1812[[package]]
1813name = "unicode-ident"
1814version = "1.0.24"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1817
1818[[package]]
1819name = "unicode-segmentation"
1820version = "1.12.0"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
1823
1824[[package]]
1825name = "unicode-width"
1826version = "0.1.14"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
1829
1830[[package]]
1831name = "unicode-xid"
1832version = "0.2.6"
1833source = "registry+https://github.com/rust-lang/crates.io-index"
1834checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1835
1836[[package]]
1837name = "utf8parse"
1838version = "0.2.2"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1841
1842[[package]]
1843name = "version_check"
1844version = "0.9.5"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1847
1848[[package]]
1849name = "walkdir"
1850version = "2.5.0"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1853dependencies = [
1854 "same-file",
1855 "winapi-util",
1856]
1857
1858[[package]]
1859name = "wasip2"
1860version = "1.0.2+wasi-0.2.9"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1863dependencies = [
1864 "wit-bindgen",
1865]
1866
1867[[package]]
1868name = "wasm-bindgen"
1869version = "0.2.108"
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
1872dependencies = [
1873 "cfg-if",
1874 "once_cell",
1875 "rustversion",
1876 "wasm-bindgen-macro",
1877 "wasm-bindgen-shared",
1878]
1879
1880[[package]]
1881name = "wasm-bindgen-futures"
1882version = "0.4.58"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
1885dependencies = [
1886 "cfg-if",
1887 "futures-util",
1888 "js-sys",
1889 "once_cell",
1890 "wasm-bindgen",
1891 "web-sys",
1892]
1893
1894[[package]]
1895name = "wasm-bindgen-macro"
1896version = "0.2.108"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
1899dependencies = [
1900 "quote",
1901 "wasm-bindgen-macro-support",
1902]
1903
1904[[package]]
1905name = "wasm-bindgen-macro-support"
1906version = "0.2.108"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
1909dependencies = [
1910 "bumpalo",
1911 "proc-macro2",
1912 "quote",
1913 "syn",
1914 "wasm-bindgen-shared",
1915]
1916
1917[[package]]
1918name = "wasm-bindgen-shared"
1919version = "0.2.108"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
1922dependencies = [
1923 "unicode-ident",
1924]
1925
1926[[package]]
1927name = "wayland-backend"
1928version = "0.3.12"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "fee64194ccd96bf648f42a65a7e589547096dfa702f7cadef84347b66ad164f9"
1931dependencies = [
1932 "cc",
1933 "downcast-rs",
1934 "rustix 1.1.3",
1935 "scoped-tls",
1936 "smallvec",
1937 "wayland-sys",
1938]
1939
1940[[package]]
1941name = "wayland-client"
1942version = "0.31.12"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "b8e6faa537fbb6c186cb9f1d41f2f811a4120d1b57ec61f50da451a0c5122bec"
1945dependencies = [
1946 "bitflags 2.11.0",
1947 "rustix 1.1.3",
1948 "wayland-backend",
1949 "wayland-scanner",
1950]
1951
1952[[package]]
1953name = "wayland-csd-frame"
1954version = "0.3.0"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
1957dependencies = [
1958 "bitflags 2.11.0",
1959 "cursor-icon",
1960 "wayland-backend",
1961]
1962
1963[[package]]
1964name = "wayland-cursor"
1965version = "0.31.12"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "5864c4b5b6064b06b1e8b74ead4a98a6c45a285fe7a0e784d24735f011fdb078"
1968dependencies = [
1969 "rustix 1.1.3",
1970 "wayland-client",
1971 "xcursor",
1972]
1973
1974[[package]]
1975name = "wayland-protocols"
1976version = "0.32.10"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "baeda9ffbcfc8cd6ddaade385eaf2393bd2115a69523c735f12242353c3df4f3"
1979dependencies = [
1980 "bitflags 2.11.0",
1981 "wayland-backend",
1982 "wayland-client",
1983 "wayland-scanner",
1984]
1985
1986[[package]]
1987name = "wayland-protocols-plasma"
1988version = "0.3.10"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "aa98634619300a535a9a97f338aed9a5ff1e01a461943e8346ff4ae26007306b"
1991dependencies = [
1992 "bitflags 2.11.0",
1993 "wayland-backend",
1994 "wayland-client",
1995 "wayland-protocols",
1996 "wayland-scanner",
1997]
1998
1999[[package]]
2000name = "wayland-protocols-wlr"
2001version = "0.3.10"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "e9597cdf02cf0c34cd5823786dce6b5ae8598f05c2daf5621b6e178d4f7345f3"
2004dependencies = [
2005 "bitflags 2.11.0",
2006 "wayland-backend",
2007 "wayland-client",
2008 "wayland-protocols",
2009 "wayland-scanner",
2010]
2011
2012[[package]]
2013name = "wayland-scanner"
2014version = "0.31.8"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "5423e94b6a63e68e439803a3e153a9252d5ead12fd853334e2ad33997e3889e3"
2017dependencies = [
2018 "proc-macro2",
2019 "quick-xml",
2020 "quote",
2021]
2022
2023[[package]]
2024name = "wayland-sys"
2025version = "0.31.8"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "1e6dbfc3ac5ef974c92a2235805cc0114033018ae1290a72e474aa8b28cbbdfd"
2028dependencies = [
2029 "dlib",
2030 "log",
2031 "once_cell",
2032 "pkg-config",
2033]
2034
2035[[package]]
2036name = "web-sys"
2037version = "0.3.85"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
2040dependencies = [
2041 "js-sys",
2042 "wasm-bindgen",
2043]
2044
2045[[package]]
2046name = "web-time"
2047version = "1.1.0"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2050dependencies = [
2051 "js-sys",
2052 "wasm-bindgen",
2053]
2054
2055[[package]]
2056name = "wgpu"
2057version = "24.0.5"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "6b0b3436f0729f6cdf2e6e9201f3d39dc95813fad61d826c1ed07918b4539353"
2060dependencies = [
2061 "arrayvec",
2062 "bitflags 2.11.0",
2063 "cfg_aliases",
2064 "document-features",
2065 "js-sys",
2066 "log",
2067 "naga",
2068 "parking_lot",
2069 "profiling",
2070 "raw-window-handle",
2071 "smallvec",
2072 "static_assertions",
2073 "wasm-bindgen",
2074 "wasm-bindgen-futures",
2075 "web-sys",
2076 "wgpu-core",
2077 "wgpu-hal",
2078 "wgpu-types",
2079]
2080
2081[[package]]
2082name = "wgpu-core"
2083version = "24.0.5"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "7f0aa306497a238d169b9dc70659105b4a096859a34894544ca81719242e1499"
2086dependencies = [
2087 "arrayvec",
2088 "bit-vec",
2089 "bitflags 2.11.0",
2090 "cfg_aliases",
2091 "document-features",
2092 "indexmap",
2093 "log",
2094 "naga",
2095 "once_cell",
2096 "parking_lot",
2097 "profiling",
2098 "raw-window-handle",
2099 "rustc-hash",
2100 "smallvec",
2101 "thiserror 2.0.18",
2102 "wgpu-hal",
2103 "wgpu-types",
2104]
2105
2106[[package]]
2107name = "wgpu-hal"
2108version = "24.0.4"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "f112f464674ca69f3533248508ee30cb84c67cf06c25ff6800685f5e0294e259"
2111dependencies = [
2112 "android_system_properties",
2113 "arrayvec",
2114 "ash",
2115 "bit-set",
2116 "bitflags 2.11.0",
2117 "block",
2118 "bytemuck",
2119 "cfg_aliases",
2120 "core-graphics-types",
2121 "glow",
2122 "glutin_wgl_sys",
2123 "gpu-alloc",
2124 "gpu-allocator",
2125 "gpu-descriptor",
2126 "js-sys",
2127 "khronos-egl",
2128 "libc",
2129 "libloading",
2130 "log",
2131 "metal",
2132 "naga",
2133 "ndk-sys 0.5.0+25.2.9519653",
2134 "objc",
2135 "once_cell",
2136 "ordered-float",
2137 "parking_lot",
2138 "profiling",
2139 "range-alloc",
2140 "raw-window-handle",
2141 "renderdoc-sys",
2142 "rustc-hash",
2143 "smallvec",
2144 "thiserror 2.0.18",
2145 "wasm-bindgen",
2146 "web-sys",
2147 "wgpu-types",
2148 "windows",
2149 "windows-core",
2150]
2151
2152[[package]]
2153name = "wgpu-types"
2154version = "24.0.0"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "50ac044c0e76c03a0378e7786ac505d010a873665e2d51383dcff8dd227dc69c"
2157dependencies = [
2158 "bitflags 2.11.0",
2159 "js-sys",
2160 "log",
2161 "web-sys",
2162]
2163
2164[[package]]
2165name = "winapi-util"
2166version = "0.1.11"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2169dependencies = [
2170 "windows-sys 0.61.2",
2171]
2172
2173[[package]]
2174name = "windows"
2175version = "0.58.0"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
2178dependencies = [
2179 "windows-core",
2180 "windows-targets 0.52.6",
2181]
2182
2183[[package]]
2184name = "windows-core"
2185version = "0.58.0"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
2188dependencies = [
2189 "windows-implement",
2190 "windows-interface",
2191 "windows-result",
2192 "windows-strings",
2193 "windows-targets 0.52.6",
2194]
2195
2196[[package]]
2197name = "windows-implement"
2198version = "0.58.0"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
2201dependencies = [
2202 "proc-macro2",
2203 "quote",
2204 "syn",
2205]
2206
2207[[package]]
2208name = "windows-interface"
2209version = "0.58.0"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
2212dependencies = [
2213 "proc-macro2",
2214 "quote",
2215 "syn",
2216]
2217
2218[[package]]
2219name = "windows-link"
2220version = "0.2.1"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2223
2224[[package]]
2225name = "windows-result"
2226version = "0.2.0"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
2229dependencies = [
2230 "windows-targets 0.52.6",
2231]
2232
2233[[package]]
2234name = "windows-strings"
2235version = "0.1.0"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
2238dependencies = [
2239 "windows-result",
2240 "windows-targets 0.52.6",
2241]
2242
2243[[package]]
2244name = "windows-sys"
2245version = "0.45.0"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2248dependencies = [
2249 "windows-targets 0.42.2",
2250]
2251
2252[[package]]
2253name = "windows-sys"
2254version = "0.52.0"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2257dependencies = [
2258 "windows-targets 0.52.6",
2259]
2260
2261[[package]]
2262name = "windows-sys"
2263version = "0.59.0"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2266dependencies = [
2267 "windows-targets 0.52.6",
2268]
2269
2270[[package]]
2271name = "windows-sys"
2272version = "0.61.2"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2275dependencies = [
2276 "windows-link",
2277]
2278
2279[[package]]
2280name = "windows-targets"
2281version = "0.42.2"
2282source = "registry+https://github.com/rust-lang/crates.io-index"
2283checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2284dependencies = [
2285 "windows_aarch64_gnullvm 0.42.2",
2286 "windows_aarch64_msvc 0.42.2",
2287 "windows_i686_gnu 0.42.2",
2288 "windows_i686_msvc 0.42.2",
2289 "windows_x86_64_gnu 0.42.2",
2290 "windows_x86_64_gnullvm 0.42.2",
2291 "windows_x86_64_msvc 0.42.2",
2292]
2293
2294[[package]]
2295name = "windows-targets"
2296version = "0.52.6"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2299dependencies = [
2300 "windows_aarch64_gnullvm 0.52.6",
2301 "windows_aarch64_msvc 0.52.6",
2302 "windows_i686_gnu 0.52.6",
2303 "windows_i686_gnullvm",
2304 "windows_i686_msvc 0.52.6",
2305 "windows_x86_64_gnu 0.52.6",
2306 "windows_x86_64_gnullvm 0.52.6",
2307 "windows_x86_64_msvc 0.52.6",
2308]
2309
2310[[package]]
2311name = "windows_aarch64_gnullvm"
2312version = "0.42.2"
2313source = "registry+https://github.com/rust-lang/crates.io-index"
2314checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2315
2316[[package]]
2317name = "windows_aarch64_gnullvm"
2318version = "0.52.6"
2319source = "registry+https://github.com/rust-lang/crates.io-index"
2320checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2321
2322[[package]]
2323name = "windows_aarch64_msvc"
2324version = "0.42.2"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2327
2328[[package]]
2329name = "windows_aarch64_msvc"
2330version = "0.52.6"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2333
2334[[package]]
2335name = "windows_i686_gnu"
2336version = "0.42.2"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2339
2340[[package]]
2341name = "windows_i686_gnu"
2342version = "0.52.6"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2345
2346[[package]]
2347name = "windows_i686_gnullvm"
2348version = "0.52.6"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2351
2352[[package]]
2353name = "windows_i686_msvc"
2354version = "0.42.2"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2357
2358[[package]]
2359name = "windows_i686_msvc"
2360version = "0.52.6"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2363
2364[[package]]
2365name = "windows_x86_64_gnu"
2366version = "0.42.2"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2369
2370[[package]]
2371name = "windows_x86_64_gnu"
2372version = "0.52.6"
2373source = "registry+https://github.com/rust-lang/crates.io-index"
2374checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2375
2376[[package]]
2377name = "windows_x86_64_gnullvm"
2378version = "0.42.2"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2381
2382[[package]]
2383name = "windows_x86_64_gnullvm"
2384version = "0.52.6"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2387
2388[[package]]
2389name = "windows_x86_64_msvc"
2390version = "0.42.2"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2393
2394[[package]]
2395name = "windows_x86_64_msvc"
2396version = "0.52.6"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2399
2400[[package]]
2401name = "winit"
2402version = "0.30.12"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732"
2405dependencies = [
2406 "ahash",
2407 "android-activity",
2408 "atomic-waker",
2409 "bitflags 2.11.0",
2410 "block2",
2411 "bytemuck",
2412 "calloop",
2413 "cfg_aliases",
2414 "concurrent-queue",
2415 "core-foundation",
2416 "core-graphics",
2417 "cursor-icon",
2418 "dpi",
2419 "js-sys",
2420 "libc",
2421 "memmap2",
2422 "ndk",
2423 "objc2",
2424 "objc2-app-kit",
2425 "objc2-foundation",
2426 "objc2-ui-kit",
2427 "orbclient",
2428 "percent-encoding",
2429 "pin-project",
2430 "raw-window-handle",
2431 "redox_syscall 0.4.1",
2432 "rustix 0.38.44",
2433 "sctk-adwaita",
2434 "smithay-client-toolkit",
2435 "smol_str",
2436 "tracing",
2437 "unicode-segmentation",
2438 "wasm-bindgen",
2439 "wasm-bindgen-futures",
2440 "wayland-backend",
2441 "wayland-client",
2442 "wayland-protocols",
2443 "wayland-protocols-plasma",
2444 "web-sys",
2445 "web-time",
2446 "windows-sys 0.52.0",
2447 "x11-dl",
2448 "x11rb",
2449 "xkbcommon-dl",
2450]
2451
2452[[package]]
2453name = "winnow"
2454version = "0.7.14"
2455source = "registry+https://github.com/rust-lang/crates.io-index"
2456checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
2457dependencies = [
2458 "memchr",
2459]
2460
2461[[package]]
2462name = "wit-bindgen"
2463version = "0.51.0"
2464source = "registry+https://github.com/rust-lang/crates.io-index"
2465checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2466
2467[[package]]
2468name = "x11-dl"
2469version = "2.21.0"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
2472dependencies = [
2473 "libc",
2474 "once_cell",
2475 "pkg-config",
2476]
2477
2478[[package]]
2479name = "x11rb"
2480version = "0.13.2"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
2483dependencies = [
2484 "as-raw-xcb-connection",
2485 "gethostname",
2486 "libc",
2487 "libloading",
2488 "once_cell",
2489 "rustix 1.1.3",
2490 "x11rb-protocol",
2491]
2492
2493[[package]]
2494name = "x11rb-protocol"
2495version = "0.13.2"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
2498
2499[[package]]
2500name = "xcursor"
2501version = "0.3.10"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
2504
2505[[package]]
2506name = "xkbcommon-dl"
2507version = "0.4.2"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
2510dependencies = [
2511 "bitflags 2.11.0",
2512 "dlib",
2513 "log",
2514 "once_cell",
2515 "xkeysym",
2516]
2517
2518[[package]]
2519name = "xkeysym"
2520version = "0.2.1"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
2523
2524[[package]]
2525name = "xml-rs"
2526version = "0.8.28"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
2529
2530[[package]]
2531name = "zerocopy"
2532version = "0.8.39"
2533source = "registry+https://github.com/rust-lang/crates.io-index"
2534checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
2535dependencies = [
2536 "zerocopy-derive",
2537]
2538
2539[[package]]
2540name = "zerocopy-derive"
2541version = "0.8.39"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
2544dependencies = [
2545 "proc-macro2",
2546 "quote",
2547 "syn",
2548]