cosmol-viewer 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cosmol-viewer might be problematic. Click here for more details.

@@ -0,0 +1,4429 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "ab_glyph"
7
+ version = "0.2.29"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0"
10
+ dependencies = [
11
+ "ab_glyph_rasterizer",
12
+ "owned_ttf_parser",
13
+ ]
14
+
15
+ [[package]]
16
+ name = "ab_glyph_rasterizer"
17
+ version = "0.1.8"
18
+ source = "registry+https://github.com/rust-lang/crates.io-index"
19
+ checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
20
+
21
+ [[package]]
22
+ name = "accesskit"
23
+ version = "0.17.1"
24
+ source = "registry+https://github.com/rust-lang/crates.io-index"
25
+ checksum = "d3d3b8f9bae46a948369bc4a03e815d4ed6d616bd00de4051133a5019dc31c5a"
26
+
27
+ [[package]]
28
+ name = "accesskit_atspi_common"
29
+ version = "0.10.1"
30
+ source = "registry+https://github.com/rust-lang/crates.io-index"
31
+ checksum = "7c5dd55e6e94949498698daf4d48fb5659e824d7abec0d394089656ceaf99d4f"
32
+ dependencies = [
33
+ "accesskit",
34
+ "accesskit_consumer",
35
+ "atspi-common",
36
+ "serde",
37
+ "thiserror 1.0.69",
38
+ "zvariant",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "accesskit_consumer"
43
+ version = "0.26.0"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "f47983a1084940ba9a39c077a8c63e55c619388be5476ac04c804cfbd1e63459"
46
+ dependencies = [
47
+ "accesskit",
48
+ "hashbrown",
49
+ "immutable-chunkmap",
50
+ ]
51
+
52
+ [[package]]
53
+ name = "accesskit_macos"
54
+ version = "0.18.1"
55
+ source = "registry+https://github.com/rust-lang/crates.io-index"
56
+ checksum = "7329821f3bd1101e03a7d2e03bd339e3ac0dc64c70b4c9f9ae1949e3ba8dece1"
57
+ dependencies = [
58
+ "accesskit",
59
+ "accesskit_consumer",
60
+ "hashbrown",
61
+ "objc2 0.5.2",
62
+ "objc2-app-kit 0.2.2",
63
+ "objc2-foundation 0.2.2",
64
+ ]
65
+
66
+ [[package]]
67
+ name = "accesskit_unix"
68
+ version = "0.13.1"
69
+ source = "registry+https://github.com/rust-lang/crates.io-index"
70
+ checksum = "fcee751cc20d88678c33edaf9c07e8b693cd02819fe89053776f5313492273f5"
71
+ dependencies = [
72
+ "accesskit",
73
+ "accesskit_atspi_common",
74
+ "async-channel",
75
+ "async-executor",
76
+ "async-task",
77
+ "atspi",
78
+ "futures-lite",
79
+ "futures-util",
80
+ "serde",
81
+ "zbus",
82
+ ]
83
+
84
+ [[package]]
85
+ name = "accesskit_windows"
86
+ version = "0.24.1"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "24fcd5d23d70670992b823e735e859374d694a3d12bfd8dd32bd3bd8bedb5d81"
89
+ dependencies = [
90
+ "accesskit",
91
+ "accesskit_consumer",
92
+ "hashbrown",
93
+ "paste",
94
+ "static_assertions",
95
+ "windows",
96
+ "windows-core",
97
+ ]
98
+
99
+ [[package]]
100
+ name = "accesskit_winit"
101
+ version = "0.23.1"
102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
103
+ checksum = "6a6a48dad5530b6deb9fc7a52cc6c3bf72cdd9eb8157ac9d32d69f2427a5e879"
104
+ dependencies = [
105
+ "accesskit",
106
+ "accesskit_macos",
107
+ "accesskit_unix",
108
+ "accesskit_windows",
109
+ "raw-window-handle",
110
+ "winit",
111
+ ]
112
+
113
+ [[package]]
114
+ name = "adler2"
115
+ version = "2.0.1"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
118
+
119
+ [[package]]
120
+ name = "ahash"
121
+ version = "0.8.12"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
124
+ dependencies = [
125
+ "cfg-if",
126
+ "getrandom 0.3.3",
127
+ "once_cell",
128
+ "version_check",
129
+ "zerocopy",
130
+ ]
131
+
132
+ [[package]]
133
+ name = "android-activity"
134
+ version = "0.6.0"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046"
137
+ dependencies = [
138
+ "android-properties",
139
+ "bitflags 2.9.1",
140
+ "cc",
141
+ "cesu8",
142
+ "jni",
143
+ "jni-sys",
144
+ "libc",
145
+ "log",
146
+ "ndk",
147
+ "ndk-context",
148
+ "ndk-sys 0.6.0+11769913",
149
+ "num_enum",
150
+ "thiserror 1.0.69",
151
+ ]
152
+
153
+ [[package]]
154
+ name = "android-properties"
155
+ version = "0.2.2"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
158
+
159
+ [[package]]
160
+ name = "android_system_properties"
161
+ version = "0.1.5"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
164
+ dependencies = [
165
+ "libc",
166
+ ]
167
+
168
+ [[package]]
169
+ name = "arboard"
170
+ version = "3.5.0"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "c1df21f715862ede32a0c525ce2ca4d52626bb0007f8c18b87a384503ac33e70"
173
+ dependencies = [
174
+ "clipboard-win",
175
+ "image",
176
+ "log",
177
+ "objc2 0.6.1",
178
+ "objc2-app-kit 0.3.1",
179
+ "objc2-core-foundation",
180
+ "objc2-core-graphics",
181
+ "objc2-foundation 0.3.1",
182
+ "parking_lot",
183
+ "percent-encoding",
184
+ "windows-sys 0.59.0",
185
+ "x11rb",
186
+ ]
187
+
188
+ [[package]]
189
+ name = "arrayref"
190
+ version = "0.3.9"
191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
192
+ checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
193
+
194
+ [[package]]
195
+ name = "arrayvec"
196
+ version = "0.7.6"
197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
198
+ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
199
+
200
+ [[package]]
201
+ name = "as-raw-xcb-connection"
202
+ version = "1.0.1"
203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
204
+ checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
205
+
206
+ [[package]]
207
+ name = "ash"
208
+ version = "0.38.0+1.3.281"
209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
210
+ checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
211
+ dependencies = [
212
+ "libloading",
213
+ ]
214
+
215
+ [[package]]
216
+ name = "async-broadcast"
217
+ version = "0.7.2"
218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
219
+ checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
220
+ dependencies = [
221
+ "event-listener",
222
+ "event-listener-strategy",
223
+ "futures-core",
224
+ "pin-project-lite",
225
+ ]
226
+
227
+ [[package]]
228
+ name = "async-channel"
229
+ version = "2.3.1"
230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
231
+ checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
232
+ dependencies = [
233
+ "concurrent-queue",
234
+ "event-listener-strategy",
235
+ "futures-core",
236
+ "pin-project-lite",
237
+ ]
238
+
239
+ [[package]]
240
+ name = "async-executor"
241
+ version = "1.13.2"
242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
243
+ checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa"
244
+ dependencies = [
245
+ "async-task",
246
+ "concurrent-queue",
247
+ "fastrand",
248
+ "futures-lite",
249
+ "pin-project-lite",
250
+ "slab",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "async-fs"
255
+ version = "2.1.2"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
258
+ dependencies = [
259
+ "async-lock",
260
+ "blocking",
261
+ "futures-lite",
262
+ ]
263
+
264
+ [[package]]
265
+ name = "async-io"
266
+ version = "2.4.1"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3"
269
+ dependencies = [
270
+ "async-lock",
271
+ "cfg-if",
272
+ "concurrent-queue",
273
+ "futures-io",
274
+ "futures-lite",
275
+ "parking",
276
+ "polling",
277
+ "rustix 1.0.7",
278
+ "slab",
279
+ "tracing",
280
+ "windows-sys 0.59.0",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "async-lock"
285
+ version = "3.4.0"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
288
+ dependencies = [
289
+ "event-listener",
290
+ "event-listener-strategy",
291
+ "pin-project-lite",
292
+ ]
293
+
294
+ [[package]]
295
+ name = "async-process"
296
+ version = "2.3.1"
297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
298
+ checksum = "cde3f4e40e6021d7acffc90095cbd6dc54cb593903d1de5832f435eb274b85dc"
299
+ dependencies = [
300
+ "async-channel",
301
+ "async-io",
302
+ "async-lock",
303
+ "async-signal",
304
+ "async-task",
305
+ "blocking",
306
+ "cfg-if",
307
+ "event-listener",
308
+ "futures-lite",
309
+ "rustix 1.0.7",
310
+ "tracing",
311
+ ]
312
+
313
+ [[package]]
314
+ name = "async-recursion"
315
+ version = "1.1.1"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
318
+ dependencies = [
319
+ "proc-macro2",
320
+ "quote",
321
+ "syn",
322
+ ]
323
+
324
+ [[package]]
325
+ name = "async-signal"
326
+ version = "0.2.11"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "d7605a4e50d4b06df3898d5a70bf5fde51ed9059b0434b73105193bc27acce0d"
329
+ dependencies = [
330
+ "async-io",
331
+ "async-lock",
332
+ "atomic-waker",
333
+ "cfg-if",
334
+ "futures-core",
335
+ "futures-io",
336
+ "rustix 1.0.7",
337
+ "signal-hook-registry",
338
+ "slab",
339
+ "windows-sys 0.59.0",
340
+ ]
341
+
342
+ [[package]]
343
+ name = "async-task"
344
+ version = "4.7.1"
345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
346
+ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
347
+
348
+ [[package]]
349
+ name = "async-trait"
350
+ version = "0.1.88"
351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
352
+ checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
353
+ dependencies = [
354
+ "proc-macro2",
355
+ "quote",
356
+ "syn",
357
+ ]
358
+
359
+ [[package]]
360
+ name = "atomic-waker"
361
+ version = "1.1.2"
362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
363
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
364
+
365
+ [[package]]
366
+ name = "atspi"
367
+ version = "0.22.0"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "be534b16650e35237bb1ed189ba2aab86ce65e88cc84c66f4935ba38575cecbf"
370
+ dependencies = [
371
+ "atspi-common",
372
+ "atspi-connection",
373
+ "atspi-proxies",
374
+ ]
375
+
376
+ [[package]]
377
+ name = "atspi-common"
378
+ version = "0.6.0"
379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = "1909ed2dc01d0a17505d89311d192518507e8a056a48148e3598fef5e7bb6ba7"
381
+ dependencies = [
382
+ "enumflags2",
383
+ "serde",
384
+ "static_assertions",
385
+ "zbus",
386
+ "zbus-lockstep",
387
+ "zbus-lockstep-macros",
388
+ "zbus_names",
389
+ "zvariant",
390
+ ]
391
+
392
+ [[package]]
393
+ name = "atspi-connection"
394
+ version = "0.6.0"
395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
396
+ checksum = "430c5960624a4baaa511c9c0fcc2218e3b58f5dbcc47e6190cafee344b873333"
397
+ dependencies = [
398
+ "atspi-common",
399
+ "atspi-proxies",
400
+ "futures-lite",
401
+ "zbus",
402
+ ]
403
+
404
+ [[package]]
405
+ name = "atspi-proxies"
406
+ version = "0.6.0"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "a5e6c5de3e524cf967569722446bcd458d5032348554d9a17d7d72b041ab7496"
409
+ dependencies = [
410
+ "atspi-common",
411
+ "serde",
412
+ "zbus",
413
+ "zvariant",
414
+ ]
415
+
416
+ [[package]]
417
+ name = "autocfg"
418
+ version = "1.5.0"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
421
+
422
+ [[package]]
423
+ name = "base64"
424
+ version = "0.21.7"
425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
426
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
427
+
428
+ [[package]]
429
+ name = "base64"
430
+ version = "0.22.1"
431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
432
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
433
+
434
+ [[package]]
435
+ name = "bit-set"
436
+ version = "0.8.0"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
439
+ dependencies = [
440
+ "bit-vec",
441
+ ]
442
+
443
+ [[package]]
444
+ name = "bit-vec"
445
+ version = "0.8.0"
446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
447
+ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
448
+
449
+ [[package]]
450
+ name = "bitflags"
451
+ version = "1.3.2"
452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
453
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
454
+
455
+ [[package]]
456
+ name = "bitflags"
457
+ version = "2.9.1"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
460
+ dependencies = [
461
+ "serde",
462
+ ]
463
+
464
+ [[package]]
465
+ name = "block"
466
+ version = "0.1.6"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
469
+
470
+ [[package]]
471
+ name = "block-buffer"
472
+ version = "0.10.4"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
475
+ dependencies = [
476
+ "generic-array",
477
+ ]
478
+
479
+ [[package]]
480
+ name = "block2"
481
+ version = "0.5.1"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
484
+ dependencies = [
485
+ "objc2 0.5.2",
486
+ ]
487
+
488
+ [[package]]
489
+ name = "blocking"
490
+ version = "1.6.1"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
493
+ dependencies = [
494
+ "async-channel",
495
+ "async-task",
496
+ "futures-io",
497
+ "futures-lite",
498
+ "piper",
499
+ ]
500
+
501
+ [[package]]
502
+ name = "bumpalo"
503
+ version = "3.19.0"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
506
+
507
+ [[package]]
508
+ name = "bytemuck"
509
+ version = "1.23.1"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"
512
+ dependencies = [
513
+ "bytemuck_derive",
514
+ ]
515
+
516
+ [[package]]
517
+ name = "bytemuck_derive"
518
+ version = "1.9.3"
519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
520
+ checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
521
+ dependencies = [
522
+ "proc-macro2",
523
+ "quote",
524
+ "syn",
525
+ ]
526
+
527
+ [[package]]
528
+ name = "byteorder-lite"
529
+ version = "0.1.0"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
532
+
533
+ [[package]]
534
+ name = "bytes"
535
+ version = "1.10.1"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
538
+
539
+ [[package]]
540
+ name = "calloop"
541
+ version = "0.13.0"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
544
+ dependencies = [
545
+ "bitflags 2.9.1",
546
+ "log",
547
+ "polling",
548
+ "rustix 0.38.44",
549
+ "slab",
550
+ "thiserror 1.0.69",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "calloop-wayland-source"
555
+ version = "0.3.0"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
558
+ dependencies = [
559
+ "calloop",
560
+ "rustix 0.38.44",
561
+ "wayland-backend",
562
+ "wayland-client",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "cc"
567
+ version = "1.2.27"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc"
570
+ dependencies = [
571
+ "jobserver",
572
+ "libc",
573
+ "shlex",
574
+ ]
575
+
576
+ [[package]]
577
+ name = "cesu8"
578
+ version = "1.1.0"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
581
+
582
+ [[package]]
583
+ name = "cfg-if"
584
+ version = "1.0.1"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
587
+
588
+ [[package]]
589
+ name = "cfg_aliases"
590
+ version = "0.2.1"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
593
+
594
+ [[package]]
595
+ name = "cgl"
596
+ version = "0.3.2"
597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
598
+ checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
599
+ dependencies = [
600
+ "libc",
601
+ ]
602
+
603
+ [[package]]
604
+ name = "clipboard-win"
605
+ version = "5.4.0"
606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
607
+ checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892"
608
+ dependencies = [
609
+ "error-code",
610
+ ]
611
+
612
+ [[package]]
613
+ name = "codespan-reporting"
614
+ version = "0.11.1"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
617
+ dependencies = [
618
+ "termcolor",
619
+ "unicode-width",
620
+ ]
621
+
622
+ [[package]]
623
+ name = "combine"
624
+ version = "4.6.7"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
627
+ dependencies = [
628
+ "bytes",
629
+ "memchr",
630
+ ]
631
+
632
+ [[package]]
633
+ name = "concurrent-queue"
634
+ version = "2.5.0"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
637
+ dependencies = [
638
+ "crossbeam-utils",
639
+ ]
640
+
641
+ [[package]]
642
+ name = "core-foundation"
643
+ version = "0.9.4"
644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
645
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
646
+ dependencies = [
647
+ "core-foundation-sys",
648
+ "libc",
649
+ ]
650
+
651
+ [[package]]
652
+ name = "core-foundation"
653
+ version = "0.10.1"
654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
655
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
656
+ dependencies = [
657
+ "core-foundation-sys",
658
+ "libc",
659
+ ]
660
+
661
+ [[package]]
662
+ name = "core-foundation-sys"
663
+ version = "0.8.7"
664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
665
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
666
+
667
+ [[package]]
668
+ name = "core-graphics"
669
+ version = "0.23.2"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
672
+ dependencies = [
673
+ "bitflags 1.3.2",
674
+ "core-foundation 0.9.4",
675
+ "core-graphics-types",
676
+ "foreign-types",
677
+ "libc",
678
+ ]
679
+
680
+ [[package]]
681
+ name = "core-graphics-types"
682
+ version = "0.1.3"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
685
+ dependencies = [
686
+ "bitflags 1.3.2",
687
+ "core-foundation 0.9.4",
688
+ "libc",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "cosmol_viewer_core"
693
+ version = "0.1.0"
694
+ dependencies = [
695
+ "bytemuck",
696
+ "eframe",
697
+ "egui_extras",
698
+ "glam",
699
+ "serde",
700
+ ]
701
+
702
+ [[package]]
703
+ name = "cosmol_viewer_python"
704
+ version = "0.1.0"
705
+ dependencies = [
706
+ "base64 0.22.1",
707
+ "cosmol_viewer_core",
708
+ "eframe",
709
+ "egui_extras",
710
+ "glam",
711
+ "pyo3",
712
+ "serde_json",
713
+ "uuid",
714
+ "wasm-bindgen",
715
+ ]
716
+
717
+ [[package]]
718
+ name = "cosmol_viewer_wasm"
719
+ version = "0.1.0"
720
+ dependencies = [
721
+ "cosmol_viewer_core",
722
+ "eframe",
723
+ "egui_extras",
724
+ "glam",
725
+ "log",
726
+ "serde_json",
727
+ "wasm-bindgen",
728
+ "wasm-bindgen-futures",
729
+ "web-sys",
730
+ ]
731
+
732
+ [[package]]
733
+ name = "cpufeatures"
734
+ version = "0.2.17"
735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
736
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
737
+ dependencies = [
738
+ "libc",
739
+ ]
740
+
741
+ [[package]]
742
+ name = "crc32fast"
743
+ version = "1.4.2"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
746
+ dependencies = [
747
+ "cfg-if",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "crossbeam-utils"
752
+ version = "0.8.21"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
755
+
756
+ [[package]]
757
+ name = "crypto-common"
758
+ version = "0.1.6"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
761
+ dependencies = [
762
+ "generic-array",
763
+ "typenum",
764
+ ]
765
+
766
+ [[package]]
767
+ name = "cursor-icon"
768
+ version = "1.2.0"
769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
770
+ checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
771
+
772
+ [[package]]
773
+ name = "data-url"
774
+ version = "0.3.1"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
777
+
778
+ [[package]]
779
+ name = "digest"
780
+ version = "0.10.7"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
783
+ dependencies = [
784
+ "block-buffer",
785
+ "crypto-common",
786
+ ]
787
+
788
+ [[package]]
789
+ name = "dispatch"
790
+ version = "0.2.0"
791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
792
+ checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
793
+
794
+ [[package]]
795
+ name = "dispatch2"
796
+ version = "0.3.0"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
799
+ dependencies = [
800
+ "bitflags 2.9.1",
801
+ "objc2 0.6.1",
802
+ ]
803
+
804
+ [[package]]
805
+ name = "displaydoc"
806
+ version = "0.2.5"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
809
+ dependencies = [
810
+ "proc-macro2",
811
+ "quote",
812
+ "syn",
813
+ ]
814
+
815
+ [[package]]
816
+ name = "dlib"
817
+ version = "0.5.2"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
820
+ dependencies = [
821
+ "libloading",
822
+ ]
823
+
824
+ [[package]]
825
+ name = "document-features"
826
+ version = "0.2.11"
827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
828
+ checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
829
+ dependencies = [
830
+ "litrs",
831
+ ]
832
+
833
+ [[package]]
834
+ name = "downcast-rs"
835
+ version = "1.2.1"
836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
837
+ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
838
+
839
+ [[package]]
840
+ name = "dpi"
841
+ version = "0.1.2"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
844
+
845
+ [[package]]
846
+ name = "ecolor"
847
+ version = "0.31.1"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "bc4feb366740ded31a004a0e4452fbf84e80ef432ecf8314c485210229672fd1"
850
+ dependencies = [
851
+ "bytemuck",
852
+ "emath",
853
+ ]
854
+
855
+ [[package]]
856
+ name = "eframe"
857
+ version = "0.31.1"
858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
859
+ checksum = "d0dfe0859f3fb1bc6424c57d41e10e9093fe938f426b691e42272c2f336d915c"
860
+ dependencies = [
861
+ "ahash",
862
+ "bytemuck",
863
+ "document-features",
864
+ "egui",
865
+ "egui-wgpu",
866
+ "egui-winit",
867
+ "egui_glow",
868
+ "glow",
869
+ "glutin",
870
+ "glutin-winit",
871
+ "image",
872
+ "js-sys",
873
+ "log",
874
+ "objc2 0.5.2",
875
+ "objc2-app-kit 0.2.2",
876
+ "objc2-foundation 0.2.2",
877
+ "parking_lot",
878
+ "percent-encoding",
879
+ "profiling",
880
+ "raw-window-handle",
881
+ "static_assertions",
882
+ "wasm-bindgen",
883
+ "wasm-bindgen-futures",
884
+ "web-sys",
885
+ "web-time",
886
+ "winapi",
887
+ "windows-sys 0.59.0",
888
+ "winit",
889
+ ]
890
+
891
+ [[package]]
892
+ name = "egui"
893
+ version = "0.31.1"
894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
895
+ checksum = "25dd34cec49ab55d85ebf70139cb1ccd29c977ef6b6ba4fe85489d6877ee9ef3"
896
+ dependencies = [
897
+ "accesskit",
898
+ "ahash",
899
+ "bitflags 2.9.1",
900
+ "emath",
901
+ "epaint",
902
+ "log",
903
+ "nohash-hasher",
904
+ "profiling",
905
+ ]
906
+
907
+ [[package]]
908
+ name = "egui-wgpu"
909
+ version = "0.31.1"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "d319dfef570f699b6e9114e235e862a2ddcf75f0d1a061de9e1328d92146d820"
912
+ dependencies = [
913
+ "ahash",
914
+ "bytemuck",
915
+ "document-features",
916
+ "egui",
917
+ "epaint",
918
+ "log",
919
+ "profiling",
920
+ "thiserror 1.0.69",
921
+ "type-map",
922
+ "web-time",
923
+ "wgpu",
924
+ "winit",
925
+ ]
926
+
927
+ [[package]]
928
+ name = "egui-winit"
929
+ version = "0.31.1"
930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
931
+ checksum = "7d9dfbb78fe4eb9c3a39ad528b90ee5915c252e77bbab9d4ebc576541ab67e13"
932
+ dependencies = [
933
+ "accesskit_winit",
934
+ "ahash",
935
+ "arboard",
936
+ "bytemuck",
937
+ "egui",
938
+ "log",
939
+ "profiling",
940
+ "raw-window-handle",
941
+ "smithay-clipboard",
942
+ "web-time",
943
+ "webbrowser",
944
+ "winit",
945
+ ]
946
+
947
+ [[package]]
948
+ name = "egui_extras"
949
+ version = "0.31.1"
950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
951
+ checksum = "624659a2e972a46f4d5f646557906c55f1cd5a0836eddbe610fdf1afba1b4226"
952
+ dependencies = [
953
+ "ahash",
954
+ "egui",
955
+ "enum-map",
956
+ "log",
957
+ "mime_guess2",
958
+ "profiling",
959
+ "resvg",
960
+ ]
961
+
962
+ [[package]]
963
+ name = "egui_glow"
964
+ version = "0.31.1"
965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
966
+ checksum = "910906e3f042ea6d2378ec12a6fd07698e14ddae68aed2d819ffe944a73aab9e"
967
+ dependencies = [
968
+ "ahash",
969
+ "bytemuck",
970
+ "egui",
971
+ "glow",
972
+ "log",
973
+ "memoffset",
974
+ "profiling",
975
+ "wasm-bindgen",
976
+ "web-sys",
977
+ "winit",
978
+ ]
979
+
980
+ [[package]]
981
+ name = "emath"
982
+ version = "0.31.1"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "9e4cadcff7a5353ba72b7fea76bf2122b5ebdbc68e8155aa56dfdea90083fe1b"
985
+ dependencies = [
986
+ "bytemuck",
987
+ ]
988
+
989
+ [[package]]
990
+ name = "endi"
991
+ version = "1.1.0"
992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
993
+ checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
994
+
995
+ [[package]]
996
+ name = "enum-map"
997
+ version = "2.7.3"
998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
999
+ checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
1000
+ dependencies = [
1001
+ "enum-map-derive",
1002
+ "serde",
1003
+ ]
1004
+
1005
+ [[package]]
1006
+ name = "enum-map-derive"
1007
+ version = "0.17.0"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
1010
+ dependencies = [
1011
+ "proc-macro2",
1012
+ "quote",
1013
+ "syn",
1014
+ ]
1015
+
1016
+ [[package]]
1017
+ name = "enumflags2"
1018
+ version = "0.7.12"
1019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1020
+ checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
1021
+ dependencies = [
1022
+ "enumflags2_derive",
1023
+ "serde",
1024
+ ]
1025
+
1026
+ [[package]]
1027
+ name = "enumflags2_derive"
1028
+ version = "0.7.12"
1029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1030
+ checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
1031
+ dependencies = [
1032
+ "proc-macro2",
1033
+ "quote",
1034
+ "syn",
1035
+ ]
1036
+
1037
+ [[package]]
1038
+ name = "epaint"
1039
+ version = "0.31.1"
1040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1041
+ checksum = "41fcc0f5a7c613afd2dee5e4b30c3e6acafb8ad6f0edb06068811f708a67c562"
1042
+ dependencies = [
1043
+ "ab_glyph",
1044
+ "ahash",
1045
+ "bytemuck",
1046
+ "ecolor",
1047
+ "emath",
1048
+ "epaint_default_fonts",
1049
+ "log",
1050
+ "nohash-hasher",
1051
+ "parking_lot",
1052
+ "profiling",
1053
+ ]
1054
+
1055
+ [[package]]
1056
+ name = "epaint_default_fonts"
1057
+ version = "0.31.1"
1058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1059
+ checksum = "fc7e7a64c02cf7a5b51e745a9e45f60660a286f151c238b9d397b3e923f5082f"
1060
+
1061
+ [[package]]
1062
+ name = "equivalent"
1063
+ version = "1.0.2"
1064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1065
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1066
+
1067
+ [[package]]
1068
+ name = "errno"
1069
+ version = "0.3.13"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
1072
+ dependencies = [
1073
+ "libc",
1074
+ "windows-sys 0.60.2",
1075
+ ]
1076
+
1077
+ [[package]]
1078
+ name = "error-code"
1079
+ version = "3.3.2"
1080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+ checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
1082
+
1083
+ [[package]]
1084
+ name = "event-listener"
1085
+ version = "5.4.0"
1086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1087
+ checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
1088
+ dependencies = [
1089
+ "concurrent-queue",
1090
+ "parking",
1091
+ "pin-project-lite",
1092
+ ]
1093
+
1094
+ [[package]]
1095
+ name = "event-listener-strategy"
1096
+ version = "0.5.4"
1097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
+ checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1099
+ dependencies = [
1100
+ "event-listener",
1101
+ "pin-project-lite",
1102
+ ]
1103
+
1104
+ [[package]]
1105
+ name = "fastrand"
1106
+ version = "2.3.0"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1109
+
1110
+ [[package]]
1111
+ name = "fdeflate"
1112
+ version = "0.3.7"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1115
+ dependencies = [
1116
+ "simd-adler32",
1117
+ ]
1118
+
1119
+ [[package]]
1120
+ name = "flate2"
1121
+ version = "1.1.2"
1122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1123
+ checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
1124
+ dependencies = [
1125
+ "crc32fast",
1126
+ "miniz_oxide",
1127
+ ]
1128
+
1129
+ [[package]]
1130
+ name = "float-cmp"
1131
+ version = "0.9.0"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
1134
+
1135
+ [[package]]
1136
+ name = "foldhash"
1137
+ version = "0.1.5"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1140
+
1141
+ [[package]]
1142
+ name = "foreign-types"
1143
+ version = "0.5.0"
1144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1145
+ checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1146
+ dependencies = [
1147
+ "foreign-types-macros",
1148
+ "foreign-types-shared",
1149
+ ]
1150
+
1151
+ [[package]]
1152
+ name = "foreign-types-macros"
1153
+ version = "0.2.3"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1156
+ dependencies = [
1157
+ "proc-macro2",
1158
+ "quote",
1159
+ "syn",
1160
+ ]
1161
+
1162
+ [[package]]
1163
+ name = "foreign-types-shared"
1164
+ version = "0.3.1"
1165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1166
+ checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1167
+
1168
+ [[package]]
1169
+ name = "form_urlencoded"
1170
+ version = "1.2.1"
1171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1172
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1173
+ dependencies = [
1174
+ "percent-encoding",
1175
+ ]
1176
+
1177
+ [[package]]
1178
+ name = "futures-core"
1179
+ version = "0.3.31"
1180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1181
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1182
+
1183
+ [[package]]
1184
+ name = "futures-io"
1185
+ version = "0.3.31"
1186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1187
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1188
+
1189
+ [[package]]
1190
+ name = "futures-lite"
1191
+ version = "2.6.0"
1192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1193
+ checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
1194
+ dependencies = [
1195
+ "fastrand",
1196
+ "futures-core",
1197
+ "futures-io",
1198
+ "parking",
1199
+ "pin-project-lite",
1200
+ ]
1201
+
1202
+ [[package]]
1203
+ name = "futures-macro"
1204
+ version = "0.3.31"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1207
+ dependencies = [
1208
+ "proc-macro2",
1209
+ "quote",
1210
+ "syn",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "futures-sink"
1215
+ version = "0.3.31"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1218
+
1219
+ [[package]]
1220
+ name = "futures-task"
1221
+ version = "0.3.31"
1222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1224
+
1225
+ [[package]]
1226
+ name = "futures-util"
1227
+ version = "0.3.31"
1228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1229
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1230
+ dependencies = [
1231
+ "futures-core",
1232
+ "futures-io",
1233
+ "futures-macro",
1234
+ "futures-sink",
1235
+ "futures-task",
1236
+ "memchr",
1237
+ "pin-project-lite",
1238
+ "pin-utils",
1239
+ "slab",
1240
+ ]
1241
+
1242
+ [[package]]
1243
+ name = "generic-array"
1244
+ version = "0.14.7"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1247
+ dependencies = [
1248
+ "typenum",
1249
+ "version_check",
1250
+ ]
1251
+
1252
+ [[package]]
1253
+ name = "gethostname"
1254
+ version = "0.4.3"
1255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1256
+ checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
1257
+ dependencies = [
1258
+ "libc",
1259
+ "windows-targets 0.48.5",
1260
+ ]
1261
+
1262
+ [[package]]
1263
+ name = "getrandom"
1264
+ version = "0.2.16"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1267
+ dependencies = [
1268
+ "cfg-if",
1269
+ "libc",
1270
+ "wasi 0.11.1+wasi-snapshot-preview1",
1271
+ ]
1272
+
1273
+ [[package]]
1274
+ name = "getrandom"
1275
+ version = "0.3.3"
1276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1277
+ checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1278
+ dependencies = [
1279
+ "cfg-if",
1280
+ "libc",
1281
+ "r-efi",
1282
+ "wasi 0.14.2+wasi-0.2.4",
1283
+ ]
1284
+
1285
+ [[package]]
1286
+ name = "gl_generator"
1287
+ version = "0.14.0"
1288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1289
+ checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
1290
+ dependencies = [
1291
+ "khronos_api",
1292
+ "log",
1293
+ "xml-rs",
1294
+ ]
1295
+
1296
+ [[package]]
1297
+ name = "glam"
1298
+ version = "0.30.4"
1299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1300
+ checksum = "50a99dbe56b72736564cfa4b85bf9a33079f16ae8b74983ab06af3b1a3696b11"
1301
+ dependencies = [
1302
+ "serde",
1303
+ ]
1304
+
1305
+ [[package]]
1306
+ name = "glow"
1307
+ version = "0.16.0"
1308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1309
+ checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
1310
+ dependencies = [
1311
+ "js-sys",
1312
+ "slotmap",
1313
+ "wasm-bindgen",
1314
+ "web-sys",
1315
+ ]
1316
+
1317
+ [[package]]
1318
+ name = "glutin"
1319
+ version = "0.32.3"
1320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1321
+ checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325"
1322
+ dependencies = [
1323
+ "bitflags 2.9.1",
1324
+ "cfg_aliases",
1325
+ "cgl",
1326
+ "dispatch2",
1327
+ "glutin_egl_sys",
1328
+ "glutin_glx_sys",
1329
+ "glutin_wgl_sys",
1330
+ "libloading",
1331
+ "objc2 0.6.1",
1332
+ "objc2-app-kit 0.3.1",
1333
+ "objc2-core-foundation",
1334
+ "objc2-foundation 0.3.1",
1335
+ "once_cell",
1336
+ "raw-window-handle",
1337
+ "wayland-sys",
1338
+ "windows-sys 0.52.0",
1339
+ "x11-dl",
1340
+ ]
1341
+
1342
+ [[package]]
1343
+ name = "glutin-winit"
1344
+ version = "0.5.0"
1345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+ checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f"
1347
+ dependencies = [
1348
+ "cfg_aliases",
1349
+ "glutin",
1350
+ "raw-window-handle",
1351
+ "winit",
1352
+ ]
1353
+
1354
+ [[package]]
1355
+ name = "glutin_egl_sys"
1356
+ version = "0.7.1"
1357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1358
+ checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2"
1359
+ dependencies = [
1360
+ "gl_generator",
1361
+ "windows-sys 0.52.0",
1362
+ ]
1363
+
1364
+ [[package]]
1365
+ name = "glutin_glx_sys"
1366
+ version = "0.6.1"
1367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1368
+ checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185"
1369
+ dependencies = [
1370
+ "gl_generator",
1371
+ "x11-dl",
1372
+ ]
1373
+
1374
+ [[package]]
1375
+ name = "glutin_wgl_sys"
1376
+ version = "0.6.1"
1377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1378
+ checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
1379
+ dependencies = [
1380
+ "gl_generator",
1381
+ ]
1382
+
1383
+ [[package]]
1384
+ name = "gpu-alloc"
1385
+ version = "0.6.0"
1386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1387
+ checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
1388
+ dependencies = [
1389
+ "bitflags 2.9.1",
1390
+ "gpu-alloc-types",
1391
+ ]
1392
+
1393
+ [[package]]
1394
+ name = "gpu-alloc-types"
1395
+ version = "0.3.0"
1396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1397
+ checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
1398
+ dependencies = [
1399
+ "bitflags 2.9.1",
1400
+ ]
1401
+
1402
+ [[package]]
1403
+ name = "gpu-descriptor"
1404
+ version = "0.3.2"
1405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1406
+ checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
1407
+ dependencies = [
1408
+ "bitflags 2.9.1",
1409
+ "gpu-descriptor-types",
1410
+ "hashbrown",
1411
+ ]
1412
+
1413
+ [[package]]
1414
+ name = "gpu-descriptor-types"
1415
+ version = "0.2.0"
1416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1417
+ checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
1418
+ dependencies = [
1419
+ "bitflags 2.9.1",
1420
+ ]
1421
+
1422
+ [[package]]
1423
+ name = "hashbrown"
1424
+ version = "0.15.4"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
1427
+ dependencies = [
1428
+ "foldhash",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "heck"
1433
+ version = "0.5.0"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1436
+
1437
+ [[package]]
1438
+ name = "hermit-abi"
1439
+ version = "0.5.2"
1440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1442
+
1443
+ [[package]]
1444
+ name = "hex"
1445
+ version = "0.4.3"
1446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1447
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1448
+
1449
+ [[package]]
1450
+ name = "hexf-parse"
1451
+ version = "0.2.1"
1452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1453
+ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
1454
+
1455
+ [[package]]
1456
+ name = "icu_collections"
1457
+ version = "2.0.0"
1458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+ checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1460
+ dependencies = [
1461
+ "displaydoc",
1462
+ "potential_utf",
1463
+ "yoke",
1464
+ "zerofrom",
1465
+ "zerovec",
1466
+ ]
1467
+
1468
+ [[package]]
1469
+ name = "icu_locale_core"
1470
+ version = "2.0.0"
1471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1472
+ checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1473
+ dependencies = [
1474
+ "displaydoc",
1475
+ "litemap",
1476
+ "tinystr",
1477
+ "writeable",
1478
+ "zerovec",
1479
+ ]
1480
+
1481
+ [[package]]
1482
+ name = "icu_normalizer"
1483
+ version = "2.0.0"
1484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1485
+ checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1486
+ dependencies = [
1487
+ "displaydoc",
1488
+ "icu_collections",
1489
+ "icu_normalizer_data",
1490
+ "icu_properties",
1491
+ "icu_provider",
1492
+ "smallvec",
1493
+ "zerovec",
1494
+ ]
1495
+
1496
+ [[package]]
1497
+ name = "icu_normalizer_data"
1498
+ version = "2.0.0"
1499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1500
+ checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1501
+
1502
+ [[package]]
1503
+ name = "icu_properties"
1504
+ version = "2.0.1"
1505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+ checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1507
+ dependencies = [
1508
+ "displaydoc",
1509
+ "icu_collections",
1510
+ "icu_locale_core",
1511
+ "icu_properties_data",
1512
+ "icu_provider",
1513
+ "potential_utf",
1514
+ "zerotrie",
1515
+ "zerovec",
1516
+ ]
1517
+
1518
+ [[package]]
1519
+ name = "icu_properties_data"
1520
+ version = "2.0.1"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1523
+
1524
+ [[package]]
1525
+ name = "icu_provider"
1526
+ version = "2.0.0"
1527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1528
+ checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1529
+ dependencies = [
1530
+ "displaydoc",
1531
+ "icu_locale_core",
1532
+ "stable_deref_trait",
1533
+ "tinystr",
1534
+ "writeable",
1535
+ "yoke",
1536
+ "zerofrom",
1537
+ "zerotrie",
1538
+ "zerovec",
1539
+ ]
1540
+
1541
+ [[package]]
1542
+ name = "idna"
1543
+ version = "1.0.3"
1544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1545
+ checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1546
+ dependencies = [
1547
+ "idna_adapter",
1548
+ "smallvec",
1549
+ "utf8_iter",
1550
+ ]
1551
+
1552
+ [[package]]
1553
+ name = "idna_adapter"
1554
+ version = "1.2.1"
1555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1556
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1557
+ dependencies = [
1558
+ "icu_normalizer",
1559
+ "icu_properties",
1560
+ ]
1561
+
1562
+ [[package]]
1563
+ name = "image"
1564
+ version = "0.25.6"
1565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1566
+ checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
1567
+ dependencies = [
1568
+ "bytemuck",
1569
+ "byteorder-lite",
1570
+ "num-traits",
1571
+ "png",
1572
+ "tiff",
1573
+ ]
1574
+
1575
+ [[package]]
1576
+ name = "imagesize"
1577
+ version = "0.12.0"
1578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1579
+ checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
1580
+
1581
+ [[package]]
1582
+ name = "immutable-chunkmap"
1583
+ version = "2.0.6"
1584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1585
+ checksum = "12f97096f508d54f8f8ab8957862eee2ccd628847b6217af1a335e1c44dee578"
1586
+ dependencies = [
1587
+ "arrayvec",
1588
+ ]
1589
+
1590
+ [[package]]
1591
+ name = "indexmap"
1592
+ version = "2.9.0"
1593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1594
+ checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
1595
+ dependencies = [
1596
+ "equivalent",
1597
+ "hashbrown",
1598
+ ]
1599
+
1600
+ [[package]]
1601
+ name = "indoc"
1602
+ version = "2.0.6"
1603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1604
+ checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
1605
+
1606
+ [[package]]
1607
+ name = "itoa"
1608
+ version = "1.0.15"
1609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1610
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1611
+
1612
+ [[package]]
1613
+ name = "jni"
1614
+ version = "0.21.1"
1615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
+ checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1617
+ dependencies = [
1618
+ "cesu8",
1619
+ "cfg-if",
1620
+ "combine",
1621
+ "jni-sys",
1622
+ "log",
1623
+ "thiserror 1.0.69",
1624
+ "walkdir",
1625
+ "windows-sys 0.45.0",
1626
+ ]
1627
+
1628
+ [[package]]
1629
+ name = "jni-sys"
1630
+ version = "0.3.0"
1631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1632
+ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1633
+
1634
+ [[package]]
1635
+ name = "jobserver"
1636
+ version = "0.1.33"
1637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1638
+ checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
1639
+ dependencies = [
1640
+ "getrandom 0.3.3",
1641
+ "libc",
1642
+ ]
1643
+
1644
+ [[package]]
1645
+ name = "jpeg-decoder"
1646
+ version = "0.3.2"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07"
1649
+
1650
+ [[package]]
1651
+ name = "js-sys"
1652
+ version = "0.3.77"
1653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1654
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1655
+ dependencies = [
1656
+ "once_cell",
1657
+ "wasm-bindgen",
1658
+ ]
1659
+
1660
+ [[package]]
1661
+ name = "khronos-egl"
1662
+ version = "6.0.0"
1663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1664
+ checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
1665
+ dependencies = [
1666
+ "libc",
1667
+ "libloading",
1668
+ "pkg-config",
1669
+ ]
1670
+
1671
+ [[package]]
1672
+ name = "khronos_api"
1673
+ version = "3.1.0"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
1676
+
1677
+ [[package]]
1678
+ name = "kurbo"
1679
+ version = "0.9.5"
1680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1681
+ checksum = "bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b"
1682
+ dependencies = [
1683
+ "arrayvec",
1684
+ ]
1685
+
1686
+ [[package]]
1687
+ name = "libc"
1688
+ version = "0.2.174"
1689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1690
+ checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
1691
+
1692
+ [[package]]
1693
+ name = "libloading"
1694
+ version = "0.8.8"
1695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1696
+ checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
1697
+ dependencies = [
1698
+ "cfg-if",
1699
+ "windows-targets 0.53.2",
1700
+ ]
1701
+
1702
+ [[package]]
1703
+ name = "libredox"
1704
+ version = "0.1.4"
1705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1706
+ checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638"
1707
+ dependencies = [
1708
+ "bitflags 2.9.1",
1709
+ "libc",
1710
+ "redox_syscall 0.5.13",
1711
+ ]
1712
+
1713
+ [[package]]
1714
+ name = "linux-raw-sys"
1715
+ version = "0.4.15"
1716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1717
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1718
+
1719
+ [[package]]
1720
+ name = "linux-raw-sys"
1721
+ version = "0.9.4"
1722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1723
+ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1724
+
1725
+ [[package]]
1726
+ name = "litemap"
1727
+ version = "0.8.0"
1728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1729
+ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1730
+
1731
+ [[package]]
1732
+ name = "litrs"
1733
+ version = "0.4.1"
1734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1735
+ checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
1736
+
1737
+ [[package]]
1738
+ name = "lock_api"
1739
+ version = "0.4.13"
1740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1741
+ checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1742
+ dependencies = [
1743
+ "autocfg",
1744
+ "scopeguard",
1745
+ ]
1746
+
1747
+ [[package]]
1748
+ name = "log"
1749
+ version = "0.4.27"
1750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1751
+ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1752
+
1753
+ [[package]]
1754
+ name = "malloc_buf"
1755
+ version = "0.0.6"
1756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1757
+ checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1758
+ dependencies = [
1759
+ "libc",
1760
+ ]
1761
+
1762
+ [[package]]
1763
+ name = "memchr"
1764
+ version = "2.7.5"
1765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1766
+ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1767
+
1768
+ [[package]]
1769
+ name = "memmap2"
1770
+ version = "0.9.5"
1771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1772
+ checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
1773
+ dependencies = [
1774
+ "libc",
1775
+ ]
1776
+
1777
+ [[package]]
1778
+ name = "memoffset"
1779
+ version = "0.9.1"
1780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1781
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1782
+ dependencies = [
1783
+ "autocfg",
1784
+ ]
1785
+
1786
+ [[package]]
1787
+ name = "metal"
1788
+ version = "0.31.0"
1789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1790
+ checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
1791
+ dependencies = [
1792
+ "bitflags 2.9.1",
1793
+ "block",
1794
+ "core-graphics-types",
1795
+ "foreign-types",
1796
+ "log",
1797
+ "objc",
1798
+ "paste",
1799
+ ]
1800
+
1801
+ [[package]]
1802
+ name = "mime"
1803
+ version = "0.3.17"
1804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1805
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1806
+
1807
+ [[package]]
1808
+ name = "mime_guess2"
1809
+ version = "2.3.1"
1810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1811
+ checksum = "1706dc14a2e140dec0a7a07109d9a3d5890b81e85bd6c60b906b249a77adf0ca"
1812
+ dependencies = [
1813
+ "mime",
1814
+ "phf",
1815
+ "phf_shared",
1816
+ "unicase",
1817
+ ]
1818
+
1819
+ [[package]]
1820
+ name = "miniz_oxide"
1821
+ version = "0.8.9"
1822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1823
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1824
+ dependencies = [
1825
+ "adler2",
1826
+ "simd-adler32",
1827
+ ]
1828
+
1829
+ [[package]]
1830
+ name = "naga"
1831
+ version = "24.0.0"
1832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1833
+ checksum = "e380993072e52eef724eddfcde0ed013b0c023c3f0417336ed041aa9f076994e"
1834
+ dependencies = [
1835
+ "arrayvec",
1836
+ "bit-set",
1837
+ "bitflags 2.9.1",
1838
+ "cfg_aliases",
1839
+ "codespan-reporting",
1840
+ "hexf-parse",
1841
+ "indexmap",
1842
+ "log",
1843
+ "rustc-hash 1.1.0",
1844
+ "spirv",
1845
+ "strum",
1846
+ "termcolor",
1847
+ "thiserror 2.0.12",
1848
+ "unicode-xid",
1849
+ ]
1850
+
1851
+ [[package]]
1852
+ name = "ndk"
1853
+ version = "0.9.0"
1854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1855
+ checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
1856
+ dependencies = [
1857
+ "bitflags 2.9.1",
1858
+ "jni-sys",
1859
+ "log",
1860
+ "ndk-sys 0.6.0+11769913",
1861
+ "num_enum",
1862
+ "raw-window-handle",
1863
+ "thiserror 1.0.69",
1864
+ ]
1865
+
1866
+ [[package]]
1867
+ name = "ndk-context"
1868
+ version = "0.1.1"
1869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1870
+ checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
1871
+
1872
+ [[package]]
1873
+ name = "ndk-sys"
1874
+ version = "0.5.0+25.2.9519653"
1875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1876
+ checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
1877
+ dependencies = [
1878
+ "jni-sys",
1879
+ ]
1880
+
1881
+ [[package]]
1882
+ name = "ndk-sys"
1883
+ version = "0.6.0+11769913"
1884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1885
+ checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
1886
+ dependencies = [
1887
+ "jni-sys",
1888
+ ]
1889
+
1890
+ [[package]]
1891
+ name = "nix"
1892
+ version = "0.29.0"
1893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1894
+ checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
1895
+ dependencies = [
1896
+ "bitflags 2.9.1",
1897
+ "cfg-if",
1898
+ "cfg_aliases",
1899
+ "libc",
1900
+ "memoffset",
1901
+ ]
1902
+
1903
+ [[package]]
1904
+ name = "nohash-hasher"
1905
+ version = "0.2.0"
1906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1907
+ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
1908
+
1909
+ [[package]]
1910
+ name = "num-traits"
1911
+ version = "0.2.19"
1912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1913
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1914
+ dependencies = [
1915
+ "autocfg",
1916
+ ]
1917
+
1918
+ [[package]]
1919
+ name = "num_enum"
1920
+ version = "0.7.4"
1921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1922
+ checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
1923
+ dependencies = [
1924
+ "num_enum_derive",
1925
+ "rustversion",
1926
+ ]
1927
+
1928
+ [[package]]
1929
+ name = "num_enum_derive"
1930
+ version = "0.7.4"
1931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1932
+ checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
1933
+ dependencies = [
1934
+ "proc-macro-crate",
1935
+ "proc-macro2",
1936
+ "quote",
1937
+ "syn",
1938
+ ]
1939
+
1940
+ [[package]]
1941
+ name = "objc"
1942
+ version = "0.2.7"
1943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1944
+ checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
1945
+ dependencies = [
1946
+ "malloc_buf",
1947
+ ]
1948
+
1949
+ [[package]]
1950
+ name = "objc-sys"
1951
+ version = "0.3.5"
1952
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1953
+ checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
1954
+
1955
+ [[package]]
1956
+ name = "objc2"
1957
+ version = "0.5.2"
1958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1959
+ checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
1960
+ dependencies = [
1961
+ "objc-sys",
1962
+ "objc2-encode",
1963
+ ]
1964
+
1965
+ [[package]]
1966
+ name = "objc2"
1967
+ version = "0.6.1"
1968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1969
+ checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
1970
+ dependencies = [
1971
+ "objc2-encode",
1972
+ ]
1973
+
1974
+ [[package]]
1975
+ name = "objc2-app-kit"
1976
+ version = "0.2.2"
1977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1978
+ checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
1979
+ dependencies = [
1980
+ "bitflags 2.9.1",
1981
+ "block2",
1982
+ "libc",
1983
+ "objc2 0.5.2",
1984
+ "objc2-core-data",
1985
+ "objc2-core-image",
1986
+ "objc2-foundation 0.2.2",
1987
+ "objc2-quartz-core",
1988
+ ]
1989
+
1990
+ [[package]]
1991
+ name = "objc2-app-kit"
1992
+ version = "0.3.1"
1993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1994
+ checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
1995
+ dependencies = [
1996
+ "bitflags 2.9.1",
1997
+ "objc2 0.6.1",
1998
+ "objc2-core-foundation",
1999
+ "objc2-core-graphics",
2000
+ "objc2-foundation 0.3.1",
2001
+ ]
2002
+
2003
+ [[package]]
2004
+ name = "objc2-cloud-kit"
2005
+ version = "0.2.2"
2006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2007
+ checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
2008
+ dependencies = [
2009
+ "bitflags 2.9.1",
2010
+ "block2",
2011
+ "objc2 0.5.2",
2012
+ "objc2-core-location",
2013
+ "objc2-foundation 0.2.2",
2014
+ ]
2015
+
2016
+ [[package]]
2017
+ name = "objc2-contacts"
2018
+ version = "0.2.2"
2019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2020
+ checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
2021
+ dependencies = [
2022
+ "block2",
2023
+ "objc2 0.5.2",
2024
+ "objc2-foundation 0.2.2",
2025
+ ]
2026
+
2027
+ [[package]]
2028
+ name = "objc2-core-data"
2029
+ version = "0.2.2"
2030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2031
+ checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
2032
+ dependencies = [
2033
+ "bitflags 2.9.1",
2034
+ "block2",
2035
+ "objc2 0.5.2",
2036
+ "objc2-foundation 0.2.2",
2037
+ ]
2038
+
2039
+ [[package]]
2040
+ name = "objc2-core-foundation"
2041
+ version = "0.3.1"
2042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2043
+ checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
2044
+ dependencies = [
2045
+ "bitflags 2.9.1",
2046
+ "dispatch2",
2047
+ "objc2 0.6.1",
2048
+ ]
2049
+
2050
+ [[package]]
2051
+ name = "objc2-core-graphics"
2052
+ version = "0.3.1"
2053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2054
+ checksum = "989c6c68c13021b5c2d6b71456ebb0f9dc78d752e86a98da7c716f4f9470f5a4"
2055
+ dependencies = [
2056
+ "bitflags 2.9.1",
2057
+ "dispatch2",
2058
+ "objc2 0.6.1",
2059
+ "objc2-core-foundation",
2060
+ "objc2-io-surface",
2061
+ ]
2062
+
2063
+ [[package]]
2064
+ name = "objc2-core-image"
2065
+ version = "0.2.2"
2066
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2067
+ checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
2068
+ dependencies = [
2069
+ "block2",
2070
+ "objc2 0.5.2",
2071
+ "objc2-foundation 0.2.2",
2072
+ "objc2-metal",
2073
+ ]
2074
+
2075
+ [[package]]
2076
+ name = "objc2-core-location"
2077
+ version = "0.2.2"
2078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2079
+ checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
2080
+ dependencies = [
2081
+ "block2",
2082
+ "objc2 0.5.2",
2083
+ "objc2-contacts",
2084
+ "objc2-foundation 0.2.2",
2085
+ ]
2086
+
2087
+ [[package]]
2088
+ name = "objc2-encode"
2089
+ version = "4.1.0"
2090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2091
+ checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2092
+
2093
+ [[package]]
2094
+ name = "objc2-foundation"
2095
+ version = "0.2.2"
2096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2097
+ checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
2098
+ dependencies = [
2099
+ "bitflags 2.9.1",
2100
+ "block2",
2101
+ "dispatch",
2102
+ "libc",
2103
+ "objc2 0.5.2",
2104
+ ]
2105
+
2106
+ [[package]]
2107
+ name = "objc2-foundation"
2108
+ version = "0.3.1"
2109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2110
+ checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
2111
+ dependencies = [
2112
+ "bitflags 2.9.1",
2113
+ "objc2 0.6.1",
2114
+ "objc2-core-foundation",
2115
+ ]
2116
+
2117
+ [[package]]
2118
+ name = "objc2-io-surface"
2119
+ version = "0.3.1"
2120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2121
+ checksum = "7282e9ac92529fa3457ce90ebb15f4ecbc383e8338060960760fa2cf75420c3c"
2122
+ dependencies = [
2123
+ "bitflags 2.9.1",
2124
+ "objc2 0.6.1",
2125
+ "objc2-core-foundation",
2126
+ ]
2127
+
2128
+ [[package]]
2129
+ name = "objc2-link-presentation"
2130
+ version = "0.2.2"
2131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2132
+ checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
2133
+ dependencies = [
2134
+ "block2",
2135
+ "objc2 0.5.2",
2136
+ "objc2-app-kit 0.2.2",
2137
+ "objc2-foundation 0.2.2",
2138
+ ]
2139
+
2140
+ [[package]]
2141
+ name = "objc2-metal"
2142
+ version = "0.2.2"
2143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2144
+ checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
2145
+ dependencies = [
2146
+ "bitflags 2.9.1",
2147
+ "block2",
2148
+ "objc2 0.5.2",
2149
+ "objc2-foundation 0.2.2",
2150
+ ]
2151
+
2152
+ [[package]]
2153
+ name = "objc2-quartz-core"
2154
+ version = "0.2.2"
2155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2156
+ checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
2157
+ dependencies = [
2158
+ "bitflags 2.9.1",
2159
+ "block2",
2160
+ "objc2 0.5.2",
2161
+ "objc2-foundation 0.2.2",
2162
+ "objc2-metal",
2163
+ ]
2164
+
2165
+ [[package]]
2166
+ name = "objc2-symbols"
2167
+ version = "0.2.2"
2168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2169
+ checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
2170
+ dependencies = [
2171
+ "objc2 0.5.2",
2172
+ "objc2-foundation 0.2.2",
2173
+ ]
2174
+
2175
+ [[package]]
2176
+ name = "objc2-ui-kit"
2177
+ version = "0.2.2"
2178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2179
+ checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
2180
+ dependencies = [
2181
+ "bitflags 2.9.1",
2182
+ "block2",
2183
+ "objc2 0.5.2",
2184
+ "objc2-cloud-kit",
2185
+ "objc2-core-data",
2186
+ "objc2-core-image",
2187
+ "objc2-core-location",
2188
+ "objc2-foundation 0.2.2",
2189
+ "objc2-link-presentation",
2190
+ "objc2-quartz-core",
2191
+ "objc2-symbols",
2192
+ "objc2-uniform-type-identifiers",
2193
+ "objc2-user-notifications",
2194
+ ]
2195
+
2196
+ [[package]]
2197
+ name = "objc2-uniform-type-identifiers"
2198
+ version = "0.2.2"
2199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2200
+ checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
2201
+ dependencies = [
2202
+ "block2",
2203
+ "objc2 0.5.2",
2204
+ "objc2-foundation 0.2.2",
2205
+ ]
2206
+
2207
+ [[package]]
2208
+ name = "objc2-user-notifications"
2209
+ version = "0.2.2"
2210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2211
+ checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
2212
+ dependencies = [
2213
+ "bitflags 2.9.1",
2214
+ "block2",
2215
+ "objc2 0.5.2",
2216
+ "objc2-core-location",
2217
+ "objc2-foundation 0.2.2",
2218
+ ]
2219
+
2220
+ [[package]]
2221
+ name = "once_cell"
2222
+ version = "1.21.3"
2223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2224
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2225
+
2226
+ [[package]]
2227
+ name = "orbclient"
2228
+ version = "0.3.48"
2229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2230
+ checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43"
2231
+ dependencies = [
2232
+ "libredox",
2233
+ ]
2234
+
2235
+ [[package]]
2236
+ name = "ordered-float"
2237
+ version = "4.6.0"
2238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2239
+ checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
2240
+ dependencies = [
2241
+ "num-traits",
2242
+ ]
2243
+
2244
+ [[package]]
2245
+ name = "ordered-stream"
2246
+ version = "0.2.0"
2247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2248
+ checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2249
+ dependencies = [
2250
+ "futures-core",
2251
+ "pin-project-lite",
2252
+ ]
2253
+
2254
+ [[package]]
2255
+ name = "owned_ttf_parser"
2256
+ version = "0.25.0"
2257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2258
+ checksum = "22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4"
2259
+ dependencies = [
2260
+ "ttf-parser",
2261
+ ]
2262
+
2263
+ [[package]]
2264
+ name = "parking"
2265
+ version = "2.2.1"
2266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2267
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2268
+
2269
+ [[package]]
2270
+ name = "parking_lot"
2271
+ version = "0.12.4"
2272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2273
+ checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
2274
+ dependencies = [
2275
+ "lock_api",
2276
+ "parking_lot_core",
2277
+ ]
2278
+
2279
+ [[package]]
2280
+ name = "parking_lot_core"
2281
+ version = "0.9.11"
2282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2283
+ checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
2284
+ dependencies = [
2285
+ "cfg-if",
2286
+ "libc",
2287
+ "redox_syscall 0.5.13",
2288
+ "smallvec",
2289
+ "windows-targets 0.52.6",
2290
+ ]
2291
+
2292
+ [[package]]
2293
+ name = "paste"
2294
+ version = "1.0.15"
2295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2296
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2297
+
2298
+ [[package]]
2299
+ name = "percent-encoding"
2300
+ version = "2.3.1"
2301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2302
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2303
+
2304
+ [[package]]
2305
+ name = "phf"
2306
+ version = "0.11.3"
2307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2308
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2309
+ dependencies = [
2310
+ "phf_macros",
2311
+ "phf_shared",
2312
+ ]
2313
+
2314
+ [[package]]
2315
+ name = "phf_generator"
2316
+ version = "0.11.3"
2317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2318
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2319
+ dependencies = [
2320
+ "phf_shared",
2321
+ "rand",
2322
+ ]
2323
+
2324
+ [[package]]
2325
+ name = "phf_macros"
2326
+ version = "0.11.3"
2327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2328
+ checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2329
+ dependencies = [
2330
+ "phf_generator",
2331
+ "phf_shared",
2332
+ "proc-macro2",
2333
+ "quote",
2334
+ "syn",
2335
+ "unicase",
2336
+ ]
2337
+
2338
+ [[package]]
2339
+ name = "phf_shared"
2340
+ version = "0.11.3"
2341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2342
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2343
+ dependencies = [
2344
+ "siphasher 1.0.1",
2345
+ "unicase",
2346
+ ]
2347
+
2348
+ [[package]]
2349
+ name = "pico-args"
2350
+ version = "0.5.0"
2351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2352
+ checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
2353
+
2354
+ [[package]]
2355
+ name = "pin-project"
2356
+ version = "1.1.10"
2357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2358
+ checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2359
+ dependencies = [
2360
+ "pin-project-internal",
2361
+ ]
2362
+
2363
+ [[package]]
2364
+ name = "pin-project-internal"
2365
+ version = "1.1.10"
2366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2367
+ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2368
+ dependencies = [
2369
+ "proc-macro2",
2370
+ "quote",
2371
+ "syn",
2372
+ ]
2373
+
2374
+ [[package]]
2375
+ name = "pin-project-lite"
2376
+ version = "0.2.16"
2377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2378
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2379
+
2380
+ [[package]]
2381
+ name = "pin-utils"
2382
+ version = "0.1.0"
2383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2384
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2385
+
2386
+ [[package]]
2387
+ name = "piper"
2388
+ version = "0.2.4"
2389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2390
+ checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2391
+ dependencies = [
2392
+ "atomic-waker",
2393
+ "fastrand",
2394
+ "futures-io",
2395
+ ]
2396
+
2397
+ [[package]]
2398
+ name = "pkg-config"
2399
+ version = "0.3.32"
2400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2401
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2402
+
2403
+ [[package]]
2404
+ name = "png"
2405
+ version = "0.17.16"
2406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2407
+ checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2408
+ dependencies = [
2409
+ "bitflags 1.3.2",
2410
+ "crc32fast",
2411
+ "fdeflate",
2412
+ "flate2",
2413
+ "miniz_oxide",
2414
+ ]
2415
+
2416
+ [[package]]
2417
+ name = "polling"
2418
+ version = "3.8.0"
2419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2420
+ checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50"
2421
+ dependencies = [
2422
+ "cfg-if",
2423
+ "concurrent-queue",
2424
+ "hermit-abi",
2425
+ "pin-project-lite",
2426
+ "rustix 1.0.7",
2427
+ "tracing",
2428
+ "windows-sys 0.59.0",
2429
+ ]
2430
+
2431
+ [[package]]
2432
+ name = "portable-atomic"
2433
+ version = "1.11.1"
2434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2435
+ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
2436
+
2437
+ [[package]]
2438
+ name = "potential_utf"
2439
+ version = "0.1.2"
2440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2441
+ checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
2442
+ dependencies = [
2443
+ "zerovec",
2444
+ ]
2445
+
2446
+ [[package]]
2447
+ name = "ppv-lite86"
2448
+ version = "0.2.21"
2449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2450
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2451
+ dependencies = [
2452
+ "zerocopy",
2453
+ ]
2454
+
2455
+ [[package]]
2456
+ name = "proc-macro-crate"
2457
+ version = "3.3.0"
2458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2459
+ checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
2460
+ dependencies = [
2461
+ "toml_edit",
2462
+ ]
2463
+
2464
+ [[package]]
2465
+ name = "proc-macro2"
2466
+ version = "1.0.95"
2467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2468
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2469
+ dependencies = [
2470
+ "unicode-ident",
2471
+ ]
2472
+
2473
+ [[package]]
2474
+ name = "profiling"
2475
+ version = "1.0.17"
2476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2477
+ checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
2478
+
2479
+ [[package]]
2480
+ name = "pyo3"
2481
+ version = "0.25.1"
2482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2483
+ checksum = "8970a78afe0628a3e3430376fc5fd76b6b45c4d43360ffd6cdd40bdde72b682a"
2484
+ dependencies = [
2485
+ "indoc",
2486
+ "libc",
2487
+ "memoffset",
2488
+ "once_cell",
2489
+ "portable-atomic",
2490
+ "pyo3-build-config",
2491
+ "pyo3-ffi",
2492
+ "pyo3-macros",
2493
+ "unindent",
2494
+ ]
2495
+
2496
+ [[package]]
2497
+ name = "pyo3-build-config"
2498
+ version = "0.25.1"
2499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2500
+ checksum = "458eb0c55e7ece017adeba38f2248ff3ac615e53660d7c71a238d7d2a01c7598"
2501
+ dependencies = [
2502
+ "once_cell",
2503
+ "target-lexicon",
2504
+ ]
2505
+
2506
+ [[package]]
2507
+ name = "pyo3-ffi"
2508
+ version = "0.25.1"
2509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2510
+ checksum = "7114fe5457c61b276ab77c5055f206295b812608083644a5c5b2640c3102565c"
2511
+ dependencies = [
2512
+ "libc",
2513
+ "pyo3-build-config",
2514
+ ]
2515
+
2516
+ [[package]]
2517
+ name = "pyo3-macros"
2518
+ version = "0.25.1"
2519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2520
+ checksum = "a8725c0a622b374d6cb051d11a0983786448f7785336139c3c94f5aa6bef7e50"
2521
+ dependencies = [
2522
+ "proc-macro2",
2523
+ "pyo3-macros-backend",
2524
+ "quote",
2525
+ "syn",
2526
+ ]
2527
+
2528
+ [[package]]
2529
+ name = "pyo3-macros-backend"
2530
+ version = "0.25.1"
2531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2532
+ checksum = "4109984c22491085343c05b0dbc54ddc405c3cf7b4374fc533f5c3313a572ccc"
2533
+ dependencies = [
2534
+ "heck",
2535
+ "proc-macro2",
2536
+ "pyo3-build-config",
2537
+ "quote",
2538
+ "syn",
2539
+ ]
2540
+
2541
+ [[package]]
2542
+ name = "quick-xml"
2543
+ version = "0.30.0"
2544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2545
+ checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
2546
+ dependencies = [
2547
+ "memchr",
2548
+ "serde",
2549
+ ]
2550
+
2551
+ [[package]]
2552
+ name = "quick-xml"
2553
+ version = "0.37.5"
2554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2555
+ checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
2556
+ dependencies = [
2557
+ "memchr",
2558
+ ]
2559
+
2560
+ [[package]]
2561
+ name = "quote"
2562
+ version = "1.0.40"
2563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2564
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2565
+ dependencies = [
2566
+ "proc-macro2",
2567
+ ]
2568
+
2569
+ [[package]]
2570
+ name = "r-efi"
2571
+ version = "5.3.0"
2572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2573
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2574
+
2575
+ [[package]]
2576
+ name = "rand"
2577
+ version = "0.8.5"
2578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2579
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2580
+ dependencies = [
2581
+ "libc",
2582
+ "rand_chacha",
2583
+ "rand_core",
2584
+ ]
2585
+
2586
+ [[package]]
2587
+ name = "rand_chacha"
2588
+ version = "0.3.1"
2589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2590
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2591
+ dependencies = [
2592
+ "ppv-lite86",
2593
+ "rand_core",
2594
+ ]
2595
+
2596
+ [[package]]
2597
+ name = "rand_core"
2598
+ version = "0.6.4"
2599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2600
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2601
+ dependencies = [
2602
+ "getrandom 0.2.16",
2603
+ ]
2604
+
2605
+ [[package]]
2606
+ name = "raw-window-handle"
2607
+ version = "0.6.2"
2608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2609
+ checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
2610
+
2611
+ [[package]]
2612
+ name = "rctree"
2613
+ version = "0.5.0"
2614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2615
+ checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f"
2616
+
2617
+ [[package]]
2618
+ name = "redox_syscall"
2619
+ version = "0.4.1"
2620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2621
+ checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2622
+ dependencies = [
2623
+ "bitflags 1.3.2",
2624
+ ]
2625
+
2626
+ [[package]]
2627
+ name = "redox_syscall"
2628
+ version = "0.5.13"
2629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2630
+ checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
2631
+ dependencies = [
2632
+ "bitflags 2.9.1",
2633
+ ]
2634
+
2635
+ [[package]]
2636
+ name = "renderdoc-sys"
2637
+ version = "1.1.0"
2638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2639
+ checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
2640
+
2641
+ [[package]]
2642
+ name = "resvg"
2643
+ version = "0.37.0"
2644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2645
+ checksum = "cadccb3d99a9efb8e5e00c16fbb732cbe400db2ec7fc004697ee7d97d86cf1f4"
2646
+ dependencies = [
2647
+ "log",
2648
+ "pico-args",
2649
+ "rgb",
2650
+ "svgtypes",
2651
+ "tiny-skia",
2652
+ "usvg",
2653
+ ]
2654
+
2655
+ [[package]]
2656
+ name = "rgb"
2657
+ version = "0.8.50"
2658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2659
+ checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
2660
+ dependencies = [
2661
+ "bytemuck",
2662
+ ]
2663
+
2664
+ [[package]]
2665
+ name = "roxmltree"
2666
+ version = "0.19.0"
2667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2668
+ checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
2669
+
2670
+ [[package]]
2671
+ name = "rustc-hash"
2672
+ version = "1.1.0"
2673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2674
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2675
+
2676
+ [[package]]
2677
+ name = "rustc-hash"
2678
+ version = "2.1.1"
2679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2680
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2681
+
2682
+ [[package]]
2683
+ name = "rustix"
2684
+ version = "0.38.44"
2685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2686
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2687
+ dependencies = [
2688
+ "bitflags 2.9.1",
2689
+ "errno",
2690
+ "libc",
2691
+ "linux-raw-sys 0.4.15",
2692
+ "windows-sys 0.59.0",
2693
+ ]
2694
+
2695
+ [[package]]
2696
+ name = "rustix"
2697
+ version = "1.0.7"
2698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2699
+ checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
2700
+ dependencies = [
2701
+ "bitflags 2.9.1",
2702
+ "errno",
2703
+ "libc",
2704
+ "linux-raw-sys 0.9.4",
2705
+ "windows-sys 0.59.0",
2706
+ ]
2707
+
2708
+ [[package]]
2709
+ name = "rustversion"
2710
+ version = "1.0.21"
2711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2712
+ checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
2713
+
2714
+ [[package]]
2715
+ name = "ryu"
2716
+ version = "1.0.20"
2717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2718
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2719
+
2720
+ [[package]]
2721
+ name = "same-file"
2722
+ version = "1.0.6"
2723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2724
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2725
+ dependencies = [
2726
+ "winapi-util",
2727
+ ]
2728
+
2729
+ [[package]]
2730
+ name = "scoped-tls"
2731
+ version = "1.0.1"
2732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2733
+ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2734
+
2735
+ [[package]]
2736
+ name = "scopeguard"
2737
+ version = "1.2.0"
2738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2739
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2740
+
2741
+ [[package]]
2742
+ name = "sctk-adwaita"
2743
+ version = "0.10.1"
2744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2745
+ checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec"
2746
+ dependencies = [
2747
+ "ab_glyph",
2748
+ "log",
2749
+ "memmap2",
2750
+ "smithay-client-toolkit",
2751
+ "tiny-skia",
2752
+ ]
2753
+
2754
+ [[package]]
2755
+ name = "serde"
2756
+ version = "1.0.219"
2757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2758
+ checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2759
+ dependencies = [
2760
+ "serde_derive",
2761
+ ]
2762
+
2763
+ [[package]]
2764
+ name = "serde_derive"
2765
+ version = "1.0.219"
2766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2767
+ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2768
+ dependencies = [
2769
+ "proc-macro2",
2770
+ "quote",
2771
+ "syn",
2772
+ ]
2773
+
2774
+ [[package]]
2775
+ name = "serde_json"
2776
+ version = "1.0.140"
2777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2778
+ checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
2779
+ dependencies = [
2780
+ "itoa",
2781
+ "memchr",
2782
+ "ryu",
2783
+ "serde",
2784
+ ]
2785
+
2786
+ [[package]]
2787
+ name = "serde_repr"
2788
+ version = "0.1.20"
2789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2790
+ checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
2791
+ dependencies = [
2792
+ "proc-macro2",
2793
+ "quote",
2794
+ "syn",
2795
+ ]
2796
+
2797
+ [[package]]
2798
+ name = "sha1"
2799
+ version = "0.10.6"
2800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2801
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2802
+ dependencies = [
2803
+ "cfg-if",
2804
+ "cpufeatures",
2805
+ "digest",
2806
+ ]
2807
+
2808
+ [[package]]
2809
+ name = "shlex"
2810
+ version = "1.3.0"
2811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2812
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2813
+
2814
+ [[package]]
2815
+ name = "signal-hook-registry"
2816
+ version = "1.4.5"
2817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2818
+ checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
2819
+ dependencies = [
2820
+ "libc",
2821
+ ]
2822
+
2823
+ [[package]]
2824
+ name = "simd-adler32"
2825
+ version = "0.3.7"
2826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2827
+ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2828
+
2829
+ [[package]]
2830
+ name = "simplecss"
2831
+ version = "0.2.2"
2832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2833
+ checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
2834
+ dependencies = [
2835
+ "log",
2836
+ ]
2837
+
2838
+ [[package]]
2839
+ name = "siphasher"
2840
+ version = "0.3.11"
2841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2842
+ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2843
+
2844
+ [[package]]
2845
+ name = "siphasher"
2846
+ version = "1.0.1"
2847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2848
+ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2849
+
2850
+ [[package]]
2851
+ name = "slab"
2852
+ version = "0.4.10"
2853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2854
+ checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
2855
+
2856
+ [[package]]
2857
+ name = "slotmap"
2858
+ version = "1.0.7"
2859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2860
+ checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
2861
+ dependencies = [
2862
+ "version_check",
2863
+ ]
2864
+
2865
+ [[package]]
2866
+ name = "smallvec"
2867
+ version = "1.15.1"
2868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2869
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2870
+
2871
+ [[package]]
2872
+ name = "smithay-client-toolkit"
2873
+ version = "0.19.2"
2874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2875
+ checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
2876
+ dependencies = [
2877
+ "bitflags 2.9.1",
2878
+ "calloop",
2879
+ "calloop-wayland-source",
2880
+ "cursor-icon",
2881
+ "libc",
2882
+ "log",
2883
+ "memmap2",
2884
+ "rustix 0.38.44",
2885
+ "thiserror 1.0.69",
2886
+ "wayland-backend",
2887
+ "wayland-client",
2888
+ "wayland-csd-frame",
2889
+ "wayland-cursor",
2890
+ "wayland-protocols",
2891
+ "wayland-protocols-wlr",
2892
+ "wayland-scanner",
2893
+ "xkeysym",
2894
+ ]
2895
+
2896
+ [[package]]
2897
+ name = "smithay-clipboard"
2898
+ version = "0.7.2"
2899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2900
+ checksum = "cc8216eec463674a0e90f29e0ae41a4db573ec5b56b1c6c1c71615d249b6d846"
2901
+ dependencies = [
2902
+ "libc",
2903
+ "smithay-client-toolkit",
2904
+ "wayland-backend",
2905
+ ]
2906
+
2907
+ [[package]]
2908
+ name = "smol_str"
2909
+ version = "0.2.2"
2910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2911
+ checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
2912
+ dependencies = [
2913
+ "serde",
2914
+ ]
2915
+
2916
+ [[package]]
2917
+ name = "spirv"
2918
+ version = "0.3.0+sdk-1.3.268.0"
2919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2920
+ checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
2921
+ dependencies = [
2922
+ "bitflags 2.9.1",
2923
+ ]
2924
+
2925
+ [[package]]
2926
+ name = "stable_deref_trait"
2927
+ version = "1.2.0"
2928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2929
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2930
+
2931
+ [[package]]
2932
+ name = "static_assertions"
2933
+ version = "1.1.0"
2934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2935
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2936
+
2937
+ [[package]]
2938
+ name = "strict-num"
2939
+ version = "0.1.1"
2940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2941
+ checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
2942
+ dependencies = [
2943
+ "float-cmp",
2944
+ ]
2945
+
2946
+ [[package]]
2947
+ name = "strum"
2948
+ version = "0.26.3"
2949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2950
+ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
2951
+ dependencies = [
2952
+ "strum_macros",
2953
+ ]
2954
+
2955
+ [[package]]
2956
+ name = "strum_macros"
2957
+ version = "0.26.4"
2958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2959
+ checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
2960
+ dependencies = [
2961
+ "heck",
2962
+ "proc-macro2",
2963
+ "quote",
2964
+ "rustversion",
2965
+ "syn",
2966
+ ]
2967
+
2968
+ [[package]]
2969
+ name = "svgtypes"
2970
+ version = "0.13.0"
2971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2972
+ checksum = "6e44e288cd960318917cbd540340968b90becc8bc81f171345d706e7a89d9d70"
2973
+ dependencies = [
2974
+ "kurbo",
2975
+ "siphasher 0.3.11",
2976
+ ]
2977
+
2978
+ [[package]]
2979
+ name = "syn"
2980
+ version = "2.0.104"
2981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2982
+ checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
2983
+ dependencies = [
2984
+ "proc-macro2",
2985
+ "quote",
2986
+ "unicode-ident",
2987
+ ]
2988
+
2989
+ [[package]]
2990
+ name = "synstructure"
2991
+ version = "0.13.2"
2992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2993
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2994
+ dependencies = [
2995
+ "proc-macro2",
2996
+ "quote",
2997
+ "syn",
2998
+ ]
2999
+
3000
+ [[package]]
3001
+ name = "target-lexicon"
3002
+ version = "0.13.2"
3003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3004
+ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
3005
+
3006
+ [[package]]
3007
+ name = "tempfile"
3008
+ version = "3.20.0"
3009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3010
+ checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
3011
+ dependencies = [
3012
+ "fastrand",
3013
+ "getrandom 0.3.3",
3014
+ "once_cell",
3015
+ "rustix 1.0.7",
3016
+ "windows-sys 0.59.0",
3017
+ ]
3018
+
3019
+ [[package]]
3020
+ name = "termcolor"
3021
+ version = "1.4.1"
3022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3023
+ checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
3024
+ dependencies = [
3025
+ "winapi-util",
3026
+ ]
3027
+
3028
+ [[package]]
3029
+ name = "test"
3030
+ version = "0.1.0"
3031
+ dependencies = [
3032
+ "cosmol_viewer_core",
3033
+ "eframe",
3034
+ "egui_extras",
3035
+ "glam",
3036
+ ]
3037
+
3038
+ [[package]]
3039
+ name = "thiserror"
3040
+ version = "1.0.69"
3041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3042
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3043
+ dependencies = [
3044
+ "thiserror-impl 1.0.69",
3045
+ ]
3046
+
3047
+ [[package]]
3048
+ name = "thiserror"
3049
+ version = "2.0.12"
3050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3051
+ checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
3052
+ dependencies = [
3053
+ "thiserror-impl 2.0.12",
3054
+ ]
3055
+
3056
+ [[package]]
3057
+ name = "thiserror-impl"
3058
+ version = "1.0.69"
3059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3060
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3061
+ dependencies = [
3062
+ "proc-macro2",
3063
+ "quote",
3064
+ "syn",
3065
+ ]
3066
+
3067
+ [[package]]
3068
+ name = "thiserror-impl"
3069
+ version = "2.0.12"
3070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3071
+ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
3072
+ dependencies = [
3073
+ "proc-macro2",
3074
+ "quote",
3075
+ "syn",
3076
+ ]
3077
+
3078
+ [[package]]
3079
+ name = "tiff"
3080
+ version = "0.9.1"
3081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3082
+ checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
3083
+ dependencies = [
3084
+ "flate2",
3085
+ "jpeg-decoder",
3086
+ "weezl",
3087
+ ]
3088
+
3089
+ [[package]]
3090
+ name = "tiny-skia"
3091
+ version = "0.11.4"
3092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3093
+ checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
3094
+ dependencies = [
3095
+ "arrayref",
3096
+ "arrayvec",
3097
+ "bytemuck",
3098
+ "cfg-if",
3099
+ "log",
3100
+ "png",
3101
+ "tiny-skia-path",
3102
+ ]
3103
+
3104
+ [[package]]
3105
+ name = "tiny-skia-path"
3106
+ version = "0.11.4"
3107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3108
+ checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
3109
+ dependencies = [
3110
+ "arrayref",
3111
+ "bytemuck",
3112
+ "strict-num",
3113
+ ]
3114
+
3115
+ [[package]]
3116
+ name = "tinystr"
3117
+ version = "0.8.1"
3118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3119
+ checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
3120
+ dependencies = [
3121
+ "displaydoc",
3122
+ "zerovec",
3123
+ ]
3124
+
3125
+ [[package]]
3126
+ name = "toml_datetime"
3127
+ version = "0.6.11"
3128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3129
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
3130
+
3131
+ [[package]]
3132
+ name = "toml_edit"
3133
+ version = "0.22.27"
3134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3135
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
3136
+ dependencies = [
3137
+ "indexmap",
3138
+ "toml_datetime",
3139
+ "winnow",
3140
+ ]
3141
+
3142
+ [[package]]
3143
+ name = "tracing"
3144
+ version = "0.1.41"
3145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3146
+ checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
3147
+ dependencies = [
3148
+ "pin-project-lite",
3149
+ "tracing-attributes",
3150
+ "tracing-core",
3151
+ ]
3152
+
3153
+ [[package]]
3154
+ name = "tracing-attributes"
3155
+ version = "0.1.30"
3156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3157
+ checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
3158
+ dependencies = [
3159
+ "proc-macro2",
3160
+ "quote",
3161
+ "syn",
3162
+ ]
3163
+
3164
+ [[package]]
3165
+ name = "tracing-core"
3166
+ version = "0.1.34"
3167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3168
+ checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
3169
+ dependencies = [
3170
+ "once_cell",
3171
+ ]
3172
+
3173
+ [[package]]
3174
+ name = "ttf-parser"
3175
+ version = "0.25.1"
3176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3177
+ checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
3178
+
3179
+ [[package]]
3180
+ name = "type-map"
3181
+ version = "0.5.1"
3182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3183
+ checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90"
3184
+ dependencies = [
3185
+ "rustc-hash 2.1.1",
3186
+ ]
3187
+
3188
+ [[package]]
3189
+ name = "typenum"
3190
+ version = "1.18.0"
3191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3192
+ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
3193
+
3194
+ [[package]]
3195
+ name = "uds_windows"
3196
+ version = "1.1.0"
3197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3198
+ checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
3199
+ dependencies = [
3200
+ "memoffset",
3201
+ "tempfile",
3202
+ "winapi",
3203
+ ]
3204
+
3205
+ [[package]]
3206
+ name = "unicase"
3207
+ version = "2.8.1"
3208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3209
+ checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
3210
+
3211
+ [[package]]
3212
+ name = "unicode-ident"
3213
+ version = "1.0.18"
3214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3215
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
3216
+
3217
+ [[package]]
3218
+ name = "unicode-segmentation"
3219
+ version = "1.12.0"
3220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3221
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
3222
+
3223
+ [[package]]
3224
+ name = "unicode-width"
3225
+ version = "0.1.14"
3226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3227
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3228
+
3229
+ [[package]]
3230
+ name = "unicode-xid"
3231
+ version = "0.2.6"
3232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3233
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3234
+
3235
+ [[package]]
3236
+ name = "unindent"
3237
+ version = "0.2.4"
3238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3239
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
3240
+
3241
+ [[package]]
3242
+ name = "url"
3243
+ version = "2.5.4"
3244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3245
+ checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
3246
+ dependencies = [
3247
+ "form_urlencoded",
3248
+ "idna",
3249
+ "percent-encoding",
3250
+ ]
3251
+
3252
+ [[package]]
3253
+ name = "usvg"
3254
+ version = "0.37.0"
3255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3256
+ checksum = "38b0a51b72ab80ca511d126b77feeeb4fb1e972764653e61feac30adc161a756"
3257
+ dependencies = [
3258
+ "base64 0.21.7",
3259
+ "log",
3260
+ "pico-args",
3261
+ "usvg-parser",
3262
+ "usvg-tree",
3263
+ "xmlwriter",
3264
+ ]
3265
+
3266
+ [[package]]
3267
+ name = "usvg-parser"
3268
+ version = "0.37.0"
3269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3270
+ checksum = "9bd4e3c291f45d152929a31f0f6c819245e2921bfd01e7bd91201a9af39a2bdc"
3271
+ dependencies = [
3272
+ "data-url",
3273
+ "flate2",
3274
+ "imagesize",
3275
+ "kurbo",
3276
+ "log",
3277
+ "roxmltree",
3278
+ "simplecss",
3279
+ "siphasher 0.3.11",
3280
+ "svgtypes",
3281
+ "usvg-tree",
3282
+ ]
3283
+
3284
+ [[package]]
3285
+ name = "usvg-tree"
3286
+ version = "0.37.0"
3287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3288
+ checksum = "8ee3d202ebdb97a6215604b8f5b4d6ef9024efd623cf2e373a6416ba976ec7d3"
3289
+ dependencies = [
3290
+ "rctree",
3291
+ "strict-num",
3292
+ "svgtypes",
3293
+ "tiny-skia-path",
3294
+ ]
3295
+
3296
+ [[package]]
3297
+ name = "utf8_iter"
3298
+ version = "1.0.4"
3299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3300
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3301
+
3302
+ [[package]]
3303
+ name = "uuid"
3304
+ version = "1.17.0"
3305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3306
+ checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
3307
+ dependencies = [
3308
+ "getrandom 0.3.3",
3309
+ "js-sys",
3310
+ "wasm-bindgen",
3311
+ ]
3312
+
3313
+ [[package]]
3314
+ name = "version_check"
3315
+ version = "0.9.5"
3316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3317
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3318
+
3319
+ [[package]]
3320
+ name = "walkdir"
3321
+ version = "2.5.0"
3322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3323
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3324
+ dependencies = [
3325
+ "same-file",
3326
+ "winapi-util",
3327
+ ]
3328
+
3329
+ [[package]]
3330
+ name = "wasi"
3331
+ version = "0.11.1+wasi-snapshot-preview1"
3332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3333
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3334
+
3335
+ [[package]]
3336
+ name = "wasi"
3337
+ version = "0.14.2+wasi-0.2.4"
3338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3339
+ checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
3340
+ dependencies = [
3341
+ "wit-bindgen-rt",
3342
+ ]
3343
+
3344
+ [[package]]
3345
+ name = "wasm-bindgen"
3346
+ version = "0.2.100"
3347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3348
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
3349
+ dependencies = [
3350
+ "cfg-if",
3351
+ "once_cell",
3352
+ "rustversion",
3353
+ "wasm-bindgen-macro",
3354
+ ]
3355
+
3356
+ [[package]]
3357
+ name = "wasm-bindgen-backend"
3358
+ version = "0.2.100"
3359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3360
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
3361
+ dependencies = [
3362
+ "bumpalo",
3363
+ "log",
3364
+ "proc-macro2",
3365
+ "quote",
3366
+ "syn",
3367
+ "wasm-bindgen-shared",
3368
+ ]
3369
+
3370
+ [[package]]
3371
+ name = "wasm-bindgen-futures"
3372
+ version = "0.4.50"
3373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3374
+ checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
3375
+ dependencies = [
3376
+ "cfg-if",
3377
+ "js-sys",
3378
+ "once_cell",
3379
+ "wasm-bindgen",
3380
+ "web-sys",
3381
+ ]
3382
+
3383
+ [[package]]
3384
+ name = "wasm-bindgen-macro"
3385
+ version = "0.2.100"
3386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3387
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
3388
+ dependencies = [
3389
+ "quote",
3390
+ "wasm-bindgen-macro-support",
3391
+ ]
3392
+
3393
+ [[package]]
3394
+ name = "wasm-bindgen-macro-support"
3395
+ version = "0.2.100"
3396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3397
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
3398
+ dependencies = [
3399
+ "proc-macro2",
3400
+ "quote",
3401
+ "syn",
3402
+ "wasm-bindgen-backend",
3403
+ "wasm-bindgen-shared",
3404
+ ]
3405
+
3406
+ [[package]]
3407
+ name = "wasm-bindgen-shared"
3408
+ version = "0.2.100"
3409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3410
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
3411
+ dependencies = [
3412
+ "unicode-ident",
3413
+ ]
3414
+
3415
+ [[package]]
3416
+ name = "wayland-backend"
3417
+ version = "0.3.10"
3418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3419
+ checksum = "fe770181423e5fc79d3e2a7f4410b7799d5aab1de4372853de3c6aa13ca24121"
3420
+ dependencies = [
3421
+ "cc",
3422
+ "downcast-rs",
3423
+ "rustix 0.38.44",
3424
+ "scoped-tls",
3425
+ "smallvec",
3426
+ "wayland-sys",
3427
+ ]
3428
+
3429
+ [[package]]
3430
+ name = "wayland-client"
3431
+ version = "0.31.10"
3432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3433
+ checksum = "978fa7c67b0847dbd6a9f350ca2569174974cd4082737054dbb7fbb79d7d9a61"
3434
+ dependencies = [
3435
+ "bitflags 2.9.1",
3436
+ "rustix 0.38.44",
3437
+ "wayland-backend",
3438
+ "wayland-scanner",
3439
+ ]
3440
+
3441
+ [[package]]
3442
+ name = "wayland-csd-frame"
3443
+ version = "0.3.0"
3444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3445
+ checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
3446
+ dependencies = [
3447
+ "bitflags 2.9.1",
3448
+ "cursor-icon",
3449
+ "wayland-backend",
3450
+ ]
3451
+
3452
+ [[package]]
3453
+ name = "wayland-cursor"
3454
+ version = "0.31.10"
3455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3456
+ checksum = "a65317158dec28d00416cb16705934070aef4f8393353d41126c54264ae0f182"
3457
+ dependencies = [
3458
+ "rustix 0.38.44",
3459
+ "wayland-client",
3460
+ "xcursor",
3461
+ ]
3462
+
3463
+ [[package]]
3464
+ name = "wayland-protocols"
3465
+ version = "0.32.8"
3466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3467
+ checksum = "779075454e1e9a521794fed15886323ea0feda3f8b0fc1390f5398141310422a"
3468
+ dependencies = [
3469
+ "bitflags 2.9.1",
3470
+ "wayland-backend",
3471
+ "wayland-client",
3472
+ "wayland-scanner",
3473
+ ]
3474
+
3475
+ [[package]]
3476
+ name = "wayland-protocols-plasma"
3477
+ version = "0.3.8"
3478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3479
+ checksum = "4fd38cdad69b56ace413c6bcc1fbf5acc5e2ef4af9d5f8f1f9570c0c83eae175"
3480
+ dependencies = [
3481
+ "bitflags 2.9.1",
3482
+ "wayland-backend",
3483
+ "wayland-client",
3484
+ "wayland-protocols",
3485
+ "wayland-scanner",
3486
+ ]
3487
+
3488
+ [[package]]
3489
+ name = "wayland-protocols-wlr"
3490
+ version = "0.3.8"
3491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3492
+ checksum = "1cb6cdc73399c0e06504c437fe3cf886f25568dd5454473d565085b36d6a8bbf"
3493
+ dependencies = [
3494
+ "bitflags 2.9.1",
3495
+ "wayland-backend",
3496
+ "wayland-client",
3497
+ "wayland-protocols",
3498
+ "wayland-scanner",
3499
+ ]
3500
+
3501
+ [[package]]
3502
+ name = "wayland-scanner"
3503
+ version = "0.31.6"
3504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3505
+ checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
3506
+ dependencies = [
3507
+ "proc-macro2",
3508
+ "quick-xml 0.37.5",
3509
+ "quote",
3510
+ ]
3511
+
3512
+ [[package]]
3513
+ name = "wayland-sys"
3514
+ version = "0.31.6"
3515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3516
+ checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
3517
+ dependencies = [
3518
+ "dlib",
3519
+ "log",
3520
+ "once_cell",
3521
+ "pkg-config",
3522
+ ]
3523
+
3524
+ [[package]]
3525
+ name = "web-sys"
3526
+ version = "0.3.77"
3527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3528
+ checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
3529
+ dependencies = [
3530
+ "js-sys",
3531
+ "wasm-bindgen",
3532
+ ]
3533
+
3534
+ [[package]]
3535
+ name = "web-time"
3536
+ version = "1.1.0"
3537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3538
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3539
+ dependencies = [
3540
+ "js-sys",
3541
+ "wasm-bindgen",
3542
+ ]
3543
+
3544
+ [[package]]
3545
+ name = "webbrowser"
3546
+ version = "1.0.5"
3547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3548
+ checksum = "aaf4f3c0ba838e82b4e5ccc4157003fb8c324ee24c058470ffb82820becbde98"
3549
+ dependencies = [
3550
+ "core-foundation 0.10.1",
3551
+ "jni",
3552
+ "log",
3553
+ "ndk-context",
3554
+ "objc2 0.6.1",
3555
+ "objc2-foundation 0.3.1",
3556
+ "url",
3557
+ "web-sys",
3558
+ ]
3559
+
3560
+ [[package]]
3561
+ name = "weezl"
3562
+ version = "0.1.10"
3563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3564
+ checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
3565
+
3566
+ [[package]]
3567
+ name = "wgpu"
3568
+ version = "24.0.5"
3569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3570
+ checksum = "6b0b3436f0729f6cdf2e6e9201f3d39dc95813fad61d826c1ed07918b4539353"
3571
+ dependencies = [
3572
+ "arrayvec",
3573
+ "bitflags 2.9.1",
3574
+ "cfg_aliases",
3575
+ "document-features",
3576
+ "js-sys",
3577
+ "log",
3578
+ "parking_lot",
3579
+ "profiling",
3580
+ "raw-window-handle",
3581
+ "smallvec",
3582
+ "static_assertions",
3583
+ "wasm-bindgen",
3584
+ "wasm-bindgen-futures",
3585
+ "web-sys",
3586
+ "wgpu-core",
3587
+ "wgpu-hal",
3588
+ "wgpu-types",
3589
+ ]
3590
+
3591
+ [[package]]
3592
+ name = "wgpu-core"
3593
+ version = "24.0.5"
3594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3595
+ checksum = "7f0aa306497a238d169b9dc70659105b4a096859a34894544ca81719242e1499"
3596
+ dependencies = [
3597
+ "arrayvec",
3598
+ "bit-vec",
3599
+ "bitflags 2.9.1",
3600
+ "cfg_aliases",
3601
+ "document-features",
3602
+ "indexmap",
3603
+ "log",
3604
+ "naga",
3605
+ "once_cell",
3606
+ "parking_lot",
3607
+ "profiling",
3608
+ "raw-window-handle",
3609
+ "rustc-hash 1.1.0",
3610
+ "smallvec",
3611
+ "thiserror 2.0.12",
3612
+ "wgpu-hal",
3613
+ "wgpu-types",
3614
+ ]
3615
+
3616
+ [[package]]
3617
+ name = "wgpu-hal"
3618
+ version = "24.0.4"
3619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3620
+ checksum = "f112f464674ca69f3533248508ee30cb84c67cf06c25ff6800685f5e0294e259"
3621
+ dependencies = [
3622
+ "android_system_properties",
3623
+ "arrayvec",
3624
+ "ash",
3625
+ "bitflags 2.9.1",
3626
+ "bytemuck",
3627
+ "cfg_aliases",
3628
+ "core-graphics-types",
3629
+ "glow",
3630
+ "glutin_wgl_sys",
3631
+ "gpu-alloc",
3632
+ "gpu-descriptor",
3633
+ "js-sys",
3634
+ "khronos-egl",
3635
+ "libc",
3636
+ "libloading",
3637
+ "log",
3638
+ "metal",
3639
+ "naga",
3640
+ "ndk-sys 0.5.0+25.2.9519653",
3641
+ "objc",
3642
+ "once_cell",
3643
+ "ordered-float",
3644
+ "parking_lot",
3645
+ "profiling",
3646
+ "raw-window-handle",
3647
+ "renderdoc-sys",
3648
+ "rustc-hash 1.1.0",
3649
+ "smallvec",
3650
+ "thiserror 2.0.12",
3651
+ "wasm-bindgen",
3652
+ "web-sys",
3653
+ "wgpu-types",
3654
+ "windows",
3655
+ ]
3656
+
3657
+ [[package]]
3658
+ name = "wgpu-types"
3659
+ version = "24.0.0"
3660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3661
+ checksum = "50ac044c0e76c03a0378e7786ac505d010a873665e2d51383dcff8dd227dc69c"
3662
+ dependencies = [
3663
+ "bitflags 2.9.1",
3664
+ "js-sys",
3665
+ "log",
3666
+ "web-sys",
3667
+ ]
3668
+
3669
+ [[package]]
3670
+ name = "winapi"
3671
+ version = "0.3.9"
3672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3673
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3674
+ dependencies = [
3675
+ "winapi-i686-pc-windows-gnu",
3676
+ "winapi-x86_64-pc-windows-gnu",
3677
+ ]
3678
+
3679
+ [[package]]
3680
+ name = "winapi-i686-pc-windows-gnu"
3681
+ version = "0.4.0"
3682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3683
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3684
+
3685
+ [[package]]
3686
+ name = "winapi-util"
3687
+ version = "0.1.9"
3688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3689
+ checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
3690
+ dependencies = [
3691
+ "windows-sys 0.59.0",
3692
+ ]
3693
+
3694
+ [[package]]
3695
+ name = "winapi-x86_64-pc-windows-gnu"
3696
+ version = "0.4.0"
3697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3698
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3699
+
3700
+ [[package]]
3701
+ name = "windows"
3702
+ version = "0.58.0"
3703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3704
+ checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
3705
+ dependencies = [
3706
+ "windows-core",
3707
+ "windows-targets 0.52.6",
3708
+ ]
3709
+
3710
+ [[package]]
3711
+ name = "windows-core"
3712
+ version = "0.58.0"
3713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3714
+ checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
3715
+ dependencies = [
3716
+ "windows-implement",
3717
+ "windows-interface",
3718
+ "windows-result",
3719
+ "windows-strings",
3720
+ "windows-targets 0.52.6",
3721
+ ]
3722
+
3723
+ [[package]]
3724
+ name = "windows-implement"
3725
+ version = "0.58.0"
3726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3727
+ checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
3728
+ dependencies = [
3729
+ "proc-macro2",
3730
+ "quote",
3731
+ "syn",
3732
+ ]
3733
+
3734
+ [[package]]
3735
+ name = "windows-interface"
3736
+ version = "0.58.0"
3737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3738
+ checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
3739
+ dependencies = [
3740
+ "proc-macro2",
3741
+ "quote",
3742
+ "syn",
3743
+ ]
3744
+
3745
+ [[package]]
3746
+ name = "windows-result"
3747
+ version = "0.2.0"
3748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3749
+ checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
3750
+ dependencies = [
3751
+ "windows-targets 0.52.6",
3752
+ ]
3753
+
3754
+ [[package]]
3755
+ name = "windows-strings"
3756
+ version = "0.1.0"
3757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3758
+ checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
3759
+ dependencies = [
3760
+ "windows-result",
3761
+ "windows-targets 0.52.6",
3762
+ ]
3763
+
3764
+ [[package]]
3765
+ name = "windows-sys"
3766
+ version = "0.45.0"
3767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3768
+ checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
3769
+ dependencies = [
3770
+ "windows-targets 0.42.2",
3771
+ ]
3772
+
3773
+ [[package]]
3774
+ name = "windows-sys"
3775
+ version = "0.52.0"
3776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3777
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3778
+ dependencies = [
3779
+ "windows-targets 0.52.6",
3780
+ ]
3781
+
3782
+ [[package]]
3783
+ name = "windows-sys"
3784
+ version = "0.59.0"
3785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3786
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3787
+ dependencies = [
3788
+ "windows-targets 0.52.6",
3789
+ ]
3790
+
3791
+ [[package]]
3792
+ name = "windows-sys"
3793
+ version = "0.60.2"
3794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3795
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3796
+ dependencies = [
3797
+ "windows-targets 0.53.2",
3798
+ ]
3799
+
3800
+ [[package]]
3801
+ name = "windows-targets"
3802
+ version = "0.42.2"
3803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3804
+ checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
3805
+ dependencies = [
3806
+ "windows_aarch64_gnullvm 0.42.2",
3807
+ "windows_aarch64_msvc 0.42.2",
3808
+ "windows_i686_gnu 0.42.2",
3809
+ "windows_i686_msvc 0.42.2",
3810
+ "windows_x86_64_gnu 0.42.2",
3811
+ "windows_x86_64_gnullvm 0.42.2",
3812
+ "windows_x86_64_msvc 0.42.2",
3813
+ ]
3814
+
3815
+ [[package]]
3816
+ name = "windows-targets"
3817
+ version = "0.48.5"
3818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3819
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3820
+ dependencies = [
3821
+ "windows_aarch64_gnullvm 0.48.5",
3822
+ "windows_aarch64_msvc 0.48.5",
3823
+ "windows_i686_gnu 0.48.5",
3824
+ "windows_i686_msvc 0.48.5",
3825
+ "windows_x86_64_gnu 0.48.5",
3826
+ "windows_x86_64_gnullvm 0.48.5",
3827
+ "windows_x86_64_msvc 0.48.5",
3828
+ ]
3829
+
3830
+ [[package]]
3831
+ name = "windows-targets"
3832
+ version = "0.52.6"
3833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3834
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3835
+ dependencies = [
3836
+ "windows_aarch64_gnullvm 0.52.6",
3837
+ "windows_aarch64_msvc 0.52.6",
3838
+ "windows_i686_gnu 0.52.6",
3839
+ "windows_i686_gnullvm 0.52.6",
3840
+ "windows_i686_msvc 0.52.6",
3841
+ "windows_x86_64_gnu 0.52.6",
3842
+ "windows_x86_64_gnullvm 0.52.6",
3843
+ "windows_x86_64_msvc 0.52.6",
3844
+ ]
3845
+
3846
+ [[package]]
3847
+ name = "windows-targets"
3848
+ version = "0.53.2"
3849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3850
+ checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
3851
+ dependencies = [
3852
+ "windows_aarch64_gnullvm 0.53.0",
3853
+ "windows_aarch64_msvc 0.53.0",
3854
+ "windows_i686_gnu 0.53.0",
3855
+ "windows_i686_gnullvm 0.53.0",
3856
+ "windows_i686_msvc 0.53.0",
3857
+ "windows_x86_64_gnu 0.53.0",
3858
+ "windows_x86_64_gnullvm 0.53.0",
3859
+ "windows_x86_64_msvc 0.53.0",
3860
+ ]
3861
+
3862
+ [[package]]
3863
+ name = "windows_aarch64_gnullvm"
3864
+ version = "0.42.2"
3865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3866
+ checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
3867
+
3868
+ [[package]]
3869
+ name = "windows_aarch64_gnullvm"
3870
+ version = "0.48.5"
3871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3872
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3873
+
3874
+ [[package]]
3875
+ name = "windows_aarch64_gnullvm"
3876
+ version = "0.52.6"
3877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3878
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3879
+
3880
+ [[package]]
3881
+ name = "windows_aarch64_gnullvm"
3882
+ version = "0.53.0"
3883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3884
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3885
+
3886
+ [[package]]
3887
+ name = "windows_aarch64_msvc"
3888
+ version = "0.42.2"
3889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3890
+ checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
3891
+
3892
+ [[package]]
3893
+ name = "windows_aarch64_msvc"
3894
+ version = "0.48.5"
3895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3896
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3897
+
3898
+ [[package]]
3899
+ name = "windows_aarch64_msvc"
3900
+ version = "0.52.6"
3901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3902
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3903
+
3904
+ [[package]]
3905
+ name = "windows_aarch64_msvc"
3906
+ version = "0.53.0"
3907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3908
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3909
+
3910
+ [[package]]
3911
+ name = "windows_i686_gnu"
3912
+ version = "0.42.2"
3913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3914
+ checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
3915
+
3916
+ [[package]]
3917
+ name = "windows_i686_gnu"
3918
+ version = "0.48.5"
3919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3920
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3921
+
3922
+ [[package]]
3923
+ name = "windows_i686_gnu"
3924
+ version = "0.52.6"
3925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3926
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3927
+
3928
+ [[package]]
3929
+ name = "windows_i686_gnu"
3930
+ version = "0.53.0"
3931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3932
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3933
+
3934
+ [[package]]
3935
+ name = "windows_i686_gnullvm"
3936
+ version = "0.52.6"
3937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3938
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3939
+
3940
+ [[package]]
3941
+ name = "windows_i686_gnullvm"
3942
+ version = "0.53.0"
3943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3944
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3945
+
3946
+ [[package]]
3947
+ name = "windows_i686_msvc"
3948
+ version = "0.42.2"
3949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3950
+ checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
3951
+
3952
+ [[package]]
3953
+ name = "windows_i686_msvc"
3954
+ version = "0.48.5"
3955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3956
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3957
+
3958
+ [[package]]
3959
+ name = "windows_i686_msvc"
3960
+ version = "0.52.6"
3961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3962
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3963
+
3964
+ [[package]]
3965
+ name = "windows_i686_msvc"
3966
+ version = "0.53.0"
3967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3968
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3969
+
3970
+ [[package]]
3971
+ name = "windows_x86_64_gnu"
3972
+ version = "0.42.2"
3973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3974
+ checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
3975
+
3976
+ [[package]]
3977
+ name = "windows_x86_64_gnu"
3978
+ version = "0.48.5"
3979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3980
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3981
+
3982
+ [[package]]
3983
+ name = "windows_x86_64_gnu"
3984
+ version = "0.52.6"
3985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3986
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3987
+
3988
+ [[package]]
3989
+ name = "windows_x86_64_gnu"
3990
+ version = "0.53.0"
3991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3992
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3993
+
3994
+ [[package]]
3995
+ name = "windows_x86_64_gnullvm"
3996
+ version = "0.42.2"
3997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3998
+ checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
3999
+
4000
+ [[package]]
4001
+ name = "windows_x86_64_gnullvm"
4002
+ version = "0.48.5"
4003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4004
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4005
+
4006
+ [[package]]
4007
+ name = "windows_x86_64_gnullvm"
4008
+ version = "0.52.6"
4009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4010
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4011
+
4012
+ [[package]]
4013
+ name = "windows_x86_64_gnullvm"
4014
+ version = "0.53.0"
4015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4016
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
4017
+
4018
+ [[package]]
4019
+ name = "windows_x86_64_msvc"
4020
+ version = "0.42.2"
4021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4022
+ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4023
+
4024
+ [[package]]
4025
+ name = "windows_x86_64_msvc"
4026
+ version = "0.48.5"
4027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4028
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4029
+
4030
+ [[package]]
4031
+ name = "windows_x86_64_msvc"
4032
+ version = "0.52.6"
4033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4034
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4035
+
4036
+ [[package]]
4037
+ name = "windows_x86_64_msvc"
4038
+ version = "0.53.0"
4039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4040
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
4041
+
4042
+ [[package]]
4043
+ name = "winit"
4044
+ version = "0.30.11"
4045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4046
+ checksum = "a4409c10174df8779dc29a4788cac85ed84024ccbc1743b776b21a520ee1aaf4"
4047
+ dependencies = [
4048
+ "ahash",
4049
+ "android-activity",
4050
+ "atomic-waker",
4051
+ "bitflags 2.9.1",
4052
+ "block2",
4053
+ "bytemuck",
4054
+ "calloop",
4055
+ "cfg_aliases",
4056
+ "concurrent-queue",
4057
+ "core-foundation 0.9.4",
4058
+ "core-graphics",
4059
+ "cursor-icon",
4060
+ "dpi",
4061
+ "js-sys",
4062
+ "libc",
4063
+ "memmap2",
4064
+ "ndk",
4065
+ "objc2 0.5.2",
4066
+ "objc2-app-kit 0.2.2",
4067
+ "objc2-foundation 0.2.2",
4068
+ "objc2-ui-kit",
4069
+ "orbclient",
4070
+ "percent-encoding",
4071
+ "pin-project",
4072
+ "raw-window-handle",
4073
+ "redox_syscall 0.4.1",
4074
+ "rustix 0.38.44",
4075
+ "sctk-adwaita",
4076
+ "smithay-client-toolkit",
4077
+ "smol_str",
4078
+ "tracing",
4079
+ "unicode-segmentation",
4080
+ "wasm-bindgen",
4081
+ "wasm-bindgen-futures",
4082
+ "wayland-backend",
4083
+ "wayland-client",
4084
+ "wayland-protocols",
4085
+ "wayland-protocols-plasma",
4086
+ "web-sys",
4087
+ "web-time",
4088
+ "windows-sys 0.52.0",
4089
+ "x11-dl",
4090
+ "x11rb",
4091
+ "xkbcommon-dl",
4092
+ ]
4093
+
4094
+ [[package]]
4095
+ name = "winnow"
4096
+ version = "0.7.11"
4097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4098
+ checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd"
4099
+ dependencies = [
4100
+ "memchr",
4101
+ ]
4102
+
4103
+ [[package]]
4104
+ name = "wit-bindgen-rt"
4105
+ version = "0.39.0"
4106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4107
+ checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
4108
+ dependencies = [
4109
+ "bitflags 2.9.1",
4110
+ ]
4111
+
4112
+ [[package]]
4113
+ name = "writeable"
4114
+ version = "0.6.1"
4115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4116
+ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
4117
+
4118
+ [[package]]
4119
+ name = "x11-dl"
4120
+ version = "2.21.0"
4121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4122
+ checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
4123
+ dependencies = [
4124
+ "libc",
4125
+ "once_cell",
4126
+ "pkg-config",
4127
+ ]
4128
+
4129
+ [[package]]
4130
+ name = "x11rb"
4131
+ version = "0.13.1"
4132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4133
+ checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
4134
+ dependencies = [
4135
+ "as-raw-xcb-connection",
4136
+ "gethostname",
4137
+ "libc",
4138
+ "libloading",
4139
+ "once_cell",
4140
+ "rustix 0.38.44",
4141
+ "x11rb-protocol",
4142
+ ]
4143
+
4144
+ [[package]]
4145
+ name = "x11rb-protocol"
4146
+ version = "0.13.1"
4147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4148
+ checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
4149
+
4150
+ [[package]]
4151
+ name = "xcursor"
4152
+ version = "0.3.10"
4153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4154
+ checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
4155
+
4156
+ [[package]]
4157
+ name = "xdg-home"
4158
+ version = "1.3.0"
4159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4160
+ checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
4161
+ dependencies = [
4162
+ "libc",
4163
+ "windows-sys 0.59.0",
4164
+ ]
4165
+
4166
+ [[package]]
4167
+ name = "xkbcommon-dl"
4168
+ version = "0.4.2"
4169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4170
+ checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
4171
+ dependencies = [
4172
+ "bitflags 2.9.1",
4173
+ "dlib",
4174
+ "log",
4175
+ "once_cell",
4176
+ "xkeysym",
4177
+ ]
4178
+
4179
+ [[package]]
4180
+ name = "xkeysym"
4181
+ version = "0.2.1"
4182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4183
+ checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
4184
+
4185
+ [[package]]
4186
+ name = "xml-rs"
4187
+ version = "0.8.26"
4188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4189
+ checksum = "a62ce76d9b56901b19a74f19431b0d8b3bc7ca4ad685a746dfd78ca8f4fc6bda"
4190
+
4191
+ [[package]]
4192
+ name = "xmlwriter"
4193
+ version = "0.1.0"
4194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4195
+ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
4196
+
4197
+ [[package]]
4198
+ name = "yoke"
4199
+ version = "0.8.0"
4200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4201
+ checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
4202
+ dependencies = [
4203
+ "serde",
4204
+ "stable_deref_trait",
4205
+ "yoke-derive",
4206
+ "zerofrom",
4207
+ ]
4208
+
4209
+ [[package]]
4210
+ name = "yoke-derive"
4211
+ version = "0.8.0"
4212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4213
+ checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
4214
+ dependencies = [
4215
+ "proc-macro2",
4216
+ "quote",
4217
+ "syn",
4218
+ "synstructure",
4219
+ ]
4220
+
4221
+ [[package]]
4222
+ name = "zbus"
4223
+ version = "4.4.0"
4224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4225
+ checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
4226
+ dependencies = [
4227
+ "async-broadcast",
4228
+ "async-executor",
4229
+ "async-fs",
4230
+ "async-io",
4231
+ "async-lock",
4232
+ "async-process",
4233
+ "async-recursion",
4234
+ "async-task",
4235
+ "async-trait",
4236
+ "blocking",
4237
+ "enumflags2",
4238
+ "event-listener",
4239
+ "futures-core",
4240
+ "futures-sink",
4241
+ "futures-util",
4242
+ "hex",
4243
+ "nix",
4244
+ "ordered-stream",
4245
+ "rand",
4246
+ "serde",
4247
+ "serde_repr",
4248
+ "sha1",
4249
+ "static_assertions",
4250
+ "tracing",
4251
+ "uds_windows",
4252
+ "windows-sys 0.52.0",
4253
+ "xdg-home",
4254
+ "zbus_macros",
4255
+ "zbus_names",
4256
+ "zvariant",
4257
+ ]
4258
+
4259
+ [[package]]
4260
+ name = "zbus-lockstep"
4261
+ version = "0.4.4"
4262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4263
+ checksum = "4ca2c5dceb099bddaade154055c926bb8ae507a18756ba1d8963fd7b51d8ed1d"
4264
+ dependencies = [
4265
+ "zbus_xml",
4266
+ "zvariant",
4267
+ ]
4268
+
4269
+ [[package]]
4270
+ name = "zbus-lockstep-macros"
4271
+ version = "0.4.4"
4272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4273
+ checksum = "709ab20fc57cb22af85be7b360239563209258430bccf38d8b979c5a2ae3ecce"
4274
+ dependencies = [
4275
+ "proc-macro2",
4276
+ "quote",
4277
+ "syn",
4278
+ "zbus-lockstep",
4279
+ "zbus_xml",
4280
+ "zvariant",
4281
+ ]
4282
+
4283
+ [[package]]
4284
+ name = "zbus_macros"
4285
+ version = "4.4.0"
4286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4287
+ checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
4288
+ dependencies = [
4289
+ "proc-macro-crate",
4290
+ "proc-macro2",
4291
+ "quote",
4292
+ "syn",
4293
+ "zvariant_utils",
4294
+ ]
4295
+
4296
+ [[package]]
4297
+ name = "zbus_names"
4298
+ version = "3.0.0"
4299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4300
+ checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
4301
+ dependencies = [
4302
+ "serde",
4303
+ "static_assertions",
4304
+ "zvariant",
4305
+ ]
4306
+
4307
+ [[package]]
4308
+ name = "zbus_xml"
4309
+ version = "4.0.0"
4310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4311
+ checksum = "ab3f374552b954f6abb4bd6ce979e6c9b38fb9d0cd7cc68a7d796e70c9f3a233"
4312
+ dependencies = [
4313
+ "quick-xml 0.30.0",
4314
+ "serde",
4315
+ "static_assertions",
4316
+ "zbus_names",
4317
+ "zvariant",
4318
+ ]
4319
+
4320
+ [[package]]
4321
+ name = "zerocopy"
4322
+ version = "0.8.26"
4323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4324
+ checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
4325
+ dependencies = [
4326
+ "zerocopy-derive",
4327
+ ]
4328
+
4329
+ [[package]]
4330
+ name = "zerocopy-derive"
4331
+ version = "0.8.26"
4332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4333
+ checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
4334
+ dependencies = [
4335
+ "proc-macro2",
4336
+ "quote",
4337
+ "syn",
4338
+ ]
4339
+
4340
+ [[package]]
4341
+ name = "zerofrom"
4342
+ version = "0.1.6"
4343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4344
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4345
+ dependencies = [
4346
+ "zerofrom-derive",
4347
+ ]
4348
+
4349
+ [[package]]
4350
+ name = "zerofrom-derive"
4351
+ version = "0.1.6"
4352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4353
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4354
+ dependencies = [
4355
+ "proc-macro2",
4356
+ "quote",
4357
+ "syn",
4358
+ "synstructure",
4359
+ ]
4360
+
4361
+ [[package]]
4362
+ name = "zerotrie"
4363
+ version = "0.2.2"
4364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4365
+ checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
4366
+ dependencies = [
4367
+ "displaydoc",
4368
+ "yoke",
4369
+ "zerofrom",
4370
+ ]
4371
+
4372
+ [[package]]
4373
+ name = "zerovec"
4374
+ version = "0.11.2"
4375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4376
+ checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
4377
+ dependencies = [
4378
+ "yoke",
4379
+ "zerofrom",
4380
+ "zerovec-derive",
4381
+ ]
4382
+
4383
+ [[package]]
4384
+ name = "zerovec-derive"
4385
+ version = "0.11.1"
4386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4387
+ checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
4388
+ dependencies = [
4389
+ "proc-macro2",
4390
+ "quote",
4391
+ "syn",
4392
+ ]
4393
+
4394
+ [[package]]
4395
+ name = "zvariant"
4396
+ version = "4.2.0"
4397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4398
+ checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
4399
+ dependencies = [
4400
+ "endi",
4401
+ "enumflags2",
4402
+ "serde",
4403
+ "static_assertions",
4404
+ "zvariant_derive",
4405
+ ]
4406
+
4407
+ [[package]]
4408
+ name = "zvariant_derive"
4409
+ version = "4.2.0"
4410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4411
+ checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
4412
+ dependencies = [
4413
+ "proc-macro-crate",
4414
+ "proc-macro2",
4415
+ "quote",
4416
+ "syn",
4417
+ "zvariant_utils",
4418
+ ]
4419
+
4420
+ [[package]]
4421
+ name = "zvariant_utils"
4422
+ version = "2.1.0"
4423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4424
+ checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
4425
+ dependencies = [
4426
+ "proc-macro2",
4427
+ "quote",
4428
+ "syn",
4429
+ ]