Skip to main content

max / shop

58.4 KB · 2448 lines History Blame Raw
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 4
4
5 [[package]]
6 name = "adler2"
7 version = "2.0.1"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11 [[package]]
12 name = "aho-corasick"
13 version = "1.1.5"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
16 dependencies = [
17 "memchr",
18 ]
19
20 [[package]]
21 name = "alloc-no-stdlib"
22 version = "2.0.4"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
25
26 [[package]]
27 name = "alloc-stdlib"
28 version = "0.2.4"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195"
31 dependencies = [
32 "alloc-no-stdlib",
33 ]
34
35 [[package]]
36 name = "allocator-api2"
37 version = "0.2.21"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
40
41 [[package]]
42 name = "android_system_properties"
43 version = "0.1.6"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
46 dependencies = [
47 "libc",
48 ]
49
50 [[package]]
51 name = "anstream"
52 version = "1.0.0"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
55 dependencies = [
56 "anstyle",
57 "anstyle-parse",
58 "anstyle-query",
59 "anstyle-wincon",
60 "colorchoice",
61 "is_terminal_polyfill",
62 "utf8parse",
63 ]
64
65 [[package]]
66 name = "anstyle"
67 version = "1.0.14"
68 source = "registry+https://github.com/rust-lang/crates.io-index"
69 checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
70
71 [[package]]
72 name = "anstyle-parse"
73 version = "1.0.0"
74 source = "registry+https://github.com/rust-lang/crates.io-index"
75 checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
76 dependencies = [
77 "utf8parse",
78 ]
79
80 [[package]]
81 name = "anstyle-query"
82 version = "1.1.5"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
85 dependencies = [
86 "windows-sys",
87 ]
88
89 [[package]]
90 name = "anstyle-wincon"
91 version = "3.0.11"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
94 dependencies = [
95 "anstyle",
96 "once_cell_polyfill",
97 "windows-sys",
98 ]
99
100 [[package]]
101 name = "anyhow"
102 version = "1.0.104"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
104 checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
105
106 [[package]]
107 name = "arbitrary"
108 version = "1.4.2"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
111 dependencies = [
112 "derive_arbitrary",
113 ]
114
115 [[package]]
116 name = "arrayvec"
117 version = "0.7.8"
118 source = "registry+https://github.com/rust-lang/crates.io-index"
119 checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
120
121 [[package]]
122 name = "ash"
123 version = "0.38.0+1.3.281"
124 source = "registry+https://github.com/rust-lang/crates.io-index"
125 checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
126 dependencies = [
127 "libloading",
128 ]
129
130 [[package]]
131 name = "autocfg"
132 version = "1.5.1"
133 source = "registry+https://github.com/rust-lang/crates.io-index"
134 checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
135
136 [[package]]
137 name = "base64"
138 version = "0.23.0"
139 source = "registry+https://github.com/rust-lang/crates.io-index"
140 checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9"
141
142 [[package]]
143 name = "bit-set"
144 version = "0.10.0"
145 source = "registry+https://github.com/rust-lang/crates.io-index"
146 checksum = "09ec2f926cc3060f09db9ebc5b52823d85268d24bb917e472c0c4bea35780a7d"
147 dependencies = [
148 "bit-vec",
149 ]
150
151 [[package]]
152 name = "bit-vec"
153 version = "0.9.1"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
155 checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
156
157 [[package]]
158 name = "bitflags"
159 version = "2.13.1"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
161 checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
162
163 [[package]]
164 name = "block-buffer"
165 version = "0.10.4"
166 source = "registry+https://github.com/rust-lang/crates.io-index"
167 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
168 dependencies = [
169 "generic-array",
170 ]
171
172 [[package]]
173 name = "brotli"
174 version = "8.0.4"
175 source = "registry+https://github.com/rust-lang/crates.io-index"
176 checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3"
177 dependencies = [
178 "alloc-no-stdlib",
179 "alloc-stdlib",
180 "brotli-decompressor",
181 ]
182
183 [[package]]
184 name = "brotli-decompressor"
185 version = "5.0.3"
186 source = "registry+https://github.com/rust-lang/crates.io-index"
187 checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583"
188 dependencies = [
189 "alloc-no-stdlib",
190 "alloc-stdlib",
191 ]
192
193 [[package]]
194 name = "bumpalo"
195 version = "3.20.3"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
197 checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
198
199 [[package]]
200 name = "bytemuck"
201 version = "1.25.2"
202 source = "registry+https://github.com/rust-lang/crates.io-index"
203 checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
204 dependencies = [
205 "bytemuck_derive",
206 ]
207
208 [[package]]
209 name = "bytemuck_derive"
210 version = "1.12.0"
211 source = "registry+https://github.com/rust-lang/crates.io-index"
212 checksum = "fc0e56a716f1e132ff6bf4bdac1c944a3fcdc1cae65f70a4a2a1ac3b401d2d1f"
213 dependencies = [
214 "proc-macro2",
215 "quote",
216 "syn 3.0.3",
217 ]
218
219 [[package]]
220 name = "byteorder-lite"
221 version = "0.1.0"
222 source = "registry+https://github.com/rust-lang/crates.io-index"
223 checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
224
225 [[package]]
226 name = "calloop"
227 version = "0.14.4"
228 source = "registry+https://github.com/rust-lang/crates.io-index"
229 checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7"
230 dependencies = [
231 "bitflags",
232 "polling",
233 "rustix",
234 "slab",
235 "tracing",
236 ]
237
238 [[package]]
239 name = "calloop-wayland-source"
240 version = "0.4.1"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
242 checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
243 dependencies = [
244 "calloop",
245 "rustix",
246 "wayland-backend",
247 "wayland-client",
248 ]
249
250 [[package]]
251 name = "cc"
252 version = "1.4.2"
253 source = "registry+https://github.com/rust-lang/crates.io-index"
254 checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e"
255 dependencies = [
256 "find-msvc-tools",
257 "shlex",
258 ]
259
260 [[package]]
261 name = "cfg-if"
262 version = "1.0.4"
263 source = "registry+https://github.com/rust-lang/crates.io-index"
264 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
265
266 [[package]]
267 name = "cfg_aliases"
268 version = "0.2.2"
269 source = "registry+https://github.com/rust-lang/crates.io-index"
270 checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
271
272 [[package]]
273 name = "clap"
274 version = "4.6.5"
275 source = "registry+https://github.com/rust-lang/crates.io-index"
276 checksum = "301b56658598e48f3648647ac6fc887be7e7108eddfa4e9b63fcf3ec58c0cadf"
277 dependencies = [
278 "clap_builder",
279 "clap_derive",
280 ]
281
282 [[package]]
283 name = "clap_builder"
284 version = "4.6.5"
285 source = "registry+https://github.com/rust-lang/crates.io-index"
286 checksum = "94a65403d1a1bd28f7dc68eb8506e8874808ee5eecb59298de588e2e1407a078"
287 dependencies = [
288 "anstream",
289 "anstyle",
290 "clap_lex",
291 "strsim",
292 ]
293
294 [[package]]
295 name = "clap_derive"
296 version = "4.6.4"
297 source = "registry+https://github.com/rust-lang/crates.io-index"
298 checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
299 dependencies = [
300 "heck",
301 "proc-macro2",
302 "quote",
303 "syn 3.0.3",
304 ]
305
306 [[package]]
307 name = "clap_lex"
308 version = "1.1.0"
309 source = "registry+https://github.com/rust-lang/crates.io-index"
310 checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
311
312 [[package]]
313 name = "codespan-reporting"
314 version = "0.13.1"
315 source = "registry+https://github.com/rust-lang/crates.io-index"
316 checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681"
317 dependencies = [
318 "unicode-width",
319 ]
320
321 [[package]]
322 name = "colorchoice"
323 version = "1.0.5"
324 source = "registry+https://github.com/rust-lang/crates.io-index"
325 checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
326
327 [[package]]
328 name = "concurrent-queue"
329 version = "2.5.0"
330 source = "registry+https://github.com/rust-lang/crates.io-index"
331 checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
332 dependencies = [
333 "crossbeam-utils",
334 ]
335
336 [[package]]
337 name = "cpufeatures"
338 version = "0.2.17"
339 source = "registry+https://github.com/rust-lang/crates.io-index"
340 checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
341 dependencies = [
342 "libc",
343 ]
344
345 [[package]]
346 name = "crc32fast"
347 version = "1.5.0"
348 source = "registry+https://github.com/rust-lang/crates.io-index"
349 checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
350 dependencies = [
351 "cfg-if",
352 ]
353
354 [[package]]
355 name = "crossbeam-utils"
356 version = "0.8.22"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
358 checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
359
360 [[package]]
361 name = "crunchy"
362 version = "0.2.4"
363 source = "registry+https://github.com/rust-lang/crates.io-index"
364 checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
365
366 [[package]]
367 name = "crypto-common"
368 version = "0.1.7"
369 source = "registry+https://github.com/rust-lang/crates.io-index"
370 checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
371 dependencies = [
372 "generic-array",
373 "typenum",
374 ]
375
376 [[package]]
377 name = "cursor-icon"
378 version = "1.2.0"
379 source = "registry+https://github.com/rust-lang/crates.io-index"
380 checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
381
382 [[package]]
383 name = "derive_arbitrary"
384 version = "1.4.2"
385 source = "registry+https://github.com/rust-lang/crates.io-index"
386 checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
387 dependencies = [
388 "proc-macro2",
389 "quote",
390 "syn 2.0.119",
391 ]
392
393 [[package]]
394 name = "digest"
395 version = "0.10.7"
396 source = "registry+https://github.com/rust-lang/crates.io-index"
397 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
398 dependencies = [
399 "block-buffer",
400 "crypto-common",
401 ]
402
403 [[package]]
404 name = "dispatch2"
405 version = "0.3.1"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
408 dependencies = [
409 "bitflags",
410 "objc2",
411 ]
412
413 [[package]]
414 name = "dlib"
415 version = "0.5.3"
416 source = "registry+https://github.com/rust-lang/crates.io-index"
417 checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a"
418 dependencies = [
419 "libloading",
420 ]
421
422 [[package]]
423 name = "document-features"
424 version = "0.2.12"
425 source = "registry+https://github.com/rust-lang/crates.io-index"
426 checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
427 dependencies = [
428 "litrs",
429 ]
430
431 [[package]]
432 name = "downcast-rs"
433 version = "1.2.1"
434 source = "registry+https://github.com/rust-lang/crates.io-index"
435 checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
436
437 [[package]]
438 name = "equivalent"
439 version = "1.0.2"
440 source = "registry+https://github.com/rust-lang/crates.io-index"
441 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
442
443 [[package]]
444 name = "errno"
445 version = "0.3.14"
446 source = "registry+https://github.com/rust-lang/crates.io-index"
447 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
448 dependencies = [
449 "libc",
450 "windows-sys",
451 ]
452
453 [[package]]
454 name = "euclid"
455 version = "0.22.14"
456 source = "registry+https://github.com/rust-lang/crates.io-index"
457 checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06"
458 dependencies = [
459 "num-traits",
460 ]
461
462 [[package]]
463 name = "fastrand"
464 version = "2.5.0"
465 source = "registry+https://github.com/rust-lang/crates.io-index"
466 checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
467
468 [[package]]
469 name = "fdeflate"
470 version = "0.3.7"
471 source = "registry+https://github.com/rust-lang/crates.io-index"
472 checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
473 dependencies = [
474 "simd-adler32",
475 ]
476
477 [[package]]
478 name = "find-msvc-tools"
479 version = "0.1.10"
480 source = "registry+https://github.com/rust-lang/crates.io-index"
481 checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de"
482
483 [[package]]
484 name = "flate2"
485 version = "1.1.9"
486 source = "registry+https://github.com/rust-lang/crates.io-index"
487 checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
488 dependencies = [
489 "crc32fast",
490 "miniz_oxide",
491 "zlib-rs",
492 ]
493
494 [[package]]
495 name = "foldhash"
496 version = "0.2.0"
497 source = "registry+https://github.com/rust-lang/crates.io-index"
498 checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
499
500 [[package]]
501 name = "font-types"
502 version = "0.12.3"
503 source = "registry+https://github.com/rust-lang/crates.io-index"
504 checksum = "75382bc7392ef10aad10935f92fc3db36d2d4dad0e5d96d8d65e04f89a07ec39"
505 dependencies = [
506 "bytemuck",
507 ]
508
509 [[package]]
510 name = "fontconfig"
511 version = "0.11.0"
512 source = "registry+https://github.com/rust-lang/crates.io-index"
513 checksum = "0d0e1eb4148faaf675053b7299bc5b4c041c8c0c724cf77844d6be8dd0ac5b9d"
514 dependencies = [
515 "yeslogic-fontconfig-sys",
516 ]
517
518 [[package]]
519 name = "futures-core"
520 version = "0.3.34"
521 source = "registry+https://github.com/rust-lang/crates.io-index"
522 checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
523
524 [[package]]
525 name = "futures-task"
526 version = "0.3.34"
527 source = "registry+https://github.com/rust-lang/crates.io-index"
528 checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
529
530 [[package]]
531 name = "futures-util"
532 version = "0.3.34"
533 source = "registry+https://github.com/rust-lang/crates.io-index"
534 checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
535 dependencies = [
536 "futures-core",
537 "futures-task",
538 "pin-project-lite",
539 "slab",
540 ]
541
542 [[package]]
543 name = "generic-array"
544 version = "0.14.7"
545 source = "registry+https://github.com/rust-lang/crates.io-index"
546 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
547 dependencies = [
548 "typenum",
549 "version_check",
550 ]
551
552 [[package]]
553 name = "getrandom"
554 version = "0.4.3"
555 source = "registry+https://github.com/rust-lang/crates.io-index"
556 checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
557 dependencies = [
558 "cfg-if",
559 "libc",
560 "r-efi",
561 ]
562
563 [[package]]
564 name = "gl_generator"
565 version = "0.14.0"
566 source = "registry+https://github.com/rust-lang/crates.io-index"
567 checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
568 dependencies = [
569 "khronos_api",
570 "log",
571 "xml-rs",
572 ]
573
574 [[package]]
575 name = "glow"
576 version = "0.17.0"
577 source = "registry+https://github.com/rust-lang/crates.io-index"
578 checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
579 dependencies = [
580 "js-sys",
581 "slotmap",
582 "wasm-bindgen",
583 "web-sys",
584 ]
585
586 [[package]]
587 name = "glutin_wgl_sys"
588 version = "0.6.1"
589 source = "registry+https://github.com/rust-lang/crates.io-index"
590 checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
591 dependencies = [
592 "gl_generator",
593 ]
594
595 [[package]]
596 name = "gpu-allocator"
597 version = "0.28.0"
598 source = "registry+https://github.com/rust-lang/crates.io-index"
599 checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
600 dependencies = [
601 "ash",
602 "hashbrown 0.16.1",
603 "log",
604 "presser",
605 "thiserror",
606 ]
607
608 [[package]]
609 name = "guillotiere"
610 version = "0.7.0"
611 source = "registry+https://github.com/rust-lang/crates.io-index"
612 checksum = "6b17e70c989c36bad147b27a58d148c0741c51448aa5653436547323e524d0ab"
613 dependencies = [
614 "euclid",
615 ]
616
617 [[package]]
618 name = "half"
619 version = "2.7.1"
620 source = "registry+https://github.com/rust-lang/crates.io-index"
621 checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
622 dependencies = [
623 "cfg-if",
624 "crunchy",
625 "num-traits",
626 "zerocopy",
627 ]
628
629 [[package]]
630 name = "hashbrown"
631 version = "0.16.1"
632 source = "registry+https://github.com/rust-lang/crates.io-index"
633 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
634 dependencies = [
635 "allocator-api2",
636 "equivalent",
637 "foldhash",
638 ]
639
640 [[package]]
641 name = "hashbrown"
642 version = "0.17.1"
643 source = "registry+https://github.com/rust-lang/crates.io-index"
644 checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
645 dependencies = [
646 "foldhash",
647 ]
648
649 [[package]]
650 name = "heck"
651 version = "0.5.0"
652 source = "registry+https://github.com/rust-lang/crates.io-index"
653 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
654
655 [[package]]
656 name = "hermit-abi"
657 version = "0.5.2"
658 source = "registry+https://github.com/rust-lang/crates.io-index"
659 checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
660
661 [[package]]
662 name = "image"
663 version = "0.25.10"
664 source = "registry+https://github.com/rust-lang/crates.io-index"
665 checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
666 dependencies = [
667 "bytemuck",
668 "byteorder-lite",
669 "moxcms",
670 "num-traits",
671 "png",
672 ]
673
674 [[package]]
675 name = "include_dir"
676 version = "0.7.4"
677 source = "registry+https://github.com/rust-lang/crates.io-index"
678 checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
679 dependencies = [
680 "include_dir_macros",
681 ]
682
683 [[package]]
684 name = "include_dir_macros"
685 version = "0.7.4"
686 source = "registry+https://github.com/rust-lang/crates.io-index"
687 checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
688 dependencies = [
689 "proc-macro2",
690 "quote",
691 ]
692
693 [[package]]
694 name = "indexmap"
695 version = "2.14.0"
696 source = "registry+https://github.com/rust-lang/crates.io-index"
697 checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
698 dependencies = [
699 "equivalent",
700 "hashbrown 0.17.1",
701 ]
702
703 [[package]]
704 name = "is_terminal_polyfill"
705 version = "1.70.2"
706 source = "registry+https://github.com/rust-lang/crates.io-index"
707 checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
708
709 [[package]]
710 name = "itoa"
711 version = "1.0.18"
712 source = "registry+https://github.com/rust-lang/crates.io-index"
713 checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
714
715 [[package]]
716 name = "jni-sys"
717 version = "0.3.1"
718 source = "registry+https://github.com/rust-lang/crates.io-index"
719 checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
720 dependencies = [
721 "jni-sys 0.4.1",
722 ]
723
724 [[package]]
725 name = "jni-sys"
726 version = "0.4.1"
727 source = "registry+https://github.com/rust-lang/crates.io-index"
728 checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
729 dependencies = [
730 "jni-sys-macros",
731 ]
732
733 [[package]]
734 name = "jni-sys-macros"
735 version = "0.4.1"
736 source = "registry+https://github.com/rust-lang/crates.io-index"
737 checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
738 dependencies = [
739 "quote",
740 "syn 2.0.119",
741 ]
742
743 [[package]]
744 name = "js-sys"
745 version = "0.3.104"
746 source = "registry+https://github.com/rust-lang/crates.io-index"
747 checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
748 dependencies = [
749 "cfg-if",
750 "futures-util",
751 "wasm-bindgen",
752 ]
753
754 [[package]]
755 name = "khronos-egl"
756 version = "6.0.0"
757 source = "registry+https://github.com/rust-lang/crates.io-index"
758 checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
759 dependencies = [
760 "libc",
761 "libloading",
762 "pkg-config",
763 ]
764
765 [[package]]
766 name = "khronos_api"
767 version = "3.1.0"
768 source = "registry+https://github.com/rust-lang/crates.io-index"
769 checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
770
771 [[package]]
772 name = "kittygfx"
773 version = "0.1.1"
774 dependencies = [
775 "base64",
776 "tracing",
777 ]
778
779 [[package]]
780 name = "kurbo"
781 version = "0.13.1"
782 source = "registry+https://github.com/rust-lang/crates.io-index"
783 checksum = "4b60dfc32f652b926df6192e55525b16d186c69d47876c3ead4da5cc9f8450e2"
784 dependencies = [
785 "arrayvec",
786 "euclid",
787 "polycool",
788 "smallvec",
789 ]
790
791 [[package]]
792 name = "lazy_static"
793 version = "1.5.0"
794 source = "registry+https://github.com/rust-lang/crates.io-index"
795 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
796
797 [[package]]
798 name = "libc"
799 version = "0.2.189"
800 source = "registry+https://github.com/rust-lang/crates.io-index"
801 checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
802
803 [[package]]
804 name = "libloading"
805 version = "0.8.9"
806 source = "registry+https://github.com/rust-lang/crates.io-index"
807 checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
808 dependencies = [
809 "cfg-if",
810 "windows-link",
811 ]
812
813 [[package]]
814 name = "libm"
815 version = "0.2.16"
816 source = "registry+https://github.com/rust-lang/crates.io-index"
817 checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
818
819 [[package]]
820 name = "linux-raw-sys"
821 version = "0.12.1"
822 source = "registry+https://github.com/rust-lang/crates.io-index"
823 checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
824
825 [[package]]
826 name = "litrs"
827 version = "1.0.0"
828 source = "registry+https://github.com/rust-lang/crates.io-index"
829 checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
830
831 [[package]]
832 name = "lock_api"
833 version = "0.4.14"
834 source = "registry+https://github.com/rust-lang/crates.io-index"
835 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
836 dependencies = [
837 "scopeguard",
838 ]
839
840 [[package]]
841 name = "log"
842 version = "0.4.33"
843 source = "registry+https://github.com/rust-lang/crates.io-index"
844 checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
845
846 [[package]]
847 name = "makeover"
848 version = "3.0.0"
849 source = "registry+https://github.com/rust-lang/crates.io-index"
850 checksum = "3e6da78c376074e48eb2324394004afc847e674e05ed2ea4bec1331073990b3f"
851 dependencies = [
852 "include_dir",
853 "serde",
854 "toml",
855 ]
856
857 [[package]]
858 name = "matchers"
859 version = "0.2.0"
860 source = "registry+https://github.com/rust-lang/crates.io-index"
861 checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
862 dependencies = [
863 "regex-automata",
864 ]
865
866 [[package]]
867 name = "memchr"
868 version = "2.8.3"
869 source = "registry+https://github.com/rust-lang/crates.io-index"
870 checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
871
872 [[package]]
873 name = "memmap2"
874 version = "0.9.11"
875 source = "registry+https://github.com/rust-lang/crates.io-index"
876 checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
877 dependencies = [
878 "libc",
879 ]
880
881 [[package]]
882 name = "miniz_oxide"
883 version = "0.8.9"
884 source = "registry+https://github.com/rust-lang/crates.io-index"
885 checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
886 dependencies = [
887 "adler2",
888 "simd-adler32",
889 ]
890
891 [[package]]
892 name = "moxcms"
893 version = "0.8.1"
894 source = "registry+https://github.com/rust-lang/crates.io-index"
895 checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
896 dependencies = [
897 "num-traits",
898 "pxfm",
899 ]
900
901 [[package]]
902 name = "naga"
903 version = "30.0.0"
904 source = "registry+https://github.com/rust-lang/crates.io-index"
905 checksum = "23bf0a141a9ab6f07dbb492db53245e464bc9db42f407772d9ae03d83a2c1033"
906 dependencies = [
907 "arrayvec",
908 "bit-set",
909 "bitflags",
910 "cfg-if",
911 "cfg_aliases",
912 "codespan-reporting",
913 "half",
914 "hashbrown 0.17.1",
915 "indexmap",
916 "libm",
917 "log",
918 "naga-types",
919 "num-traits",
920 "once_cell",
921 "rustc-hash",
922 "spirv",
923 "thiserror",
924 "unicode-ident",
925 ]
926
927 [[package]]
928 name = "naga-types"
929 version = "30.0.0"
930 source = "registry+https://github.com/rust-lang/crates.io-index"
931 checksum = "658200ddc25c6c7b860747516d132d1b284c0fafb7a380233acee9a72fb30e11"
932 dependencies = [
933 "hashbrown 0.17.1",
934 "indexmap",
935 "rustc-hash",
936 "thiserror",
937 ]
938
939 [[package]]
940 name = "ndk-sys"
941 version = "0.6.0+11769913"
942 source = "registry+https://github.com/rust-lang/crates.io-index"
943 checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
944 dependencies = [
945 "jni-sys 0.3.1",
946 ]
947
948 [[package]]
949 name = "nix"
950 version = "0.31.3"
951 source = "registry+https://github.com/rust-lang/crates.io-index"
952 checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
953 dependencies = [
954 "bitflags",
955 "cfg-if",
956 "cfg_aliases",
957 "libc",
958 ]
959
960 [[package]]
961 name = "nu-ansi-term"
962 version = "0.50.3"
963 source = "registry+https://github.com/rust-lang/crates.io-index"
964 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
965 dependencies = [
966 "windows-sys",
967 ]
968
969 [[package]]
970 name = "num-traits"
971 version = "0.2.19"
972 source = "registry+https://github.com/rust-lang/crates.io-index"
973 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
974 dependencies = [
975 "autocfg",
976 "libm",
977 ]
978
979 [[package]]
980 name = "objc2"
981 version = "0.6.4"
982 source = "registry+https://github.com/rust-lang/crates.io-index"
983 checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
984 dependencies = [
985 "objc2-encode",
986 ]
987
988 [[package]]
989 name = "objc2-core-foundation"
990 version = "0.3.2"
991 source = "registry+https://github.com/rust-lang/crates.io-index"
992 checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
993 dependencies = [
994 "bitflags",
995 "dispatch2",
996 "objc2",
997 ]
998
999 [[package]]
1000 name = "objc2-encode"
1001 version = "4.1.0"
1002 source = "registry+https://github.com/rust-lang/crates.io-index"
1003 checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
1004
1005 [[package]]
1006 name = "objc2-foundation"
1007 version = "0.3.2"
1008 source = "registry+https://github.com/rust-lang/crates.io-index"
1009 checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
1010 dependencies = [
1011 "bitflags",
1012 "objc2",
1013 "objc2-core-foundation",
1014 ]
1015
1016 [[package]]
1017 name = "objc2-metal"
1018 version = "0.3.2"
1019 source = "registry+https://github.com/rust-lang/crates.io-index"
1020 checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
1021 dependencies = [
1022 "bitflags",
1023 "objc2",
1024 "objc2-foundation",
1025 ]
1026
1027 [[package]]
1028 name = "objc2-quartz-core"
1029 version = "0.3.2"
1030 source = "registry+https://github.com/rust-lang/crates.io-index"
1031 checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
1032 dependencies = [
1033 "bitflags",
1034 "objc2",
1035 "objc2-core-foundation",
1036 "objc2-foundation",
1037 "objc2-metal",
1038 ]
1039
1040 [[package]]
1041 name = "once_cell"
1042 version = "1.21.4"
1043 source = "registry+https://github.com/rust-lang/crates.io-index"
1044 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1045
1046 [[package]]
1047 name = "once_cell_polyfill"
1048 version = "1.70.2"
1049 source = "registry+https://github.com/rust-lang/crates.io-index"
1050 checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1051
1052 [[package]]
1053 name = "ordered-float"
1054 version = "5.3.0"
1055 source = "registry+https://github.com/rust-lang/crates.io-index"
1056 checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e"
1057 dependencies = [
1058 "num-traits",
1059 ]
1060
1061 [[package]]
1062 name = "parking_lot"
1063 version = "0.12.5"
1064 source = "registry+https://github.com/rust-lang/crates.io-index"
1065 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1066 dependencies = [
1067 "lock_api",
1068 "parking_lot_core",
1069 ]
1070
1071 [[package]]
1072 name = "parking_lot_core"
1073 version = "0.9.12"
1074 source = "registry+https://github.com/rust-lang/crates.io-index"
1075 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1076 dependencies = [
1077 "cfg-if",
1078 "libc",
1079 "redox_syscall",
1080 "smallvec",
1081 "windows-link",
1082 ]
1083
1084 [[package]]
1085 name = "pin-project-lite"
1086 version = "0.2.17"
1087 source = "registry+https://github.com/rust-lang/crates.io-index"
1088 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1089
1090 [[package]]
1091 name = "pkg-config"
1092 version = "0.3.33"
1093 source = "registry+https://github.com/rust-lang/crates.io-index"
1094 checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1095
1096 [[package]]
1097 name = "png"
1098 version = "0.18.1"
1099 source = "registry+https://github.com/rust-lang/crates.io-index"
1100 checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
1101 dependencies = [
1102 "bitflags",
1103 "crc32fast",
1104 "fdeflate",
1105 "flate2",
1106 "miniz_oxide",
1107 ]
1108
1109 [[package]]
1110 name = "polling"
1111 version = "3.11.0"
1112 source = "registry+https://github.com/rust-lang/crates.io-index"
1113 checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
1114 dependencies = [
1115 "cfg-if",
1116 "concurrent-queue",
1117 "hermit-abi",
1118 "pin-project-lite",
1119 "rustix",
1120 "windows-sys",
1121 ]
1122
1123 [[package]]
1124 name = "pollster"
1125 version = "1.0.1"
1126 source = "registry+https://github.com/rust-lang/crates.io-index"
1127 checksum = "bc6355899e1c9462875b6757c79f3caa011a1fdae12bbb1a2e72dd1f234f8336"
1128
1129 [[package]]
1130 name = "polycool"
1131 version = "0.4.0"
1132 source = "registry+https://github.com/rust-lang/crates.io-index"
1133 checksum = "50596ddc09eb5ad5f75cacd40209568e66df71baf86e1499a0e99c4cff12a5a6"
1134 dependencies = [
1135 "arrayvec",
1136 ]
1137
1138 [[package]]
1139 name = "portable-atomic"
1140 version = "1.14.0"
1141 source = "registry+https://github.com/rust-lang/crates.io-index"
1142 checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
1143
1144 [[package]]
1145 name = "portable-atomic-util"
1146 version = "0.2.7"
1147 source = "registry+https://github.com/rust-lang/crates.io-index"
1148 checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
1149 dependencies = [
1150 "portable-atomic",
1151 ]
1152
1153 [[package]]
1154 name = "presser"
1155 version = "0.3.1"
1156 source = "registry+https://github.com/rust-lang/crates.io-index"
1157 checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
1158
1159 [[package]]
1160 name = "proc-macro2"
1161 version = "1.0.107"
1162 source = "registry+https://github.com/rust-lang/crates.io-index"
1163 checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
1164 dependencies = [
1165 "unicode-ident",
1166 ]
1167
1168 [[package]]
1169 name = "profiling"
1170 version = "1.0.18"
1171 source = "registry+https://github.com/rust-lang/crates.io-index"
1172 checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5"
1173
1174 [[package]]
1175 name = "pxfm"
1176 version = "0.1.30"
1177 source = "registry+https://github.com/rust-lang/crates.io-index"
1178 checksum = "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea"
1179
1180 [[package]]
1181 name = "quasi-type"
1182 version = "0.1.3"
1183 dependencies = [
1184 "brotli",
1185 "font-types",
1186 "kurbo",
1187 "read-fonts 0.43.0",
1188 "serde",
1189 "sha2",
1190 "skrifa 0.46.0",
1191 "toml",
1192 "write-fonts",
1193 "zip",
1194 ]
1195
1196 [[package]]
1197 name = "quick-xml"
1198 version = "0.41.0"
1199 source = "registry+https://github.com/rust-lang/crates.io-index"
1200 checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
1201 dependencies = [
1202 "memchr",
1203 ]
1204
1205 [[package]]
1206 name = "quote"
1207 version = "1.0.47"
1208 source = "registry+https://github.com/rust-lang/crates.io-index"
1209 checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
1210 dependencies = [
1211 "proc-macro2",
1212 ]
1213
1214 [[package]]
1215 name = "r-efi"
1216 version = "6.0.0"
1217 source = "registry+https://github.com/rust-lang/crates.io-index"
1218 checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1219
1220 [[package]]
1221 name = "raw-window-handle"
1222 version = "0.6.2"
1223 source = "registry+https://github.com/rust-lang/crates.io-index"
1224 checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
1225
1226 [[package]]
1227 name = "raw-window-metal"
1228 version = "1.1.0"
1229 source = "registry+https://github.com/rust-lang/crates.io-index"
1230 checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
1231 dependencies = [
1232 "objc2",
1233 "objc2-core-foundation",
1234 "objc2-foundation",
1235 "objc2-quartz-core",
1236 ]
1237
1238 [[package]]
1239 name = "read-fonts"
1240 version = "0.41.0"
1241 source = "registry+https://github.com/rust-lang/crates.io-index"
1242 checksum = "046a7d674daf459825b32f5062056d6882db0d2f5a479fbd76ccfc870ac18709"
1243 dependencies = [
1244 "bytemuck",
1245 "font-types",
1246 "once_cell",
1247 ]
1248
1249 [[package]]
1250 name = "read-fonts"
1251 version = "0.43.0"
1252 source = "registry+https://github.com/rust-lang/crates.io-index"
1253 checksum = "a6b5cae85882cfb0167038e7726a426f47ebd808e67af78c2d6bcbb02acbf3ce"
1254 dependencies = [
1255 "bytemuck",
1256 "font-types",
1257 "once_cell",
1258 ]
1259
1260 [[package]]
1261 name = "redox_syscall"
1262 version = "0.5.18"
1263 source = "registry+https://github.com/rust-lang/crates.io-index"
1264 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1265 dependencies = [
1266 "bitflags",
1267 ]
1268
1269 [[package]]
1270 name = "regex-automata"
1271 version = "0.4.18"
1272 source = "registry+https://github.com/rust-lang/crates.io-index"
1273 checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
1274 dependencies = [
1275 "aho-corasick",
1276 "memchr",
1277 "regex-syntax",
1278 ]
1279
1280 [[package]]
1281 name = "regex-syntax"
1282 version = "0.8.11"
1283 source = "registry+https://github.com/rust-lang/crates.io-index"
1284 checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1285
1286 [[package]]
1287 name = "renderdoc-sys"
1288 version = "1.1.0"
1289 source = "registry+https://github.com/rust-lang/crates.io-index"
1290 checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
1291
1292 [[package]]
1293 name = "rustc-hash"
1294 version = "1.1.0"
1295 source = "registry+https://github.com/rust-lang/crates.io-index"
1296 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1297
1298 [[package]]
1299 name = "rustix"
1300 version = "1.1.4"
1301 source = "registry+https://github.com/rust-lang/crates.io-index"
1302 checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1303 dependencies = [
1304 "bitflags",
1305 "errno",
1306 "libc",
1307 "linux-raw-sys",
1308 "windows-sys",
1309 ]
1310
1311 [[package]]
1312 name = "rustversion"
1313 version = "1.0.23"
1314 source = "registry+https://github.com/rust-lang/crates.io-index"
1315 checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1316
1317 [[package]]
1318 name = "scoped-tls"
1319 version = "1.0.1"
1320 source = "registry+https://github.com/rust-lang/crates.io-index"
1321 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
1322
1323 [[package]]
1324 name = "scopeguard"
1325 version = "1.2.0"
1326 source = "registry+https://github.com/rust-lang/crates.io-index"
1327 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1328
1329 [[package]]
1330 name = "serde"
1331 version = "1.0.229"
1332 source = "registry+https://github.com/rust-lang/crates.io-index"
1333 checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
1334 dependencies = [
1335 "serde_core",
1336 "serde_derive",
1337 ]
1338
1339 [[package]]
1340 name = "serde_core"
1341 version = "1.0.229"
1342 source = "registry+https://github.com/rust-lang/crates.io-index"
1343 checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
1344 dependencies = [
1345 "serde_derive",
1346 ]
1347
1348 [[package]]
1349 name = "serde_derive"
1350 version = "1.0.229"
1351 source = "registry+https://github.com/rust-lang/crates.io-index"
1352 checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
1353 dependencies = [
1354 "proc-macro2",
1355 "quote",
1356 "syn 3.0.3",
1357 ]
1358
1359 [[package]]
1360 name = "serde_json"
1361 version = "1.0.151"
1362 source = "registry+https://github.com/rust-lang/crates.io-index"
1363 checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
1364 dependencies = [
1365 "itoa",
1366 "memchr",
1367 "serde",
1368 "serde_core",
1369 "zmij",
1370 ]
1371
1372 [[package]]
1373 name = "serde_spanned"
1374 version = "1.1.1"
1375 source = "registry+https://github.com/rust-lang/crates.io-index"
1376 checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1377 dependencies = [
1378 "serde_core",
1379 ]
1380
1381 [[package]]
1382 name = "sha2"
1383 version = "0.10.9"
1384 source = "registry+https://github.com/rust-lang/crates.io-index"
1385 checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1386 dependencies = [
1387 "cfg-if",
1388 "cpufeatures",
1389 "digest",
1390 ]
1391
1392 [[package]]
1393 name = "sharded-slab"
1394 version = "0.1.7"
1395 source = "registry+https://github.com/rust-lang/crates.io-index"
1396 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1397 dependencies = [
1398 "lazy_static",
1399 ]
1400
1401 [[package]]
1402 name = "shlex"
1403 version = "2.0.1"
1404 source = "registry+https://github.com/rust-lang/crates.io-index"
1405 checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1406
1407 [[package]]
1408 name = "shop"
1409 version = "0.1.0"
1410 dependencies = [
1411 "anyhow",
1412 "calloop",
1413 "calloop-wayland-source",
1414 "image",
1415 "kittygfx",
1416 "makeover",
1417 "pollster",
1418 "shop-font",
1419 "shop-grid",
1420 "shop-pty",
1421 "shop-render",
1422 "shop-vt",
1423 "shop-wayland",
1424 "shop-xkb",
1425 "smithay-client-toolkit",
1426 "tempfile",
1427 "toml",
1428 "tracing",
1429 "tracing-subscriber",
1430 "wayland-client",
1431 "wgpu",
1432 ]
1433
1434 [[package]]
1435 name = "shop-bench"
1436 version = "0.1.0"
1437 dependencies = [
1438 "anyhow",
1439 "clap",
1440 "serde",
1441 "serde_json",
1442 ]
1443
1444 [[package]]
1445 name = "shop-font"
1446 version = "0.1.0"
1447 dependencies = [
1448 "quasi-type",
1449 ]
1450
1451 [[package]]
1452 name = "shop-grid"
1453 version = "0.1.0"
1454 dependencies = [
1455 "shop-vt",
1456 "tracing",
1457 "unicode-width",
1458 ]
1459
1460 [[package]]
1461 name = "shop-pty"
1462 version = "0.1.0"
1463 dependencies = [
1464 "anyhow",
1465 "nix",
1466 ]
1467
1468 [[package]]
1469 name = "shop-render"
1470 version = "0.1.0"
1471 dependencies = [
1472 "anyhow",
1473 "bytemuck",
1474 "fontconfig",
1475 "guillotiere",
1476 "shop-font",
1477 "swash",
1478 "tracing",
1479 "wgpu",
1480 ]
1481
1482 [[package]]
1483 name = "shop-vt"
1484 version = "0.1.0"
1485
1486 [[package]]
1487 name = "shop-wayland"
1488 version = "0.1.0"
1489 dependencies = [
1490 "raw-window-handle",
1491 "smithay-client-toolkit",
1492 "wayland-client",
1493 ]
1494
1495 [[package]]
1496 name = "shop-xkb"
1497 version = "0.1.0"
1498 dependencies = [
1499 "xkeysym",
1500 ]
1501
1502 [[package]]
1503 name = "simd-adler32"
1504 version = "0.3.10"
1505 source = "registry+https://github.com/rust-lang/crates.io-index"
1506 checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
1507
1508 [[package]]
1509 name = "skrifa"
1510 version = "0.44.0"
1511 source = "registry+https://github.com/rust-lang/crates.io-index"
1512 checksum = "819ab7d62b1d3e72d9d9dea5650bac30424f9111364bb94928dbf5ecad1baa68"
1513 dependencies = [
1514 "bytemuck",
1515 "read-fonts 0.41.0",
1516 ]
1517
1518 [[package]]
1519 name = "skrifa"
1520 version = "0.46.0"
1521 source = "registry+https://github.com/rust-lang/crates.io-index"
1522 checksum = "de0bbcc507e438bfe765692ae5228059959781db7430fe36e1cfd569e7c88c89"
1523 dependencies = [
1524 "bytemuck",
1525 "read-fonts 0.43.0",
1526 ]
1527
1528 [[package]]
1529 name = "slab"
1530 version = "0.4.12"
1531 source = "registry+https://github.com/rust-lang/crates.io-index"
1532 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1533
1534 [[package]]
1535 name = "slotmap"
1536 version = "1.1.1"
1537 source = "registry+https://github.com/rust-lang/crates.io-index"
1538 checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
1539 dependencies = [
1540 "version_check",
1541 ]
1542
1543 [[package]]
1544 name = "smallvec"
1545 version = "1.15.2"
1546 source = "registry+https://github.com/rust-lang/crates.io-index"
1547 checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1548
1549 [[package]]
1550 name = "smithay-client-toolkit"
1551 version = "0.21.1"
1552 source = "registry+https://github.com/rust-lang/crates.io-index"
1553 checksum = "74dc9ee14b0fdcb535f9556141bacac070c994a977d2240ee455d7438a617f00"
1554 dependencies = [
1555 "bitflags",
1556 "bytemuck",
1557 "calloop",
1558 "calloop-wayland-source",
1559 "cursor-icon",
1560 "log",
1561 "memmap2",
1562 "pkg-config",
1563 "rustix",
1564 "thiserror",
1565 "wayland-client",
1566 "wayland-csd-frame",
1567 "wayland-cursor",
1568 "wayland-protocols",
1569 "wayland-protocols-experimental",
1570 "wayland-protocols-misc",
1571 "wayland-protocols-wlr",
1572 "wayland-scanner",
1573 "xkbcommon",
1574 "xkeysym",
1575 ]
1576
1577 [[package]]
1578 name = "spirv"
1579 version = "0.4.0+sdk-1.4.341.0"
1580 source = "registry+https://github.com/rust-lang/crates.io-index"
1581 checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
1582 dependencies = [
1583 "bitflags",
1584 ]
1585
1586 [[package]]
1587 name = "static_assertions"
1588 version = "1.1.0"
1589 source = "registry+https://github.com/rust-lang/crates.io-index"
1590 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1591
1592 [[package]]
1593 name = "strsim"
1594 version = "0.11.1"
1595 source = "registry+https://github.com/rust-lang/crates.io-index"
1596 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1597
1598 [[package]]
1599 name = "swash"
1600 version = "0.2.10"
1601 source = "registry+https://github.com/rust-lang/crates.io-index"
1602 checksum = "6c2499c2d826531388872b2268718aed907a39bd785ab0dcfe57fab26283f92e"
1603 dependencies = [
1604 "skrifa 0.44.0",
1605 "yazi",
1606 "zeno",
1607 ]
1608
1609 [[package]]
1610 name = "syn"
1611 version = "2.0.119"
1612 source = "registry+https://github.com/rust-lang/crates.io-index"
1613 checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1614 dependencies = [
1615 "proc-macro2",
1616 "quote",
1617 "unicode-ident",
1618 ]
1619
1620 [[package]]
1621 name = "syn"
1622 version = "3.0.3"
1623 source = "registry+https://github.com/rust-lang/crates.io-index"
1624 checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
1625 dependencies = [
1626 "proc-macro2",
1627 "quote",
1628 "unicode-ident",
1629 ]
1630
1631 [[package]]
1632 name = "tempfile"
1633 version = "3.27.0"
1634 source = "registry+https://github.com/rust-lang/crates.io-index"
1635 checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1636 dependencies = [
1637 "fastrand",
1638 "getrandom",
1639 "once_cell",
1640 "rustix",
1641 "windows-sys",
1642 ]
1643
1644 [[package]]
1645 name = "thiserror"
1646 version = "2.0.20"
1647 source = "registry+https://github.com/rust-lang/crates.io-index"
1648 checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
1649 dependencies = [
1650 "thiserror-impl",
1651 ]
1652
1653 [[package]]
1654 name = "thiserror-impl"
1655 version = "2.0.20"
1656 source = "registry+https://github.com/rust-lang/crates.io-index"
1657 checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
1658 dependencies = [
1659 "proc-macro2",
1660 "quote",
1661 "syn 3.0.3",
1662 ]
1663
1664 [[package]]
1665 name = "thread_local"
1666 version = "1.1.10"
1667 source = "registry+https://github.com/rust-lang/crates.io-index"
1668 checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
1669 dependencies = [
1670 "cfg-if",
1671 ]
1672
1673 [[package]]
1674 name = "toml"
1675 version = "1.1.4+spec-1.1.0"
1676 source = "registry+https://github.com/rust-lang/crates.io-index"
1677 checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
1678 dependencies = [
1679 "indexmap",
1680 "serde_core",
1681 "serde_spanned",
1682 "toml_datetime",
1683 "toml_parser",
1684 "toml_writer",
1685 "winnow",
1686 ]
1687
1688 [[package]]
1689 name = "toml_datetime"
1690 version = "1.1.1+spec-1.1.0"
1691 source = "registry+https://github.com/rust-lang/crates.io-index"
1692 checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
1693 dependencies = [
1694 "serde_core",
1695 ]
1696
1697 [[package]]
1698 name = "toml_parser"
1699 version = "1.1.3+spec-1.1.0"
1700 source = "registry+https://github.com/rust-lang/crates.io-index"
1701 checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
1702 dependencies = [
1703 "winnow",
1704 ]
1705
1706 [[package]]
1707 name = "toml_writer"
1708 version = "1.1.2+spec-1.1.0"
1709 source = "registry+https://github.com/rust-lang/crates.io-index"
1710 checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
1711
1712 [[package]]
1713 name = "tracing"
1714 version = "0.1.44"
1715 source = "registry+https://github.com/rust-lang/crates.io-index"
1716 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1717 dependencies = [
1718 "log",
1719 "pin-project-lite",
1720 "tracing-attributes",
1721 "tracing-core",
1722 ]
1723
1724 [[package]]
1725 name = "tracing-attributes"
1726 version = "0.1.31"
1727 source = "registry+https://github.com/rust-lang/crates.io-index"
1728 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1729 dependencies = [
1730 "proc-macro2",
1731 "quote",
1732 "syn 2.0.119",
1733 ]
1734
1735 [[package]]
1736 name = "tracing-core"
1737 version = "0.1.36"
1738 source = "registry+https://github.com/rust-lang/crates.io-index"
1739 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1740 dependencies = [
1741 "once_cell",
1742 "valuable",
1743 ]
1744
1745 [[package]]
1746 name = "tracing-log"
1747 version = "0.2.0"
1748 source = "registry+https://github.com/rust-lang/crates.io-index"
1749 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1750 dependencies = [
1751 "log",
1752 "once_cell",
1753 "tracing-core",
1754 ]
1755
1756 [[package]]
1757 name = "tracing-subscriber"
1758 version = "0.3.23"
1759 source = "registry+https://github.com/rust-lang/crates.io-index"
1760 checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
1761 dependencies = [
1762 "matchers",
1763 "nu-ansi-term",
1764 "once_cell",
1765 "regex-automata",
1766 "sharded-slab",
1767 "smallvec",
1768 "thread_local",
1769 "tracing",
1770 "tracing-core",
1771 "tracing-log",
1772 ]
1773
1774 [[package]]
1775 name = "typenum"
1776 version = "1.20.1"
1777 source = "registry+https://github.com/rust-lang/crates.io-index"
1778 checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1779
1780 [[package]]
1781 name = "unicode-ident"
1782 version = "1.0.24"
1783 source = "registry+https://github.com/rust-lang/crates.io-index"
1784 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1785
1786 [[package]]
1787 name = "unicode-width"
1788 version = "0.2.2"
1789 source = "registry+https://github.com/rust-lang/crates.io-index"
1790 checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1791
1792 [[package]]
1793 name = "utf8parse"
1794 version = "0.2.2"
1795 source = "registry+https://github.com/rust-lang/crates.io-index"
1796 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1797
1798 [[package]]
1799 name = "valuable"
1800 version = "0.1.1"
1801 source = "registry+https://github.com/rust-lang/crates.io-index"
1802 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1803
1804 [[package]]
1805 name = "version_check"
1806 version = "0.9.5"
1807 source = "registry+https://github.com/rust-lang/crates.io-index"
1808 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1809
1810 [[package]]
1811 name = "wasm-bindgen"
1812 version = "0.2.127"
1813 source = "registry+https://github.com/rust-lang/crates.io-index"
1814 checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
1815 dependencies = [
1816 "cfg-if",
1817 "once_cell",
1818 "rustversion",
1819 "wasm-bindgen-macro",
1820 "wasm-bindgen-shared",
1821 ]
1822
1823 [[package]]
1824 name = "wasm-bindgen-macro"
1825 version = "0.2.127"
1826 source = "registry+https://github.com/rust-lang/crates.io-index"
1827 checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
1828 dependencies = [
1829 "quote",
1830 "wasm-bindgen-macro-support",
1831 ]
1832
1833 [[package]]
1834 name = "wasm-bindgen-macro-support"
1835 version = "0.2.127"
1836 source = "registry+https://github.com/rust-lang/crates.io-index"
1837 checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
1838 dependencies = [
1839 "bumpalo",
1840 "proc-macro2",
1841 "quote",
1842 "syn 2.0.119",
1843 "wasm-bindgen-shared",
1844 ]
1845
1846 [[package]]
1847 name = "wasm-bindgen-shared"
1848 version = "0.2.127"
1849 source = "registry+https://github.com/rust-lang/crates.io-index"
1850 checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
1851 dependencies = [
1852 "unicode-ident",
1853 ]
1854
1855 [[package]]
1856 name = "wayland-backend"
1857 version = "0.3.16"
1858 source = "registry+https://github.com/rust-lang/crates.io-index"
1859 checksum = "016ccf01d1c58b6f8999612813e17c9b2390f7d70671428869913310f83f54b8"
1860 dependencies = [
1861 "cc",
1862 "downcast-rs",
1863 "rustix",
1864 "scoped-tls",
1865 "smallvec",
1866 "wayland-sys",
1867 ]
1868
1869 [[package]]
1870 name = "wayland-client"
1871 version = "0.31.15"
1872 source = "registry+https://github.com/rust-lang/crates.io-index"
1873 checksum = "e3c36a0f861ad76d0901f2800b46321410d9f73f2ea88aac0650d86c32688073"
1874 dependencies = [
1875 "bitflags",
1876 "rustix",
1877 "wayland-backend",
1878 "wayland-scanner",
1879 ]
1880
1881 [[package]]
1882 name = "wayland-csd-frame"
1883 version = "0.3.0"
1884 source = "registry+https://github.com/rust-lang/crates.io-index"
1885 checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
1886 dependencies = [
1887 "bitflags",
1888 "cursor-icon",
1889 "wayland-backend",
1890 ]
1891
1892 [[package]]
1893 name = "wayland-cursor"
1894 version = "0.31.14"
1895 source = "registry+https://github.com/rust-lang/crates.io-index"
1896 checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d"
1897 dependencies = [
1898 "rustix",
1899 "wayland-client",
1900 "xcursor",
1901 ]
1902
1903 [[package]]
1904 name = "wayland-protocols"
1905 version = "0.32.13"
1906 source = "registry+https://github.com/rust-lang/crates.io-index"
1907 checksum = "23d0c813de3daa2ed6520af85a3bd49b0e722a3078506899aa9686fea58dc4b6"
1908 dependencies = [
1909 "bitflags",
1910 "wayland-backend",
1911 "wayland-client",
1912 "wayland-scanner",
1913 ]
1914
1915 [[package]]
1916 name = "wayland-protocols-experimental"
1917 version = "20251230.0.3"
1918 source = "registry+https://github.com/rust-lang/crates.io-index"
1919 checksum = "91c6c3e7178e553d093d46999032bc79aafea9dedd71dd702c8ace7bbc25cf13"
1920 dependencies = [
1921 "bitflags",
1922 "wayland-backend",
1923 "wayland-client",
1924 "wayland-protocols",
1925 "wayland-scanner",
1926 ]
1927
1928 [[package]]
1929 name = "wayland-protocols-misc"
1930 version = "0.3.12"
1931 source = "registry+https://github.com/rust-lang/crates.io-index"
1932 checksum = "6e9567599ef23e09b8dad6e429e5738d4509dfc46b3b21f32841a304d16b29c8"
1933 dependencies = [
1934 "bitflags",
1935 "wayland-backend",
1936 "wayland-client",
1937 "wayland-protocols",
1938 "wayland-scanner",
1939 ]
1940
1941 [[package]]
1942 name = "wayland-protocols-wlr"
1943 version = "0.3.12"
1944 source = "registry+https://github.com/rust-lang/crates.io-index"
1945 checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234"
1946 dependencies = [
1947 "bitflags",
1948 "wayland-backend",
1949 "wayland-client",
1950 "wayland-protocols",
1951 "wayland-scanner",
1952 ]
1953
1954 [[package]]
1955 name = "wayland-scanner"
1956 version = "0.31.11"
1957 source = "registry+https://github.com/rust-lang/crates.io-index"
1958 checksum = "338e30461b3a2b67d70eb30a6d89f8e0c93a833e07d2ae89085cd070c4a00ac0"
1959 dependencies = [
1960 "proc-macro2",
1961 "quick-xml",
1962 "quote",
1963 ]
1964
1965 [[package]]
1966 name = "wayland-sys"
1967 version = "0.31.11"
1968 source = "registry+https://github.com/rust-lang/crates.io-index"
1969 checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be"
1970 dependencies = [
1971 "dlib",
1972 "log",
1973 "once_cell",
1974 "pkg-config",
1975 ]
1976
1977 [[package]]
1978 name = "web-sys"
1979 version = "0.3.104"
1980 source = "registry+https://github.com/rust-lang/crates.io-index"
1981 checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30"
1982 dependencies = [
1983 "js-sys",
1984 "wasm-bindgen",
1985 ]
1986
1987 [[package]]
1988 name = "wgpu"
1989 version = "30.0.0"
1990 source = "registry+https://github.com/rust-lang/crates.io-index"
1991 checksum = "6d8f4bd44d92da5270f03409dba9f952dab24f128e05d6a554926101d1bf9114"
1992 dependencies = [
1993 "arrayvec",
1994 "bitflags",
1995 "bytemuck",
1996 "cfg-if",
1997 "cfg_aliases",
1998 "document-features",
1999 "hashbrown 0.17.1",
2000 "log",
2001 "portable-atomic",
2002 "profiling",
2003 "raw-window-handle",
2004 "smallvec",
2005 "static_assertions",
2006 "wgpu-core",
2007 "wgpu-hal",
2008 "wgpu-types",
2009 ]
2010
2011 [[package]]
2012 name = "wgpu-core"
2013 version = "30.0.0"
2014 source = "registry+https://github.com/rust-lang/crates.io-index"
2015 checksum = "08763620e76fc980bca7bf84de82568614487a53172dd968d89187282eb87fa2"
2016 dependencies = [
2017 "arrayvec",
2018 "bit-set",
2019 "bit-vec",
2020 "bitflags",
2021 "bytemuck",
2022 "cfg_aliases",
2023 "document-features",
2024 "hashbrown 0.17.1",
2025 "indexmap",
2026 "log",
2027 "naga",
2028 "naga-types",
2029 "once_cell",
2030 "parking_lot",
2031 "portable-atomic",
2032 "profiling",
2033 "raw-window-handle",
2034 "rustc-hash",
2035 "smallvec",
2036 "thiserror",
2037 "wgpu-core-deps-emscripten",
2038 "wgpu-core-deps-windows-linux-android",
2039 "wgpu-hal",
2040 "wgpu-naga-bridge",
2041 "wgpu-types",
2042 ]
2043
2044 [[package]]
2045 name = "wgpu-core-deps-emscripten"
2046 version = "30.0.0"
2047 source = "registry+https://github.com/rust-lang/crates.io-index"
2048 checksum = "85dcf2b2e5c2afb9eda64c570a87a4e570304bf39e52eddbaaf222d655b656ad"
2049 dependencies = [
2050 "wgpu-hal",
2051 ]
2052
2053 [[package]]
2054 name = "wgpu-core-deps-windows-linux-android"
2055 version = "30.0.0"
2056 source = "registry+https://github.com/rust-lang/crates.io-index"
2057 checksum = "f76bc9c1c186ff3d9054e0d224c93c8c1c79d6653907c5249a5c1ea1a2cb1e43"
2058 dependencies = [
2059 "wgpu-hal",
2060 ]
2061
2062 [[package]]
2063 name = "wgpu-hal"
2064 version = "30.0.0"
2065 source = "registry+https://github.com/rust-lang/crates.io-index"
2066 checksum = "cf765132d8d5f50e192e7880464890c13f4e7457aafe8e5466e8174586e9f101"
2067 dependencies = [
2068 "android_system_properties",
2069 "arrayvec",
2070 "ash",
2071 "bitflags",
2072 "bytemuck",
2073 "cfg-if",
2074 "cfg_aliases",
2075 "glow",
2076 "glutin_wgl_sys",
2077 "gpu-allocator",
2078 "hashbrown 0.17.1",
2079 "js-sys",
2080 "khronos-egl",
2081 "libc",
2082 "libloading",
2083 "log",
2084 "naga",
2085 "naga-types",
2086 "ndk-sys",
2087 "objc2",
2088 "ordered-float",
2089 "parking_lot",
2090 "portable-atomic",
2091 "portable-atomic-util",
2092 "profiling",
2093 "raw-window-handle",
2094 "raw-window-metal",
2095 "renderdoc-sys",
2096 "smallvec",
2097 "static_assertions",
2098 "thiserror",
2099 "wasm-bindgen",
2100 "wayland-sys",
2101 "web-sys",
2102 "wgpu-naga-bridge",
2103 "wgpu-types",
2104 "windows",
2105 "windows-result",
2106 ]
2107
2108 [[package]]
2109 name = "wgpu-naga-bridge"
2110 version = "30.0.0"
2111 source = "registry+https://github.com/rust-lang/crates.io-index"
2112 checksum = "c9eaac644e5008925c78567d272b9d66ef83da55a53cc17fc7daade7bb6e66e5"
2113 dependencies = [
2114 "naga",
2115 "wgpu-types",
2116 ]
2117
2118 [[package]]
2119 name = "wgpu-types"
2120 version = "30.0.0"
2121 source = "registry+https://github.com/rust-lang/crates.io-index"
2122 checksum = "1a9c93c2b35edde326df60ffdee4c0f5864eac3011d6768b70d43f028ad93565"
2123 dependencies = [
2124 "bitflags",
2125 "bytemuck",
2126 "js-sys",
2127 "log",
2128 "naga-types",
2129 "raw-window-handle",
2130 "static_assertions",
2131 "web-sys",
2132 ]
2133
2134 [[package]]
2135 name = "windows"
2136 version = "0.62.2"
2137 source = "registry+https://github.com/rust-lang/crates.io-index"
2138 checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
2139 dependencies = [
2140 "windows-collections",
2141 "windows-core",
2142 "windows-future",
2143 "windows-numerics",
2144 ]
2145
2146 [[package]]
2147 name = "windows-collections"
2148 version = "0.3.2"
2149 source = "registry+https://github.com/rust-lang/crates.io-index"
2150 checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
2151 dependencies = [
2152 "windows-core",
2153 ]
2154
2155 [[package]]
2156 name = "windows-core"
2157 version = "0.62.2"
2158 source = "registry+https://github.com/rust-lang/crates.io-index"
2159 checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2160 dependencies = [
2161 "windows-implement",
2162 "windows-interface",
2163 "windows-link",
2164 "windows-result",
2165 "windows-strings",
2166 ]
2167
2168 [[package]]
2169 name = "windows-future"
2170 version = "0.3.2"
2171 source = "registry+https://github.com/rust-lang/crates.io-index"
2172 checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
2173 dependencies = [
2174 "windows-core",
2175 "windows-link",
2176 "windows-threading",
2177 ]
2178
2179 [[package]]
2180 name = "windows-implement"
2181 version = "0.60.2"
2182 source = "registry+https://github.com/rust-lang/crates.io-index"
2183 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2184 dependencies = [
2185 "proc-macro2",
2186 "quote",
2187 "syn 2.0.119",
2188 ]
2189
2190 [[package]]
2191 name = "windows-interface"
2192 version = "0.59.3"
2193 source = "registry+https://github.com/rust-lang/crates.io-index"
2194 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2195 dependencies = [
2196 "proc-macro2",
2197 "quote",
2198 "syn 2.0.119",
2199 ]
2200
2201 [[package]]
2202 name = "windows-link"
2203 version = "0.2.1"
2204 source = "registry+https://github.com/rust-lang/crates.io-index"
2205 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2206
2207 [[package]]
2208 name = "windows-numerics"
2209 version = "0.3.1"
2210 source = "registry+https://github.com/rust-lang/crates.io-index"
2211 checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
2212 dependencies = [
2213 "windows-core",
2214 "windows-link",
2215 ]
2216
2217 [[package]]
2218 name = "windows-result"
2219 version = "0.4.1"
2220 source = "registry+https://github.com/rust-lang/crates.io-index"
2221 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2222 dependencies = [
2223 "windows-link",
2224 ]
2225
2226 [[package]]
2227 name = "windows-strings"
2228 version = "0.5.1"
2229 source = "registry+https://github.com/rust-lang/crates.io-index"
2230 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2231 dependencies = [
2232 "windows-link",
2233 ]
2234
2235 [[package]]
2236 name = "windows-sys"
2237 version = "0.61.2"
2238 source = "registry+https://github.com/rust-lang/crates.io-index"
2239 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2240 dependencies = [
2241 "windows-link",
2242 ]
2243
2244 [[package]]
2245 name = "windows-threading"
2246 version = "0.2.1"
2247 source = "registry+https://github.com/rust-lang/crates.io-index"
2248 checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
2249 dependencies = [
2250 "windows-link",
2251 ]
2252
2253 [[package]]
2254 name = "winnow"
2255 version = "1.0.4"
2256 source = "registry+https://github.com/rust-lang/crates.io-index"
2257 checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
2258
2259 [[package]]
2260 name = "write-fonts"
2261 version = "0.52.0"
2262 source = "registry+https://github.com/rust-lang/crates.io-index"
2263 checksum = "843cebb7bd36359861dbce43d54ac8b33dfdf7b80a95913adc1ef7c7bb881e62"
2264 dependencies = [
2265 "font-types",
2266 "indexmap",
2267 "kurbo",
2268 "log",
2269 "read-fonts 0.43.0",
2270 ]
2271
2272 [[package]]
2273 name = "xcursor"
2274 version = "0.3.10"
2275 source = "registry+https://github.com/rust-lang/crates.io-index"
2276 checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
2277
2278 [[package]]
2279 name = "xkbcommon"
2280 version = "0.8.0"
2281 source = "registry+https://github.com/rust-lang/crates.io-index"
2282 checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
2283 dependencies = [
2284 "libc",
2285 "memmap2",
2286 "xkeysym",
2287 ]
2288
2289 [[package]]
2290 name = "xkeysym"
2291 version = "0.2.1"
2292 source = "registry+https://github.com/rust-lang/crates.io-index"
2293 checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
2294 dependencies = [
2295 "bytemuck",
2296 ]
2297
2298 [[package]]
2299 name = "xml-rs"
2300 version = "0.8.29"
2301 source = "registry+https://github.com/rust-lang/crates.io-index"
2302 checksum = "e450f9b2ed1dff33c94c12589a87338689467b9c4f5d8a5710bd09a847d2c8a7"
2303
2304 [[package]]
2305 name = "yazi"
2306 version = "0.2.1"
2307 source = "registry+https://github.com/rust-lang/crates.io-index"
2308 checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
2309
2310 [[package]]
2311 name = "yeslogic-fontconfig-sys"
2312 version = "6.0.1"
2313 source = "registry+https://github.com/rust-lang/crates.io-index"
2314 checksum = "1d8b8abf912b9a29ff112e1671c97c33636903d13a69712037190e6805af4f76"
2315 dependencies = [
2316 "dlib",
2317 "once_cell",
2318 "pkg-config",
2319 ]
2320
2321 [[package]]
2322 name = "zeno"
2323 version = "0.3.3"
2324 source = "registry+https://github.com/rust-lang/crates.io-index"
2325 checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
2326
2327 [[package]]
2328 name = "zerocopy"
2329 version = "0.8.56"
2330 source = "registry+https://github.com/rust-lang/crates.io-index"
2331 checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb"
2332 dependencies = [
2333 "zerocopy-derive",
2334 ]
2335
2336 [[package]]
2337 name = "zerocopy-derive"
2338 version = "0.8.56"
2339 source = "registry+https://github.com/rust-lang/crates.io-index"
2340 checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1"
2341 dependencies = [
2342 "proc-macro2",
2343 "quote",
2344 "syn 2.0.119",
2345 ]
2346
2347 [[package]]
2348 name = "zip"
2349 version = "6.0.0"
2350 source = "registry+https://github.com/rust-lang/crates.io-index"
2351 checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b"
2352 dependencies = [
2353 "arbitrary",
2354 "crc32fast",
2355 "flate2",
2356 "indexmap",
2357 "memchr",
2358 "zopfli",
2359 ]
2360
2361 [[package]]
2362 name = "zlib-rs"
2363 version = "0.6.7"
2364 source = "registry+https://github.com/rust-lang/crates.io-index"
2365 checksum = "34b31d188d9d685a4f9c7b46d6e36631b07058d2cfe190267adce54dc230bf12"
2366
2367 [[package]]
2368 name = "zmij"
2369 version = "1.0.23"
2370 source = "registry+https://github.com/rust-lang/crates.io-index"
2371 checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
2372
2373 [[package]]
2374 name = "zopfli"
2375 version = "0.8.3"
2376 source = "registry+https://github.com/rust-lang/crates.io-index"
2377 checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
2378 dependencies = [
2379 "bumpalo",
2380 "crc32fast",
2381 "log",
2382 "simd-adler32",
2383 ]
2384
2385 [[patch.unused]]
2386 name = "synckit-client"
2387 version = "0.10.0"
2388
2389 [[patch.unused]]
2390 name = "synckit-config"
2391 version = "0.2.0"
2392
2393 [[patch.unused]]
2394 name = "quasi-axum"
2395 version = "0.93.0"
2396
2397 [[patch.unused]]
2398 name = "quasi-basics"
2399 version = "0.93.0"
2400
2401 [[patch.unused]]
2402 name = "quasi-http"
2403 version = "0.93.0"
2404
2405 [[patch.unused]]
2406 name = "quasi-immediate"
2407 version = "0.93.0"
2408
2409 [[patch.unused]]
2410 name = "quasi-notifs"
2411 version = "0.93.0"
2412
2413 [[patch.unused]]
2414 name = "quasi-router"
2415 version = "0.93.0"
2416
2417 [[patch.unused]]
2418 name = "quasi-store"
2419 version = "0.1.0"
2420
2421 [[patch.unused]]
2422 name = "quasi-tauri"
2423 version = "0.93.0"
2424
2425 [[patch.unused]]
2426 name = "quasi-webview"
2427 version = "0.93.0"
2428
2429 [[patch.unused]]
2430 name = "docengine"
2431 version = "0.7.0"
2432
2433 [[patch.unused]]
2434 name = "kberg"
2435 version = "0.1.0"
2436
2437 [[patch.unused]]
2438 name = "ops-status"
2439 version = "0.1.0"
2440
2441 [[patch.unused]]
2442 name = "painhours"
2443 version = "0.1.0"
2444
2445 [[patch.unused]]
2446 name = "tagtree"
2447 version = "0.4.1"
2448