cosmol-viewer 0.1.3.dev3__tar.gz → 0.1.4__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.
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/Cargo.lock +554 -214
- cosmol_viewer-0.1.4/Cargo.toml +25 -0
- cosmol_viewer-0.1.4/PKG-INFO +107 -0
- cosmol_viewer-0.1.4/README.md +98 -0
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/core/Cargo.toml +5 -5
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/core/src/lib.rs +21 -49
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/core/src/parser/sdf.rs +3 -3
- cosmol_viewer-0.1.4/crates/core/src/scene.rs +165 -0
- cosmol_viewer-0.1.4/crates/core/src/shader/canvas.rs +1129 -0
- cosmol_viewer-0.1.4/crates/core/src/shader/vertex_sphere.glsl +24 -0
- cosmol_viewer-0.1.4/crates/core/src/shader/vertex_stick.glsl +45 -0
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/core/src/shapes/molecules.rs +253 -13
- cosmol_viewer-0.1.4/crates/core/src/shapes/sphere.rs +194 -0
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/core/src/shapes/stick.rs +63 -2
- cosmol_viewer-0.1.4/crates/core/src/utils.rs +149 -0
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/python/Cargo.toml +1 -1
- cosmol_viewer-0.1.4/crates/python/README.md +98 -0
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/python/cosmol_viewer.pyi +6 -2
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/python/src/lib.rs +4 -5
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/python/src/shapes.rs +8 -5
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/wasm/Cargo.toml +7 -7
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/wasm/src/lib.rs +18 -43
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/pyproject.toml +1 -1
- cosmol_viewer-0.1.3.dev3/Cargo.toml +0 -24
- cosmol_viewer-0.1.3.dev3/PKG-INFO +0 -179
- cosmol_viewer-0.1.3.dev3/README.md +0 -170
- cosmol_viewer-0.1.3.dev3/crates/core/src/scene.rs +0 -76
- cosmol_viewer-0.1.3.dev3/crates/core/src/shader/canvas.rs +0 -583
- cosmol_viewer-0.1.3.dev3/crates/core/src/shapes/sphere.rs +0 -168
- cosmol_viewer-0.1.3.dev3/crates/core/src/utils.rs +0 -86
- cosmol_viewer-0.1.3.dev3/crates/python/README.md +0 -170
- cosmol_viewer-0.1.3.dev3/crates/wasm/vendor/pako.min.js +0 -2
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/core/src/parser/mod.rs +0 -0
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/core/src/shader/bg_fragment.glsl +0 -0
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/core/src/shader/bg_vertex.glsl +0 -0
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/core/src/shader/fragment.glsl +0 -0
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/core/src/shader/mod.rs +0 -0
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/core/src/shader/vertex.glsl +0 -0
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/core/src/shapes/mod.rs +0 -0
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/python/build.rs +0 -0
- {cosmol_viewer-0.1.3.dev3 → cosmol_viewer-0.1.4}/crates/python/src/parser.rs +0 -0
|
@@ -4,9 +4,9 @@ version = 4
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "ab_glyph"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.32"
|
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "
|
|
9
|
+
checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2"
|
|
10
10
|
dependencies = [
|
|
11
11
|
"ab_glyph_rasterizer",
|
|
12
12
|
"owned_ttf_parser",
|
|
@@ -20,15 +20,15 @@ checksum = "b2187590a23ab1e3df8681afdf0987c48504d80291f002fcdb651f0ef5e25169"
|
|
|
20
20
|
|
|
21
21
|
[[package]]
|
|
22
22
|
name = "accesskit"
|
|
23
|
-
version = "0.
|
|
23
|
+
version = "0.21.1"
|
|
24
24
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
25
|
-
checksum = "
|
|
25
|
+
checksum = "cf203f9d3bd8f29f98833d1fbef628df18f759248a547e7e01cfbf63cda36a99"
|
|
26
26
|
|
|
27
27
|
[[package]]
|
|
28
28
|
name = "accesskit_atspi_common"
|
|
29
|
-
version = "0.
|
|
29
|
+
version = "0.14.1"
|
|
30
30
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
31
|
-
checksum = "
|
|
31
|
+
checksum = "29f73a9b855b6f4af4962a94553ef0c092b80cf5e17038724d5e30945d036f69"
|
|
32
32
|
dependencies = [
|
|
33
33
|
"accesskit",
|
|
34
34
|
"accesskit_consumer",
|
|
@@ -40,23 +40,23 @@ dependencies = [
|
|
|
40
40
|
|
|
41
41
|
[[package]]
|
|
42
42
|
name = "accesskit_consumer"
|
|
43
|
-
version = "0.
|
|
43
|
+
version = "0.30.1"
|
|
44
44
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
45
|
-
checksum = "
|
|
45
|
+
checksum = "bdd06f5fea9819250fffd4debf926709f3593ac22f8c1541a2573e5ee0ca01cd"
|
|
46
46
|
dependencies = [
|
|
47
47
|
"accesskit",
|
|
48
|
-
"hashbrown",
|
|
48
|
+
"hashbrown 0.15.4",
|
|
49
49
|
]
|
|
50
50
|
|
|
51
51
|
[[package]]
|
|
52
52
|
name = "accesskit_macos"
|
|
53
|
-
version = "0.
|
|
53
|
+
version = "0.22.1"
|
|
54
54
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
55
|
-
checksum = "
|
|
55
|
+
checksum = "93fbaf15815f39084e0cb24950c232f0e3634702c2dfbf182ae3b4919a4a1d45"
|
|
56
56
|
dependencies = [
|
|
57
57
|
"accesskit",
|
|
58
58
|
"accesskit_consumer",
|
|
59
|
-
"hashbrown",
|
|
59
|
+
"hashbrown 0.15.4",
|
|
60
60
|
"objc2 0.5.2",
|
|
61
61
|
"objc2-app-kit 0.2.2",
|
|
62
62
|
"objc2-foundation 0.2.2",
|
|
@@ -64,9 +64,9 @@ dependencies = [
|
|
|
64
64
|
|
|
65
65
|
[[package]]
|
|
66
66
|
name = "accesskit_unix"
|
|
67
|
-
version = "0.
|
|
67
|
+
version = "0.17.1"
|
|
68
68
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
69
|
-
checksum = "
|
|
69
|
+
checksum = "64926a930368d52d95422b822ede15014c04536cabaa2394f99567a1f4788dc6"
|
|
70
70
|
dependencies = [
|
|
71
71
|
"accesskit",
|
|
72
72
|
"accesskit_atspi_common",
|
|
@@ -82,23 +82,23 @@ dependencies = [
|
|
|
82
82
|
|
|
83
83
|
[[package]]
|
|
84
84
|
name = "accesskit_windows"
|
|
85
|
-
version = "0.
|
|
85
|
+
version = "0.29.1"
|
|
86
86
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
87
|
-
checksum = "
|
|
87
|
+
checksum = "792991159fa9ba57459de59e12e918bb90c5346fea7d40ac1a11f8632b41e63a"
|
|
88
88
|
dependencies = [
|
|
89
89
|
"accesskit",
|
|
90
90
|
"accesskit_consumer",
|
|
91
|
-
"hashbrown",
|
|
91
|
+
"hashbrown 0.15.4",
|
|
92
92
|
"static_assertions",
|
|
93
|
-
"windows",
|
|
94
|
-
"windows-core",
|
|
93
|
+
"windows 0.61.3",
|
|
94
|
+
"windows-core 0.61.2",
|
|
95
95
|
]
|
|
96
96
|
|
|
97
97
|
[[package]]
|
|
98
98
|
name = "accesskit_winit"
|
|
99
|
-
version = "0.
|
|
99
|
+
version = "0.29.1"
|
|
100
100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
101
|
-
checksum = "
|
|
101
|
+
checksum = "cd9db0ea66997e3f4eae4a5f2c6b6486cf206642639ee629dbbb860ace1dec87"
|
|
102
102
|
dependencies = [
|
|
103
103
|
"accesskit",
|
|
104
104
|
"accesskit_macos",
|
|
@@ -143,7 +143,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
143
143
|
checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046"
|
|
144
144
|
dependencies = [
|
|
145
145
|
"android-properties",
|
|
146
|
-
"bitflags 2.
|
|
146
|
+
"bitflags 2.10.0",
|
|
147
147
|
"cc",
|
|
148
148
|
"cesu8",
|
|
149
149
|
"jni",
|
|
@@ -163,6 +163,15 @@ version = "0.2.2"
|
|
|
163
163
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
164
164
|
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
|
|
165
165
|
|
|
166
|
+
[[package]]
|
|
167
|
+
name = "android_system_properties"
|
|
168
|
+
version = "0.1.5"
|
|
169
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
170
|
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
171
|
+
dependencies = [
|
|
172
|
+
"libc",
|
|
173
|
+
]
|
|
174
|
+
|
|
166
175
|
[[package]]
|
|
167
176
|
name = "anyhow"
|
|
168
177
|
version = "1.0.98"
|
|
@@ -177,9 +186,9 @@ checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
|
|
177
186
|
|
|
178
187
|
[[package]]
|
|
179
188
|
name = "arboard"
|
|
180
|
-
version = "3.6.
|
|
189
|
+
version = "3.6.1"
|
|
181
190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "
|
|
191
|
+
checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf"
|
|
183
192
|
dependencies = [
|
|
184
193
|
"clipboard-win",
|
|
185
194
|
"image",
|
|
@@ -191,7 +200,7 @@ dependencies = [
|
|
|
191
200
|
"objc2-foundation 0.3.1",
|
|
192
201
|
"parking_lot",
|
|
193
202
|
"percent-encoding",
|
|
194
|
-
"windows-sys 0.
|
|
203
|
+
"windows-sys 0.60.2",
|
|
195
204
|
"x11rb",
|
|
196
205
|
]
|
|
197
206
|
|
|
@@ -224,6 +233,15 @@ version = "1.0.1"
|
|
|
224
233
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
225
234
|
checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
|
|
226
235
|
|
|
236
|
+
[[package]]
|
|
237
|
+
name = "ash"
|
|
238
|
+
version = "0.38.0+1.3.281"
|
|
239
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
240
|
+
checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
|
|
241
|
+
dependencies = [
|
|
242
|
+
"libloading",
|
|
243
|
+
]
|
|
244
|
+
|
|
227
245
|
[[package]]
|
|
228
246
|
name = "async-broadcast"
|
|
229
247
|
version = "0.7.2"
|
|
@@ -477,12 +495,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
477
495
|
|
|
478
496
|
[[package]]
|
|
479
497
|
name = "bitflags"
|
|
480
|
-
version = "2.
|
|
498
|
+
version = "2.10.0"
|
|
481
499
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
482
|
-
checksum = "
|
|
483
|
-
dependencies = [
|
|
484
|
-
"serde",
|
|
485
|
-
]
|
|
500
|
+
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
486
501
|
|
|
487
502
|
[[package]]
|
|
488
503
|
name = "bitstream-io"
|
|
@@ -490,6 +505,12 @@ version = "2.6.0"
|
|
|
490
505
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
491
506
|
checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
|
|
492
507
|
|
|
508
|
+
[[package]]
|
|
509
|
+
name = "block"
|
|
510
|
+
version = "0.1.6"
|
|
511
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
512
|
+
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
513
|
+
|
|
493
514
|
[[package]]
|
|
494
515
|
name = "block2"
|
|
495
516
|
version = "0.5.1"
|
|
@@ -526,18 +547,18 @@ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
|
|
526
547
|
|
|
527
548
|
[[package]]
|
|
528
549
|
name = "bytemuck"
|
|
529
|
-
version = "1.
|
|
550
|
+
version = "1.24.0"
|
|
530
551
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
531
|
-
checksum = "
|
|
552
|
+
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
|
|
532
553
|
dependencies = [
|
|
533
554
|
"bytemuck_derive",
|
|
534
555
|
]
|
|
535
556
|
|
|
536
557
|
[[package]]
|
|
537
558
|
name = "bytemuck_derive"
|
|
538
|
-
version = "1.
|
|
559
|
+
version = "1.10.2"
|
|
539
560
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
540
|
-
checksum = "
|
|
561
|
+
checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
|
|
541
562
|
dependencies = [
|
|
542
563
|
"proc-macro2",
|
|
543
564
|
"quote",
|
|
@@ -562,7 +583,7 @@ version = "0.13.0"
|
|
|
562
583
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
563
584
|
checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
|
|
564
585
|
dependencies = [
|
|
565
|
-
"bitflags 2.
|
|
586
|
+
"bitflags 2.10.0",
|
|
566
587
|
"log",
|
|
567
588
|
"polling",
|
|
568
589
|
"rustix 0.38.44",
|
|
@@ -709,7 +730,7 @@ checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
|
|
|
709
730
|
dependencies = [
|
|
710
731
|
"bitflags 1.3.2",
|
|
711
732
|
"core-foundation 0.9.4",
|
|
712
|
-
"core-graphics-types",
|
|
733
|
+
"core-graphics-types 0.1.3",
|
|
713
734
|
"foreign-types",
|
|
714
735
|
"libc",
|
|
715
736
|
]
|
|
@@ -725,9 +746,20 @@ dependencies = [
|
|
|
725
746
|
"libc",
|
|
726
747
|
]
|
|
727
748
|
|
|
749
|
+
[[package]]
|
|
750
|
+
name = "core-graphics-types"
|
|
751
|
+
version = "0.2.0"
|
|
752
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
753
|
+
checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
|
|
754
|
+
dependencies = [
|
|
755
|
+
"bitflags 2.10.0",
|
|
756
|
+
"core-foundation 0.10.1",
|
|
757
|
+
"libc",
|
|
758
|
+
]
|
|
759
|
+
|
|
728
760
|
[[package]]
|
|
729
761
|
name = "cosmol_viewer"
|
|
730
|
-
version = "0.1.
|
|
762
|
+
version = "0.1.4"
|
|
731
763
|
dependencies = [
|
|
732
764
|
"bytemuck",
|
|
733
765
|
"cosmol_viewer_core",
|
|
@@ -740,7 +772,7 @@ dependencies = [
|
|
|
740
772
|
|
|
741
773
|
[[package]]
|
|
742
774
|
name = "cosmol_viewer_core"
|
|
743
|
-
version = "0.1.
|
|
775
|
+
version = "0.1.4"
|
|
744
776
|
dependencies = [
|
|
745
777
|
"bytemuck",
|
|
746
778
|
"eframe",
|
|
@@ -770,7 +802,7 @@ dependencies = [
|
|
|
770
802
|
|
|
771
803
|
[[package]]
|
|
772
804
|
name = "cosmol_viewer_wasm"
|
|
773
|
-
version = "0.1.
|
|
805
|
+
version = "0.1.4"
|
|
774
806
|
dependencies = [
|
|
775
807
|
"base64",
|
|
776
808
|
"cosmol_viewer_core",
|
|
@@ -844,7 +876,7 @@ version = "0.3.0"
|
|
|
844
876
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
845
877
|
checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
|
|
846
878
|
dependencies = [
|
|
847
|
-
"bitflags 2.
|
|
879
|
+
"bitflags 2.10.0",
|
|
848
880
|
"objc2 0.6.1",
|
|
849
881
|
]
|
|
850
882
|
|
|
@@ -891,9 +923,9 @@ checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
|
|
|
891
923
|
|
|
892
924
|
[[package]]
|
|
893
925
|
name = "ecolor"
|
|
894
|
-
version = "0.
|
|
926
|
+
version = "0.33.0"
|
|
895
927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
896
|
-
checksum = "
|
|
928
|
+
checksum = "adf31f99fad93fe83c1055b92b5c1b135f1ecfa464789817c372000e768d4bd1"
|
|
897
929
|
dependencies = [
|
|
898
930
|
"bytemuck",
|
|
899
931
|
"emath",
|
|
@@ -901,9 +933,9 @@ dependencies = [
|
|
|
901
933
|
|
|
902
934
|
[[package]]
|
|
903
935
|
name = "eframe"
|
|
904
|
-
version = "0.
|
|
936
|
+
version = "0.33.0"
|
|
905
937
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
906
|
-
checksum = "
|
|
938
|
+
checksum = "b829d302a09deb4acde242262a1840ba14fadd0371980ebf713060077a1987bc"
|
|
907
939
|
dependencies = [
|
|
908
940
|
"ahash",
|
|
909
941
|
"bytemuck",
|
|
@@ -930,20 +962,19 @@ dependencies = [
|
|
|
930
962
|
"wasm-bindgen-futures",
|
|
931
963
|
"web-sys",
|
|
932
964
|
"web-time",
|
|
933
|
-
"
|
|
934
|
-
"windows-sys 0.59.0",
|
|
965
|
+
"windows-sys 0.61.2",
|
|
935
966
|
"winit",
|
|
936
967
|
]
|
|
937
968
|
|
|
938
969
|
[[package]]
|
|
939
970
|
name = "egui"
|
|
940
|
-
version = "0.
|
|
971
|
+
version = "0.33.0"
|
|
941
972
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
942
|
-
checksum = "
|
|
973
|
+
checksum = "ab9b5d3376c79439f53a78bf7da1e3c0b862ffa3e29f46ab0f3e107430f2e576"
|
|
943
974
|
dependencies = [
|
|
944
975
|
"accesskit",
|
|
945
976
|
"ahash",
|
|
946
|
-
"bitflags 2.
|
|
977
|
+
"bitflags 2.10.0",
|
|
947
978
|
"emath",
|
|
948
979
|
"epaint",
|
|
949
980
|
"log",
|
|
@@ -955,9 +986,9 @@ dependencies = [
|
|
|
955
986
|
|
|
956
987
|
[[package]]
|
|
957
988
|
name = "egui-wgpu"
|
|
958
|
-
version = "0.
|
|
989
|
+
version = "0.33.0"
|
|
959
990
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
960
|
-
checksum = "
|
|
991
|
+
checksum = "cef1fe83ba30b3d045814b2d811804f2a7e50a832034c975408f71c20df596e4"
|
|
961
992
|
dependencies = [
|
|
962
993
|
"ahash",
|
|
963
994
|
"bytemuck",
|
|
@@ -966,7 +997,7 @@ dependencies = [
|
|
|
966
997
|
"epaint",
|
|
967
998
|
"log",
|
|
968
999
|
"profiling",
|
|
969
|
-
"thiserror
|
|
1000
|
+
"thiserror 2.0.17",
|
|
970
1001
|
"type-map",
|
|
971
1002
|
"web-time",
|
|
972
1003
|
"wgpu",
|
|
@@ -975,16 +1006,18 @@ dependencies = [
|
|
|
975
1006
|
|
|
976
1007
|
[[package]]
|
|
977
1008
|
name = "egui-winit"
|
|
978
|
-
version = "0.
|
|
1009
|
+
version = "0.33.0"
|
|
979
1010
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
980
|
-
checksum = "
|
|
1011
|
+
checksum = "bb4ea8cb063c00d8f23ce11279c01eb63a195a72be0e21d429148246dab7983e"
|
|
981
1012
|
dependencies = [
|
|
982
1013
|
"accesskit_winit",
|
|
983
|
-
"ahash",
|
|
984
1014
|
"arboard",
|
|
985
1015
|
"bytemuck",
|
|
986
1016
|
"egui",
|
|
987
1017
|
"log",
|
|
1018
|
+
"objc2 0.5.2",
|
|
1019
|
+
"objc2-foundation 0.2.2",
|
|
1020
|
+
"objc2-ui-kit",
|
|
988
1021
|
"profiling",
|
|
989
1022
|
"raw-window-handle",
|
|
990
1023
|
"smithay-clipboard",
|
|
@@ -995,9 +1028,9 @@ dependencies = [
|
|
|
995
1028
|
|
|
996
1029
|
[[package]]
|
|
997
1030
|
name = "egui_extras"
|
|
998
|
-
version = "0.
|
|
1031
|
+
version = "0.33.0"
|
|
999
1032
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1000
|
-
checksum = "
|
|
1033
|
+
checksum = "bdced1964ad8a02a116b1307f7b4f73dbe408c5f53dcdd488f527609f261da60"
|
|
1001
1034
|
dependencies = [
|
|
1002
1035
|
"ahash",
|
|
1003
1036
|
"egui",
|
|
@@ -1009,11 +1042,10 @@ dependencies = [
|
|
|
1009
1042
|
|
|
1010
1043
|
[[package]]
|
|
1011
1044
|
name = "egui_glow"
|
|
1012
|
-
version = "0.
|
|
1045
|
+
version = "0.33.0"
|
|
1013
1046
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1014
|
-
checksum = "
|
|
1047
|
+
checksum = "668c0d4f726cc33838f0915f6b8c00af0ca0910e975ab58cf34b3e39c614552c"
|
|
1015
1048
|
dependencies = [
|
|
1016
|
-
"ahash",
|
|
1017
1049
|
"bytemuck",
|
|
1018
1050
|
"egui",
|
|
1019
1051
|
"glow",
|
|
@@ -1033,9 +1065,9 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
|
1033
1065
|
|
|
1034
1066
|
[[package]]
|
|
1035
1067
|
name = "emath"
|
|
1036
|
-
version = "0.
|
|
1068
|
+
version = "0.33.0"
|
|
1037
1069
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1038
|
-
checksum = "
|
|
1070
|
+
checksum = "c615516cdceec867065f20d7db13d8eb8aedd65c9e32cc0c7c379380fa42e6e8"
|
|
1039
1071
|
dependencies = [
|
|
1040
1072
|
"bytemuck",
|
|
1041
1073
|
]
|
|
@@ -1089,9 +1121,9 @@ dependencies = [
|
|
|
1089
1121
|
|
|
1090
1122
|
[[package]]
|
|
1091
1123
|
name = "epaint"
|
|
1092
|
-
version = "0.
|
|
1124
|
+
version = "0.33.0"
|
|
1093
1125
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1094
|
-
checksum = "
|
|
1126
|
+
checksum = "9926b9500ccb917adb070207ec722dd8ea78b8321f94a85ebec776f501f2930c"
|
|
1095
1127
|
dependencies = [
|
|
1096
1128
|
"ab_glyph",
|
|
1097
1129
|
"ahash",
|
|
@@ -1107,9 +1139,9 @@ dependencies = [
|
|
|
1107
1139
|
|
|
1108
1140
|
[[package]]
|
|
1109
1141
|
name = "epaint_default_fonts"
|
|
1110
|
-
version = "0.
|
|
1142
|
+
version = "0.33.0"
|
|
1111
1143
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1112
|
-
checksum = "
|
|
1144
|
+
checksum = "66054d943c66715c6003a27a3dc152d87cadf714ef2597ccd79f550413009b97"
|
|
1113
1145
|
|
|
1114
1146
|
[[package]]
|
|
1115
1147
|
name = "equator"
|
|
@@ -1195,6 +1227,26 @@ version = "2.3.0"
|
|
|
1195
1227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1196
1228
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
1197
1229
|
|
|
1230
|
+
[[package]]
|
|
1231
|
+
name = "fax"
|
|
1232
|
+
version = "0.2.6"
|
|
1233
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1234
|
+
checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
|
|
1235
|
+
dependencies = [
|
|
1236
|
+
"fax_derive",
|
|
1237
|
+
]
|
|
1238
|
+
|
|
1239
|
+
[[package]]
|
|
1240
|
+
name = "fax_derive"
|
|
1241
|
+
version = "0.2.0"
|
|
1242
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1243
|
+
checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
|
|
1244
|
+
dependencies = [
|
|
1245
|
+
"proc-macro2",
|
|
1246
|
+
"quote",
|
|
1247
|
+
"syn",
|
|
1248
|
+
]
|
|
1249
|
+
|
|
1198
1250
|
[[package]]
|
|
1199
1251
|
name = "fdeflate"
|
|
1200
1252
|
version = "0.3.7"
|
|
@@ -1220,6 +1272,12 @@ version = "0.1.5"
|
|
|
1220
1272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1221
1273
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
1222
1274
|
|
|
1275
|
+
[[package]]
|
|
1276
|
+
name = "foldhash"
|
|
1277
|
+
version = "0.2.0"
|
|
1278
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1279
|
+
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
1280
|
+
|
|
1223
1281
|
[[package]]
|
|
1224
1282
|
name = "foreign-types"
|
|
1225
1283
|
version = "0.5.0"
|
|
@@ -1377,11 +1435,11 @@ dependencies = [
|
|
|
1377
1435
|
|
|
1378
1436
|
[[package]]
|
|
1379
1437
|
name = "glam"
|
|
1380
|
-
version = "0.30.
|
|
1438
|
+
version = "0.30.8"
|
|
1381
1439
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1382
|
-
checksum = "
|
|
1440
|
+
checksum = "e12d847aeb25f41be4c0ec9587d624e9cd631bc007a8fd7ce3f5851e064c6460"
|
|
1383
1441
|
dependencies = [
|
|
1384
|
-
"
|
|
1442
|
+
"serde_core",
|
|
1385
1443
|
]
|
|
1386
1444
|
|
|
1387
1445
|
[[package]]
|
|
@@ -1414,7 +1472,7 @@ version = "0.32.3"
|
|
|
1414
1472
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1415
1473
|
checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325"
|
|
1416
1474
|
dependencies = [
|
|
1417
|
-
"bitflags 2.
|
|
1475
|
+
"bitflags 2.10.0",
|
|
1418
1476
|
"cfg_aliases",
|
|
1419
1477
|
"cgl",
|
|
1420
1478
|
"dispatch2",
|
|
@@ -1474,6 +1532,57 @@ dependencies = [
|
|
|
1474
1532
|
"gl_generator",
|
|
1475
1533
|
]
|
|
1476
1534
|
|
|
1535
|
+
[[package]]
|
|
1536
|
+
name = "gpu-alloc"
|
|
1537
|
+
version = "0.6.0"
|
|
1538
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1539
|
+
checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
|
|
1540
|
+
dependencies = [
|
|
1541
|
+
"bitflags 2.10.0",
|
|
1542
|
+
"gpu-alloc-types",
|
|
1543
|
+
]
|
|
1544
|
+
|
|
1545
|
+
[[package]]
|
|
1546
|
+
name = "gpu-alloc-types"
|
|
1547
|
+
version = "0.3.0"
|
|
1548
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1549
|
+
checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
|
|
1550
|
+
dependencies = [
|
|
1551
|
+
"bitflags 2.10.0",
|
|
1552
|
+
]
|
|
1553
|
+
|
|
1554
|
+
[[package]]
|
|
1555
|
+
name = "gpu-allocator"
|
|
1556
|
+
version = "0.27.0"
|
|
1557
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1558
|
+
checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd"
|
|
1559
|
+
dependencies = [
|
|
1560
|
+
"log",
|
|
1561
|
+
"presser",
|
|
1562
|
+
"thiserror 1.0.69",
|
|
1563
|
+
"windows 0.58.0",
|
|
1564
|
+
]
|
|
1565
|
+
|
|
1566
|
+
[[package]]
|
|
1567
|
+
name = "gpu-descriptor"
|
|
1568
|
+
version = "0.3.2"
|
|
1569
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1570
|
+
checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
|
|
1571
|
+
dependencies = [
|
|
1572
|
+
"bitflags 2.10.0",
|
|
1573
|
+
"gpu-descriptor-types",
|
|
1574
|
+
"hashbrown 0.15.4",
|
|
1575
|
+
]
|
|
1576
|
+
|
|
1577
|
+
[[package]]
|
|
1578
|
+
name = "gpu-descriptor-types"
|
|
1579
|
+
version = "0.2.0"
|
|
1580
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1581
|
+
checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
|
|
1582
|
+
dependencies = [
|
|
1583
|
+
"bitflags 2.10.0",
|
|
1584
|
+
]
|
|
1585
|
+
|
|
1477
1586
|
[[package]]
|
|
1478
1587
|
name = "half"
|
|
1479
1588
|
version = "2.6.0"
|
|
@@ -1491,7 +1600,16 @@ version = "0.15.4"
|
|
|
1491
1600
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1492
1601
|
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
|
1493
1602
|
dependencies = [
|
|
1494
|
-
"foldhash",
|
|
1603
|
+
"foldhash 0.1.5",
|
|
1604
|
+
]
|
|
1605
|
+
|
|
1606
|
+
[[package]]
|
|
1607
|
+
name = "hashbrown"
|
|
1608
|
+
version = "0.16.0"
|
|
1609
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1610
|
+
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
|
|
1611
|
+
dependencies = [
|
|
1612
|
+
"foldhash 0.2.0",
|
|
1495
1613
|
]
|
|
1496
1614
|
|
|
1497
1615
|
[[package]]
|
|
@@ -1627,9 +1745,9 @@ dependencies = [
|
|
|
1627
1745
|
|
|
1628
1746
|
[[package]]
|
|
1629
1747
|
name = "image"
|
|
1630
|
-
version = "0.25.
|
|
1748
|
+
version = "0.25.8"
|
|
1631
1749
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1632
|
-
checksum = "
|
|
1750
|
+
checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
|
|
1633
1751
|
dependencies = [
|
|
1634
1752
|
"bytemuck",
|
|
1635
1753
|
"byteorder-lite",
|
|
@@ -1637,6 +1755,7 @@ dependencies = [
|
|
|
1637
1755
|
"exr",
|
|
1638
1756
|
"gif",
|
|
1639
1757
|
"image-webp",
|
|
1758
|
+
"moxcms",
|
|
1640
1759
|
"num-traits",
|
|
1641
1760
|
"png",
|
|
1642
1761
|
"qoi",
|
|
@@ -1671,7 +1790,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1671
1790
|
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
|
1672
1791
|
dependencies = [
|
|
1673
1792
|
"equivalent",
|
|
1674
|
-
"hashbrown",
|
|
1793
|
+
"hashbrown 0.15.4",
|
|
1675
1794
|
]
|
|
1676
1795
|
|
|
1677
1796
|
[[package]]
|
|
@@ -1738,12 +1857,6 @@ dependencies = [
|
|
|
1738
1857
|
"libc",
|
|
1739
1858
|
]
|
|
1740
1859
|
|
|
1741
|
-
[[package]]
|
|
1742
|
-
name = "jpeg-decoder"
|
|
1743
|
-
version = "0.3.2"
|
|
1744
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1745
|
-
checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07"
|
|
1746
|
-
|
|
1747
1860
|
[[package]]
|
|
1748
1861
|
name = "js-sys"
|
|
1749
1862
|
version = "0.3.81"
|
|
@@ -1754,6 +1867,17 @@ dependencies = [
|
|
|
1754
1867
|
"wasm-bindgen",
|
|
1755
1868
|
]
|
|
1756
1869
|
|
|
1870
|
+
[[package]]
|
|
1871
|
+
name = "khronos-egl"
|
|
1872
|
+
version = "6.0.0"
|
|
1873
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1874
|
+
checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
|
|
1875
|
+
dependencies = [
|
|
1876
|
+
"libc",
|
|
1877
|
+
"libloading",
|
|
1878
|
+
"pkg-config",
|
|
1879
|
+
]
|
|
1880
|
+
|
|
1757
1881
|
[[package]]
|
|
1758
1882
|
name = "khronos_api"
|
|
1759
1883
|
version = "3.1.0"
|
|
@@ -1804,7 +1928,7 @@ version = "0.1.4"
|
|
|
1804
1928
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1805
1929
|
checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638"
|
|
1806
1930
|
dependencies = [
|
|
1807
|
-
"bitflags 2.
|
|
1931
|
+
"bitflags 2.10.0",
|
|
1808
1932
|
"libc",
|
|
1809
1933
|
"redox_syscall 0.5.13",
|
|
1810
1934
|
]
|
|
@@ -1835,19 +1959,18 @@ checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
|
|
|
1835
1959
|
|
|
1836
1960
|
[[package]]
|
|
1837
1961
|
name = "lock_api"
|
|
1838
|
-
version = "0.4.
|
|
1962
|
+
version = "0.4.14"
|
|
1839
1963
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1840
|
-
checksum = "
|
|
1964
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
1841
1965
|
dependencies = [
|
|
1842
|
-
"autocfg",
|
|
1843
1966
|
"scopeguard",
|
|
1844
1967
|
]
|
|
1845
1968
|
|
|
1846
1969
|
[[package]]
|
|
1847
1970
|
name = "log"
|
|
1848
|
-
version = "0.4.
|
|
1971
|
+
version = "0.4.28"
|
|
1849
1972
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1850
|
-
checksum = "
|
|
1973
|
+
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
|
1851
1974
|
|
|
1852
1975
|
[[package]]
|
|
1853
1976
|
name = "loop9"
|
|
@@ -1858,6 +1981,15 @@ dependencies = [
|
|
|
1858
1981
|
"imgref",
|
|
1859
1982
|
]
|
|
1860
1983
|
|
|
1984
|
+
[[package]]
|
|
1985
|
+
name = "malloc_buf"
|
|
1986
|
+
version = "0.0.6"
|
|
1987
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1988
|
+
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
1989
|
+
dependencies = [
|
|
1990
|
+
"libc",
|
|
1991
|
+
]
|
|
1992
|
+
|
|
1861
1993
|
[[package]]
|
|
1862
1994
|
name = "maybe-rayon"
|
|
1863
1995
|
version = "0.1.1"
|
|
@@ -1892,6 +2024,21 @@ dependencies = [
|
|
|
1892
2024
|
"autocfg",
|
|
1893
2025
|
]
|
|
1894
2026
|
|
|
2027
|
+
[[package]]
|
|
2028
|
+
name = "metal"
|
|
2029
|
+
version = "0.32.0"
|
|
2030
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2031
|
+
checksum = "00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605"
|
|
2032
|
+
dependencies = [
|
|
2033
|
+
"bitflags 2.10.0",
|
|
2034
|
+
"block",
|
|
2035
|
+
"core-graphics-types 0.2.0",
|
|
2036
|
+
"foreign-types",
|
|
2037
|
+
"log",
|
|
2038
|
+
"objc",
|
|
2039
|
+
"paste",
|
|
2040
|
+
]
|
|
2041
|
+
|
|
1895
2042
|
[[package]]
|
|
1896
2043
|
name = "mime"
|
|
1897
2044
|
version = "0.3.17"
|
|
@@ -1926,27 +2073,39 @@ dependencies = [
|
|
|
1926
2073
|
"simd-adler32",
|
|
1927
2074
|
]
|
|
1928
2075
|
|
|
2076
|
+
[[package]]
|
|
2077
|
+
name = "moxcms"
|
|
2078
|
+
version = "0.7.5"
|
|
2079
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2080
|
+
checksum = "ddd32fa8935aeadb8a8a6b6b351e40225570a37c43de67690383d87ef170cd08"
|
|
2081
|
+
dependencies = [
|
|
2082
|
+
"num-traits",
|
|
2083
|
+
"pxfm",
|
|
2084
|
+
]
|
|
2085
|
+
|
|
1929
2086
|
[[package]]
|
|
1930
2087
|
name = "naga"
|
|
1931
|
-
version = "
|
|
2088
|
+
version = "27.0.3"
|
|
1932
2089
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1933
|
-
checksum = "
|
|
2090
|
+
checksum = "066cf25f0e8b11ee0df221219010f213ad429855f57c494f995590c861a9a7d8"
|
|
1934
2091
|
dependencies = [
|
|
1935
2092
|
"arrayvec",
|
|
1936
2093
|
"bit-set",
|
|
1937
|
-
"bitflags 2.
|
|
2094
|
+
"bitflags 2.10.0",
|
|
2095
|
+
"cfg-if",
|
|
1938
2096
|
"cfg_aliases",
|
|
1939
2097
|
"codespan-reporting",
|
|
1940
2098
|
"half",
|
|
1941
|
-
"hashbrown",
|
|
2099
|
+
"hashbrown 0.16.0",
|
|
1942
2100
|
"hexf-parse",
|
|
1943
2101
|
"indexmap",
|
|
2102
|
+
"libm",
|
|
1944
2103
|
"log",
|
|
1945
2104
|
"num-traits",
|
|
1946
2105
|
"once_cell",
|
|
1947
2106
|
"rustc-hash 1.1.0",
|
|
1948
|
-
"
|
|
1949
|
-
"thiserror 2.0.
|
|
2107
|
+
"spirv",
|
|
2108
|
+
"thiserror 2.0.17",
|
|
1950
2109
|
"unicode-ident",
|
|
1951
2110
|
]
|
|
1952
2111
|
|
|
@@ -1956,7 +2115,7 @@ version = "0.9.0"
|
|
|
1956
2115
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1957
2116
|
checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
|
|
1958
2117
|
dependencies = [
|
|
1959
|
-
"bitflags 2.
|
|
2118
|
+
"bitflags 2.10.0",
|
|
1960
2119
|
"jni-sys",
|
|
1961
2120
|
"log",
|
|
1962
2121
|
"ndk-sys",
|
|
@@ -1992,7 +2151,7 @@ version = "0.30.1"
|
|
|
1992
2151
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1993
2152
|
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
|
|
1994
2153
|
dependencies = [
|
|
1995
|
-
"bitflags 2.
|
|
2154
|
+
"bitflags 2.10.0",
|
|
1996
2155
|
"cfg-if",
|
|
1997
2156
|
"cfg_aliases",
|
|
1998
2157
|
"libc",
|
|
@@ -2094,6 +2253,15 @@ dependencies = [
|
|
|
2094
2253
|
"syn",
|
|
2095
2254
|
]
|
|
2096
2255
|
|
|
2256
|
+
[[package]]
|
|
2257
|
+
name = "objc"
|
|
2258
|
+
version = "0.2.7"
|
|
2259
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2260
|
+
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
2261
|
+
dependencies = [
|
|
2262
|
+
"malloc_buf",
|
|
2263
|
+
]
|
|
2264
|
+
|
|
2097
2265
|
[[package]]
|
|
2098
2266
|
name = "objc-sys"
|
|
2099
2267
|
version = "0.3.5"
|
|
@@ -2125,7 +2293,7 @@ version = "0.2.2"
|
|
|
2125
2293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2126
2294
|
checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
|
|
2127
2295
|
dependencies = [
|
|
2128
|
-
"bitflags 2.
|
|
2296
|
+
"bitflags 2.10.0",
|
|
2129
2297
|
"block2",
|
|
2130
2298
|
"libc",
|
|
2131
2299
|
"objc2 0.5.2",
|
|
@@ -2141,7 +2309,7 @@ version = "0.3.1"
|
|
|
2141
2309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2142
2310
|
checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
|
|
2143
2311
|
dependencies = [
|
|
2144
|
-
"bitflags 2.
|
|
2312
|
+
"bitflags 2.10.0",
|
|
2145
2313
|
"objc2 0.6.1",
|
|
2146
2314
|
"objc2-core-foundation",
|
|
2147
2315
|
"objc2-core-graphics",
|
|
@@ -2154,7 +2322,7 @@ version = "0.2.2"
|
|
|
2154
2322
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2155
2323
|
checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
|
|
2156
2324
|
dependencies = [
|
|
2157
|
-
"bitflags 2.
|
|
2325
|
+
"bitflags 2.10.0",
|
|
2158
2326
|
"block2",
|
|
2159
2327
|
"objc2 0.5.2",
|
|
2160
2328
|
"objc2-core-location",
|
|
@@ -2178,7 +2346,7 @@ version = "0.2.2"
|
|
|
2178
2346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2179
2347
|
checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
|
|
2180
2348
|
dependencies = [
|
|
2181
|
-
"bitflags 2.
|
|
2349
|
+
"bitflags 2.10.0",
|
|
2182
2350
|
"block2",
|
|
2183
2351
|
"objc2 0.5.2",
|
|
2184
2352
|
"objc2-foundation 0.2.2",
|
|
@@ -2190,7 +2358,7 @@ version = "0.3.1"
|
|
|
2190
2358
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2191
2359
|
checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
|
|
2192
2360
|
dependencies = [
|
|
2193
|
-
"bitflags 2.
|
|
2361
|
+
"bitflags 2.10.0",
|
|
2194
2362
|
"dispatch2",
|
|
2195
2363
|
"objc2 0.6.1",
|
|
2196
2364
|
]
|
|
@@ -2201,7 +2369,7 @@ version = "0.3.1"
|
|
|
2201
2369
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2202
2370
|
checksum = "989c6c68c13021b5c2d6b71456ebb0f9dc78d752e86a98da7c716f4f9470f5a4"
|
|
2203
2371
|
dependencies = [
|
|
2204
|
-
"bitflags 2.
|
|
2372
|
+
"bitflags 2.10.0",
|
|
2205
2373
|
"dispatch2",
|
|
2206
2374
|
"objc2 0.6.1",
|
|
2207
2375
|
"objc2-core-foundation",
|
|
@@ -2244,7 +2412,7 @@ version = "0.2.2"
|
|
|
2244
2412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2245
2413
|
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
|
|
2246
2414
|
dependencies = [
|
|
2247
|
-
"bitflags 2.
|
|
2415
|
+
"bitflags 2.10.0",
|
|
2248
2416
|
"block2",
|
|
2249
2417
|
"dispatch",
|
|
2250
2418
|
"libc",
|
|
@@ -2257,7 +2425,7 @@ version = "0.3.1"
|
|
|
2257
2425
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2258
2426
|
checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
|
|
2259
2427
|
dependencies = [
|
|
2260
|
-
"bitflags 2.
|
|
2428
|
+
"bitflags 2.10.0",
|
|
2261
2429
|
"objc2 0.6.1",
|
|
2262
2430
|
"objc2-core-foundation",
|
|
2263
2431
|
]
|
|
@@ -2268,7 +2436,7 @@ version = "0.3.1"
|
|
|
2268
2436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2269
2437
|
checksum = "7282e9ac92529fa3457ce90ebb15f4ecbc383e8338060960760fa2cf75420c3c"
|
|
2270
2438
|
dependencies = [
|
|
2271
|
-
"bitflags 2.
|
|
2439
|
+
"bitflags 2.10.0",
|
|
2272
2440
|
"objc2 0.6.1",
|
|
2273
2441
|
"objc2-core-foundation",
|
|
2274
2442
|
]
|
|
@@ -2291,7 +2459,7 @@ version = "0.2.2"
|
|
|
2291
2459
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2292
2460
|
checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
|
|
2293
2461
|
dependencies = [
|
|
2294
|
-
"bitflags 2.
|
|
2462
|
+
"bitflags 2.10.0",
|
|
2295
2463
|
"block2",
|
|
2296
2464
|
"objc2 0.5.2",
|
|
2297
2465
|
"objc2-foundation 0.2.2",
|
|
@@ -2303,7 +2471,7 @@ version = "0.2.2"
|
|
|
2303
2471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2304
2472
|
checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
|
|
2305
2473
|
dependencies = [
|
|
2306
|
-
"bitflags 2.
|
|
2474
|
+
"bitflags 2.10.0",
|
|
2307
2475
|
"block2",
|
|
2308
2476
|
"objc2 0.5.2",
|
|
2309
2477
|
"objc2-foundation 0.2.2",
|
|
@@ -2326,7 +2494,7 @@ version = "0.2.2"
|
|
|
2326
2494
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2327
2495
|
checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
|
|
2328
2496
|
dependencies = [
|
|
2329
|
-
"bitflags 2.
|
|
2497
|
+
"bitflags 2.10.0",
|
|
2330
2498
|
"block2",
|
|
2331
2499
|
"objc2 0.5.2",
|
|
2332
2500
|
"objc2-cloud-kit",
|
|
@@ -2358,7 +2526,7 @@ version = "0.2.2"
|
|
|
2358
2526
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2359
2527
|
checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
|
|
2360
2528
|
dependencies = [
|
|
2361
|
-
"bitflags 2.
|
|
2529
|
+
"bitflags 2.10.0",
|
|
2362
2530
|
"block2",
|
|
2363
2531
|
"objc2 0.5.2",
|
|
2364
2532
|
"objc2-core-location",
|
|
@@ -2380,6 +2548,15 @@ dependencies = [
|
|
|
2380
2548
|
"libredox",
|
|
2381
2549
|
]
|
|
2382
2550
|
|
|
2551
|
+
[[package]]
|
|
2552
|
+
name = "ordered-float"
|
|
2553
|
+
version = "4.6.0"
|
|
2554
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2555
|
+
checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
|
|
2556
|
+
dependencies = [
|
|
2557
|
+
"num-traits",
|
|
2558
|
+
]
|
|
2559
|
+
|
|
2383
2560
|
[[package]]
|
|
2384
2561
|
name = "ordered-stream"
|
|
2385
2562
|
version = "0.2.0"
|
|
@@ -2407,9 +2584,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
2407
2584
|
|
|
2408
2585
|
[[package]]
|
|
2409
2586
|
name = "parking_lot"
|
|
2410
|
-
version = "0.12.
|
|
2587
|
+
version = "0.12.5"
|
|
2411
2588
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2412
|
-
checksum = "
|
|
2589
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
2413
2590
|
dependencies = [
|
|
2414
2591
|
"lock_api",
|
|
2415
2592
|
"parking_lot_core",
|
|
@@ -2417,15 +2594,15 @@ dependencies = [
|
|
|
2417
2594
|
|
|
2418
2595
|
[[package]]
|
|
2419
2596
|
name = "parking_lot_core"
|
|
2420
|
-
version = "0.9.
|
|
2597
|
+
version = "0.9.12"
|
|
2421
2598
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2422
|
-
checksum = "
|
|
2599
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
2423
2600
|
dependencies = [
|
|
2424
2601
|
"cfg-if",
|
|
2425
2602
|
"libc",
|
|
2426
2603
|
"redox_syscall 0.5.13",
|
|
2427
2604
|
"smallvec",
|
|
2428
|
-
"windows-
|
|
2605
|
+
"windows-link 0.2.1",
|
|
2429
2606
|
]
|
|
2430
2607
|
|
|
2431
2608
|
[[package]]
|
|
@@ -2436,9 +2613,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
2436
2613
|
|
|
2437
2614
|
[[package]]
|
|
2438
2615
|
name = "percent-encoding"
|
|
2439
|
-
version = "2.3.
|
|
2616
|
+
version = "2.3.2"
|
|
2440
2617
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2441
|
-
checksum = "
|
|
2618
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
2442
2619
|
|
|
2443
2620
|
[[package]]
|
|
2444
2621
|
name = "phf"
|
|
@@ -2535,11 +2712,11 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
|
2535
2712
|
|
|
2536
2713
|
[[package]]
|
|
2537
2714
|
name = "png"
|
|
2538
|
-
version = "0.
|
|
2715
|
+
version = "0.18.0"
|
|
2539
2716
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2540
|
-
checksum = "
|
|
2717
|
+
checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
|
|
2541
2718
|
dependencies = [
|
|
2542
|
-
"bitflags
|
|
2719
|
+
"bitflags 2.10.0",
|
|
2543
2720
|
"crc32fast",
|
|
2544
2721
|
"fdeflate",
|
|
2545
2722
|
"flate2",
|
|
@@ -2567,6 +2744,15 @@ version = "1.11.1"
|
|
|
2567
2744
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2568
2745
|
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
|
|
2569
2746
|
|
|
2747
|
+
[[package]]
|
|
2748
|
+
name = "portable-atomic-util"
|
|
2749
|
+
version = "0.2.4"
|
|
2750
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2751
|
+
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
|
|
2752
|
+
dependencies = [
|
|
2753
|
+
"portable-atomic",
|
|
2754
|
+
]
|
|
2755
|
+
|
|
2570
2756
|
[[package]]
|
|
2571
2757
|
name = "potential_utf"
|
|
2572
2758
|
version = "0.1.2"
|
|
@@ -2585,6 +2771,12 @@ dependencies = [
|
|
|
2585
2771
|
"zerocopy",
|
|
2586
2772
|
]
|
|
2587
2773
|
|
|
2774
|
+
[[package]]
|
|
2775
|
+
name = "presser"
|
|
2776
|
+
version = "0.3.1"
|
|
2777
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2778
|
+
checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
|
|
2779
|
+
|
|
2588
2780
|
[[package]]
|
|
2589
2781
|
name = "proc-macro-crate"
|
|
2590
2782
|
version = "3.3.0"
|
|
@@ -2622,11 +2814,20 @@ dependencies = [
|
|
|
2622
2814
|
"syn",
|
|
2623
2815
|
]
|
|
2624
2816
|
|
|
2817
|
+
[[package]]
|
|
2818
|
+
name = "pxfm"
|
|
2819
|
+
version = "0.1.24"
|
|
2820
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2821
|
+
checksum = "83f9b339b02259ada5c0f4a389b7fb472f933aa17ce176fd2ad98f28bb401fde"
|
|
2822
|
+
dependencies = [
|
|
2823
|
+
"num-traits",
|
|
2824
|
+
]
|
|
2825
|
+
|
|
2625
2826
|
[[package]]
|
|
2626
2827
|
name = "pyo3"
|
|
2627
|
-
version = "0.
|
|
2828
|
+
version = "0.27.1"
|
|
2628
2829
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2629
|
-
checksum = "
|
|
2830
|
+
checksum = "37a6df7eab65fc7bee654a421404947e10a0f7085b6951bf2ea395f4659fb0cf"
|
|
2630
2831
|
dependencies = [
|
|
2631
2832
|
"indoc",
|
|
2632
2833
|
"libc",
|
|
@@ -2641,19 +2842,18 @@ dependencies = [
|
|
|
2641
2842
|
|
|
2642
2843
|
[[package]]
|
|
2643
2844
|
name = "pyo3-build-config"
|
|
2644
|
-
version = "0.
|
|
2845
|
+
version = "0.27.1"
|
|
2645
2846
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2646
|
-
checksum = "
|
|
2847
|
+
checksum = "f77d387774f6f6eec64a004eac0ed525aab7fa1966d94b42f743797b3e395afb"
|
|
2647
2848
|
dependencies = [
|
|
2648
|
-
"once_cell",
|
|
2649
2849
|
"target-lexicon 0.13.2",
|
|
2650
2850
|
]
|
|
2651
2851
|
|
|
2652
2852
|
[[package]]
|
|
2653
2853
|
name = "pyo3-ffi"
|
|
2654
|
-
version = "0.
|
|
2854
|
+
version = "0.27.1"
|
|
2655
2855
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2656
|
-
checksum = "
|
|
2856
|
+
checksum = "2dd13844a4242793e02df3e2ec093f540d948299a6a77ea9ce7afd8623f542be"
|
|
2657
2857
|
dependencies = [
|
|
2658
2858
|
"libc",
|
|
2659
2859
|
"pyo3-build-config",
|
|
@@ -2661,9 +2861,9 @@ dependencies = [
|
|
|
2661
2861
|
|
|
2662
2862
|
[[package]]
|
|
2663
2863
|
name = "pyo3-macros"
|
|
2664
|
-
version = "0.
|
|
2864
|
+
version = "0.27.1"
|
|
2665
2865
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2666
|
-
checksum = "
|
|
2866
|
+
checksum = "eaf8f9f1108270b90d3676b8679586385430e5c0bb78bb5f043f95499c821a71"
|
|
2667
2867
|
dependencies = [
|
|
2668
2868
|
"proc-macro2",
|
|
2669
2869
|
"pyo3-macros-backend",
|
|
@@ -2673,9 +2873,9 @@ dependencies = [
|
|
|
2673
2873
|
|
|
2674
2874
|
[[package]]
|
|
2675
2875
|
name = "pyo3-macros-backend"
|
|
2676
|
-
version = "0.
|
|
2876
|
+
version = "0.27.1"
|
|
2677
2877
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2678
|
-
checksum = "
|
|
2878
|
+
checksum = "70a3b2274450ba5288bc9b8c1b69ff569d1d61189d4bff38f8d22e03d17f932b"
|
|
2679
2879
|
dependencies = [
|
|
2680
2880
|
"heck",
|
|
2681
2881
|
"proc-macro2",
|
|
@@ -2763,6 +2963,12 @@ dependencies = [
|
|
|
2763
2963
|
"getrandom 0.2.16",
|
|
2764
2964
|
]
|
|
2765
2965
|
|
|
2966
|
+
[[package]]
|
|
2967
|
+
name = "range-alloc"
|
|
2968
|
+
version = "0.1.4"
|
|
2969
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2970
|
+
checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
|
|
2971
|
+
|
|
2766
2972
|
[[package]]
|
|
2767
2973
|
name = "rav1e"
|
|
2768
2974
|
version = "0.7.1"
|
|
@@ -2854,7 +3060,7 @@ version = "0.5.13"
|
|
|
2854
3060
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2855
3061
|
checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
|
|
2856
3062
|
dependencies = [
|
|
2857
|
-
"bitflags 2.
|
|
3063
|
+
"bitflags 2.10.0",
|
|
2858
3064
|
]
|
|
2859
3065
|
|
|
2860
3066
|
[[package]]
|
|
@@ -2887,7 +3093,7 @@ version = "0.38.44"
|
|
|
2887
3093
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2888
3094
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
2889
3095
|
dependencies = [
|
|
2890
|
-
"bitflags 2.
|
|
3096
|
+
"bitflags 2.10.0",
|
|
2891
3097
|
"errno",
|
|
2892
3098
|
"libc",
|
|
2893
3099
|
"linux-raw-sys 0.4.15",
|
|
@@ -2900,7 +3106,7 @@ version = "1.0.8"
|
|
|
2900
3106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2901
3107
|
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
|
|
2902
3108
|
dependencies = [
|
|
2903
|
-
"bitflags 2.
|
|
3109
|
+
"bitflags 2.10.0",
|
|
2904
3110
|
"errno",
|
|
2905
3111
|
"libc",
|
|
2906
3112
|
"linux-raw-sys 0.9.4",
|
|
@@ -2955,18 +3161,28 @@ dependencies = [
|
|
|
2955
3161
|
|
|
2956
3162
|
[[package]]
|
|
2957
3163
|
name = "serde"
|
|
2958
|
-
version = "1.0.
|
|
3164
|
+
version = "1.0.228"
|
|
2959
3165
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2960
|
-
checksum = "
|
|
3166
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
3167
|
+
dependencies = [
|
|
3168
|
+
"serde_core",
|
|
3169
|
+
"serde_derive",
|
|
3170
|
+
]
|
|
3171
|
+
|
|
3172
|
+
[[package]]
|
|
3173
|
+
name = "serde_core"
|
|
3174
|
+
version = "1.0.228"
|
|
3175
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3176
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
2961
3177
|
dependencies = [
|
|
2962
3178
|
"serde_derive",
|
|
2963
3179
|
]
|
|
2964
3180
|
|
|
2965
3181
|
[[package]]
|
|
2966
3182
|
name = "serde_derive"
|
|
2967
|
-
version = "1.0.
|
|
3183
|
+
version = "1.0.228"
|
|
2968
3184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2969
|
-
checksum = "
|
|
3185
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
2970
3186
|
dependencies = [
|
|
2971
3187
|
"proc-macro2",
|
|
2972
3188
|
"quote",
|
|
@@ -2975,14 +3191,15 @@ dependencies = [
|
|
|
2975
3191
|
|
|
2976
3192
|
[[package]]
|
|
2977
3193
|
name = "serde_json"
|
|
2978
|
-
version = "1.0.
|
|
3194
|
+
version = "1.0.145"
|
|
2979
3195
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2980
|
-
checksum = "
|
|
3196
|
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
|
2981
3197
|
dependencies = [
|
|
2982
3198
|
"itoa",
|
|
2983
3199
|
"memchr",
|
|
2984
3200
|
"ryu",
|
|
2985
3201
|
"serde",
|
|
3202
|
+
"serde_core",
|
|
2986
3203
|
]
|
|
2987
3204
|
|
|
2988
3205
|
[[package]]
|
|
@@ -3068,7 +3285,7 @@ version = "0.19.2"
|
|
|
3068
3285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3069
3286
|
checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
|
|
3070
3287
|
dependencies = [
|
|
3071
|
-
"bitflags 2.
|
|
3288
|
+
"bitflags 2.10.0",
|
|
3072
3289
|
"calloop",
|
|
3073
3290
|
"calloop-wayland-source",
|
|
3074
3291
|
"cursor-icon",
|
|
@@ -3107,6 +3324,15 @@ dependencies = [
|
|
|
3107
3324
|
"serde",
|
|
3108
3325
|
]
|
|
3109
3326
|
|
|
3327
|
+
[[package]]
|
|
3328
|
+
name = "spirv"
|
|
3329
|
+
version = "0.3.0+sdk-1.3.268.0"
|
|
3330
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3331
|
+
checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
|
|
3332
|
+
dependencies = [
|
|
3333
|
+
"bitflags 2.10.0",
|
|
3334
|
+
]
|
|
3335
|
+
|
|
3110
3336
|
[[package]]
|
|
3111
3337
|
name = "stable_deref_trait"
|
|
3112
3338
|
version = "1.2.0"
|
|
@@ -3125,28 +3351,6 @@ version = "0.1.1"
|
|
|
3125
3351
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3126
3352
|
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
|
|
3127
3353
|
|
|
3128
|
-
[[package]]
|
|
3129
|
-
name = "strum"
|
|
3130
|
-
version = "0.26.3"
|
|
3131
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3132
|
-
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
|
3133
|
-
dependencies = [
|
|
3134
|
-
"strum_macros",
|
|
3135
|
-
]
|
|
3136
|
-
|
|
3137
|
-
[[package]]
|
|
3138
|
-
name = "strum_macros"
|
|
3139
|
-
version = "0.26.4"
|
|
3140
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3141
|
-
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
|
3142
|
-
dependencies = [
|
|
3143
|
-
"heck",
|
|
3144
|
-
"proc-macro2",
|
|
3145
|
-
"quote",
|
|
3146
|
-
"rustversion",
|
|
3147
|
-
"syn",
|
|
3148
|
-
]
|
|
3149
|
-
|
|
3150
3354
|
[[package]]
|
|
3151
3355
|
name = "syn"
|
|
3152
3356
|
version = "2.0.104"
|
|
@@ -3227,11 +3431,11 @@ dependencies = [
|
|
|
3227
3431
|
|
|
3228
3432
|
[[package]]
|
|
3229
3433
|
name = "thiserror"
|
|
3230
|
-
version = "2.0.
|
|
3434
|
+
version = "2.0.17"
|
|
3231
3435
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3232
|
-
checksum = "
|
|
3436
|
+
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
|
3233
3437
|
dependencies = [
|
|
3234
|
-
"thiserror-impl 2.0.
|
|
3438
|
+
"thiserror-impl 2.0.17",
|
|
3235
3439
|
]
|
|
3236
3440
|
|
|
3237
3441
|
[[package]]
|
|
@@ -3247,9 +3451,9 @@ dependencies = [
|
|
|
3247
3451
|
|
|
3248
3452
|
[[package]]
|
|
3249
3453
|
name = "thiserror-impl"
|
|
3250
|
-
version = "2.0.
|
|
3454
|
+
version = "2.0.17"
|
|
3251
3455
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3252
|
-
checksum = "
|
|
3456
|
+
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
|
3253
3457
|
dependencies = [
|
|
3254
3458
|
"proc-macro2",
|
|
3255
3459
|
"quote",
|
|
@@ -3258,13 +3462,16 @@ dependencies = [
|
|
|
3258
3462
|
|
|
3259
3463
|
[[package]]
|
|
3260
3464
|
name = "tiff"
|
|
3261
|
-
version = "0.
|
|
3465
|
+
version = "0.10.3"
|
|
3262
3466
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3263
|
-
checksum = "
|
|
3467
|
+
checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
|
|
3264
3468
|
dependencies = [
|
|
3469
|
+
"fax",
|
|
3265
3470
|
"flate2",
|
|
3266
|
-
"
|
|
3471
|
+
"half",
|
|
3472
|
+
"quick-error",
|
|
3267
3473
|
"weezl",
|
|
3474
|
+
"zune-jpeg",
|
|
3268
3475
|
]
|
|
3269
3476
|
|
|
3270
3477
|
[[package]]
|
|
@@ -3442,9 +3649,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
3442
3649
|
|
|
3443
3650
|
[[package]]
|
|
3444
3651
|
name = "uuid"
|
|
3445
|
-
version = "1.
|
|
3652
|
+
version = "1.18.1"
|
|
3446
3653
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3447
|
-
checksum = "
|
|
3654
|
+
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
|
|
3448
3655
|
dependencies = [
|
|
3449
3656
|
"getrandom 0.3.3",
|
|
3450
3657
|
"js-sys",
|
|
@@ -3591,7 +3798,7 @@ version = "0.31.10"
|
|
|
3591
3798
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3592
3799
|
checksum = "978fa7c67b0847dbd6a9f350ca2569174974cd4082737054dbb7fbb79d7d9a61"
|
|
3593
3800
|
dependencies = [
|
|
3594
|
-
"bitflags 2.
|
|
3801
|
+
"bitflags 2.10.0",
|
|
3595
3802
|
"rustix 0.38.44",
|
|
3596
3803
|
"wayland-backend",
|
|
3597
3804
|
"wayland-scanner",
|
|
@@ -3603,7 +3810,7 @@ version = "0.3.0"
|
|
|
3603
3810
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3604
3811
|
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
|
|
3605
3812
|
dependencies = [
|
|
3606
|
-
"bitflags 2.
|
|
3813
|
+
"bitflags 2.10.0",
|
|
3607
3814
|
"cursor-icon",
|
|
3608
3815
|
"wayland-backend",
|
|
3609
3816
|
]
|
|
@@ -3625,7 +3832,7 @@ version = "0.32.8"
|
|
|
3625
3832
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3626
3833
|
checksum = "779075454e1e9a521794fed15886323ea0feda3f8b0fc1390f5398141310422a"
|
|
3627
3834
|
dependencies = [
|
|
3628
|
-
"bitflags 2.
|
|
3835
|
+
"bitflags 2.10.0",
|
|
3629
3836
|
"wayland-backend",
|
|
3630
3837
|
"wayland-client",
|
|
3631
3838
|
"wayland-scanner",
|
|
@@ -3637,7 +3844,7 @@ version = "0.3.8"
|
|
|
3637
3844
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3638
3845
|
checksum = "4fd38cdad69b56ace413c6bcc1fbf5acc5e2ef4af9d5f8f1f9570c0c83eae175"
|
|
3639
3846
|
dependencies = [
|
|
3640
|
-
"bitflags 2.
|
|
3847
|
+
"bitflags 2.10.0",
|
|
3641
3848
|
"wayland-backend",
|
|
3642
3849
|
"wayland-client",
|
|
3643
3850
|
"wayland-protocols",
|
|
@@ -3650,7 +3857,7 @@ version = "0.3.8"
|
|
|
3650
3857
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3651
3858
|
checksum = "1cb6cdc73399c0e06504c437fe3cf886f25568dd5454473d565085b36d6a8bbf"
|
|
3652
3859
|
dependencies = [
|
|
3653
|
-
"bitflags 2.
|
|
3860
|
+
"bitflags 2.10.0",
|
|
3654
3861
|
"wayland-backend",
|
|
3655
3862
|
"wayland-client",
|
|
3656
3863
|
"wayland-protocols",
|
|
@@ -3724,17 +3931,19 @@ checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
|
|
|
3724
3931
|
|
|
3725
3932
|
[[package]]
|
|
3726
3933
|
name = "wgpu"
|
|
3727
|
-
version = "
|
|
3934
|
+
version = "27.0.1"
|
|
3728
3935
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3729
|
-
checksum = "
|
|
3936
|
+
checksum = "bfe68bac7cde125de7a731c3400723cadaaf1703795ad3f4805f187459cd7a77"
|
|
3730
3937
|
dependencies = [
|
|
3731
3938
|
"arrayvec",
|
|
3732
|
-
"bitflags 2.
|
|
3939
|
+
"bitflags 2.10.0",
|
|
3940
|
+
"cfg-if",
|
|
3733
3941
|
"cfg_aliases",
|
|
3734
3942
|
"document-features",
|
|
3735
|
-
"hashbrown",
|
|
3943
|
+
"hashbrown 0.16.0",
|
|
3736
3944
|
"js-sys",
|
|
3737
3945
|
"log",
|
|
3946
|
+
"naga",
|
|
3738
3947
|
"parking_lot",
|
|
3739
3948
|
"portable-atomic",
|
|
3740
3949
|
"profiling",
|
|
@@ -3742,6 +3951,7 @@ dependencies = [
|
|
|
3742
3951
|
"smallvec",
|
|
3743
3952
|
"static_assertions",
|
|
3744
3953
|
"wasm-bindgen",
|
|
3954
|
+
"wasm-bindgen-futures",
|
|
3745
3955
|
"web-sys",
|
|
3746
3956
|
"wgpu-core",
|
|
3747
3957
|
"wgpu-hal",
|
|
@@ -3750,17 +3960,18 @@ dependencies = [
|
|
|
3750
3960
|
|
|
3751
3961
|
[[package]]
|
|
3752
3962
|
name = "wgpu-core"
|
|
3753
|
-
version = "
|
|
3963
|
+
version = "27.0.3"
|
|
3754
3964
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3755
|
-
checksum = "
|
|
3965
|
+
checksum = "27a75de515543b1897b26119f93731b385a19aea165a1ec5f0e3acecc229cae7"
|
|
3756
3966
|
dependencies = [
|
|
3757
3967
|
"arrayvec",
|
|
3758
3968
|
"bit-set",
|
|
3759
3969
|
"bit-vec",
|
|
3760
|
-
"bitflags 2.
|
|
3970
|
+
"bitflags 2.10.0",
|
|
3971
|
+
"bytemuck",
|
|
3761
3972
|
"cfg_aliases",
|
|
3762
3973
|
"document-features",
|
|
3763
|
-
"hashbrown",
|
|
3974
|
+
"hashbrown 0.16.0",
|
|
3764
3975
|
"indexmap",
|
|
3765
3976
|
"log",
|
|
3766
3977
|
"naga",
|
|
@@ -3771,51 +3982,101 @@ dependencies = [
|
|
|
3771
3982
|
"raw-window-handle",
|
|
3772
3983
|
"rustc-hash 1.1.0",
|
|
3773
3984
|
"smallvec",
|
|
3774
|
-
"thiserror 2.0.
|
|
3985
|
+
"thiserror 2.0.17",
|
|
3986
|
+
"wgpu-core-deps-apple",
|
|
3987
|
+
"wgpu-core-deps-emscripten",
|
|
3775
3988
|
"wgpu-core-deps-windows-linux-android",
|
|
3776
3989
|
"wgpu-hal",
|
|
3777
3990
|
"wgpu-types",
|
|
3778
3991
|
]
|
|
3779
3992
|
|
|
3993
|
+
[[package]]
|
|
3994
|
+
name = "wgpu-core-deps-apple"
|
|
3995
|
+
version = "27.0.0"
|
|
3996
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3997
|
+
checksum = "0772ae958e9be0c729561d5e3fd9a19679bcdfb945b8b1a1969d9bfe8056d233"
|
|
3998
|
+
dependencies = [
|
|
3999
|
+
"wgpu-hal",
|
|
4000
|
+
]
|
|
4001
|
+
|
|
4002
|
+
[[package]]
|
|
4003
|
+
name = "wgpu-core-deps-emscripten"
|
|
4004
|
+
version = "27.0.0"
|
|
4005
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4006
|
+
checksum = "b06ac3444a95b0813ecfd81ddb2774b66220b264b3e2031152a4a29fda4da6b5"
|
|
4007
|
+
dependencies = [
|
|
4008
|
+
"wgpu-hal",
|
|
4009
|
+
]
|
|
4010
|
+
|
|
3780
4011
|
[[package]]
|
|
3781
4012
|
name = "wgpu-core-deps-windows-linux-android"
|
|
3782
|
-
version = "
|
|
4013
|
+
version = "27.0.0"
|
|
3783
4014
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3784
|
-
checksum = "
|
|
4015
|
+
checksum = "71197027d61a71748e4120f05a9242b2ad142e3c01f8c1b47707945a879a03c3"
|
|
3785
4016
|
dependencies = [
|
|
3786
4017
|
"wgpu-hal",
|
|
3787
4018
|
]
|
|
3788
4019
|
|
|
3789
4020
|
[[package]]
|
|
3790
4021
|
name = "wgpu-hal"
|
|
3791
|
-
version = "
|
|
4022
|
+
version = "27.0.3"
|
|
3792
4023
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3793
|
-
checksum = "
|
|
4024
|
+
checksum = "ef1cf57cc73d2c5eb8f744baf53055f4164204846955f35c5dd04c4ec98881f3"
|
|
3794
4025
|
dependencies = [
|
|
3795
|
-
"
|
|
4026
|
+
"android_system_properties",
|
|
4027
|
+
"arrayvec",
|
|
4028
|
+
"ash",
|
|
4029
|
+
"bit-set",
|
|
4030
|
+
"bitflags 2.10.0",
|
|
4031
|
+
"block",
|
|
4032
|
+
"bytemuck",
|
|
4033
|
+
"cfg-if",
|
|
3796
4034
|
"cfg_aliases",
|
|
4035
|
+
"core-graphics-types 0.2.0",
|
|
4036
|
+
"glow",
|
|
4037
|
+
"glutin_wgl_sys",
|
|
4038
|
+
"gpu-alloc",
|
|
4039
|
+
"gpu-allocator",
|
|
4040
|
+
"gpu-descriptor",
|
|
4041
|
+
"hashbrown 0.16.0",
|
|
4042
|
+
"js-sys",
|
|
4043
|
+
"khronos-egl",
|
|
4044
|
+
"libc",
|
|
3797
4045
|
"libloading",
|
|
3798
4046
|
"log",
|
|
4047
|
+
"metal",
|
|
3799
4048
|
"naga",
|
|
4049
|
+
"ndk-sys",
|
|
4050
|
+
"objc",
|
|
4051
|
+
"once_cell",
|
|
4052
|
+
"ordered-float",
|
|
3800
4053
|
"parking_lot",
|
|
3801
4054
|
"portable-atomic",
|
|
4055
|
+
"portable-atomic-util",
|
|
4056
|
+
"profiling",
|
|
4057
|
+
"range-alloc",
|
|
3802
4058
|
"raw-window-handle",
|
|
3803
4059
|
"renderdoc-sys",
|
|
3804
|
-
"
|
|
4060
|
+
"smallvec",
|
|
4061
|
+
"thiserror 2.0.17",
|
|
4062
|
+
"wasm-bindgen",
|
|
4063
|
+
"web-sys",
|
|
3805
4064
|
"wgpu-types",
|
|
4065
|
+
"windows 0.58.0",
|
|
4066
|
+
"windows-core 0.58.0",
|
|
3806
4067
|
]
|
|
3807
4068
|
|
|
3808
4069
|
[[package]]
|
|
3809
4070
|
name = "wgpu-types"
|
|
3810
|
-
version = "
|
|
4071
|
+
version = "27.0.1"
|
|
3811
4072
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3812
|
-
checksum = "
|
|
4073
|
+
checksum = "afdcf84c395990db737f2dd91628706cb31e86d72e53482320d368e52b5da5eb"
|
|
3813
4074
|
dependencies = [
|
|
3814
|
-
"bitflags 2.
|
|
4075
|
+
"bitflags 2.10.0",
|
|
3815
4076
|
"bytemuck",
|
|
3816
4077
|
"js-sys",
|
|
3817
4078
|
"log",
|
|
3818
|
-
"thiserror 2.0.
|
|
4079
|
+
"thiserror 2.0.17",
|
|
3819
4080
|
"web-sys",
|
|
3820
4081
|
]
|
|
3821
4082
|
|
|
@@ -3850,6 +4111,16 @@ version = "0.4.0"
|
|
|
3850
4111
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3851
4112
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
3852
4113
|
|
|
4114
|
+
[[package]]
|
|
4115
|
+
name = "windows"
|
|
4116
|
+
version = "0.58.0"
|
|
4117
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4118
|
+
checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
|
|
4119
|
+
dependencies = [
|
|
4120
|
+
"windows-core 0.58.0",
|
|
4121
|
+
"windows-targets 0.52.6",
|
|
4122
|
+
]
|
|
4123
|
+
|
|
3853
4124
|
[[package]]
|
|
3854
4125
|
name = "windows"
|
|
3855
4126
|
version = "0.61.3"
|
|
@@ -3857,9 +4128,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3857
4128
|
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
|
|
3858
4129
|
dependencies = [
|
|
3859
4130
|
"windows-collections",
|
|
3860
|
-
"windows-core",
|
|
4131
|
+
"windows-core 0.61.2",
|
|
3861
4132
|
"windows-future",
|
|
3862
|
-
"windows-link",
|
|
4133
|
+
"windows-link 0.1.3",
|
|
3863
4134
|
"windows-numerics",
|
|
3864
4135
|
]
|
|
3865
4136
|
|
|
@@ -3869,7 +4140,20 @@ version = "0.2.0"
|
|
|
3869
4140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3870
4141
|
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
|
|
3871
4142
|
dependencies = [
|
|
3872
|
-
"windows-core",
|
|
4143
|
+
"windows-core 0.61.2",
|
|
4144
|
+
]
|
|
4145
|
+
|
|
4146
|
+
[[package]]
|
|
4147
|
+
name = "windows-core"
|
|
4148
|
+
version = "0.58.0"
|
|
4149
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4150
|
+
checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
|
|
4151
|
+
dependencies = [
|
|
4152
|
+
"windows-implement 0.58.0",
|
|
4153
|
+
"windows-interface 0.58.0",
|
|
4154
|
+
"windows-result 0.2.0",
|
|
4155
|
+
"windows-strings 0.1.0",
|
|
4156
|
+
"windows-targets 0.52.6",
|
|
3873
4157
|
]
|
|
3874
4158
|
|
|
3875
4159
|
[[package]]
|
|
@@ -3878,11 +4162,11 @@ version = "0.61.2"
|
|
|
3878
4162
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3879
4163
|
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
|
3880
4164
|
dependencies = [
|
|
3881
|
-
"windows-implement",
|
|
3882
|
-
"windows-interface",
|
|
3883
|
-
"windows-link",
|
|
3884
|
-
"windows-result",
|
|
3885
|
-
"windows-strings",
|
|
4165
|
+
"windows-implement 0.60.0",
|
|
4166
|
+
"windows-interface 0.59.1",
|
|
4167
|
+
"windows-link 0.1.3",
|
|
4168
|
+
"windows-result 0.3.4",
|
|
4169
|
+
"windows-strings 0.4.2",
|
|
3886
4170
|
]
|
|
3887
4171
|
|
|
3888
4172
|
[[package]]
|
|
@@ -3891,11 +4175,22 @@ version = "0.2.1"
|
|
|
3891
4175
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3892
4176
|
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
|
|
3893
4177
|
dependencies = [
|
|
3894
|
-
"windows-core",
|
|
3895
|
-
"windows-link",
|
|
4178
|
+
"windows-core 0.61.2",
|
|
4179
|
+
"windows-link 0.1.3",
|
|
3896
4180
|
"windows-threading",
|
|
3897
4181
|
]
|
|
3898
4182
|
|
|
4183
|
+
[[package]]
|
|
4184
|
+
name = "windows-implement"
|
|
4185
|
+
version = "0.58.0"
|
|
4186
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4187
|
+
checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
|
|
4188
|
+
dependencies = [
|
|
4189
|
+
"proc-macro2",
|
|
4190
|
+
"quote",
|
|
4191
|
+
"syn",
|
|
4192
|
+
]
|
|
4193
|
+
|
|
3899
4194
|
[[package]]
|
|
3900
4195
|
name = "windows-implement"
|
|
3901
4196
|
version = "0.60.0"
|
|
@@ -3907,6 +4202,17 @@ dependencies = [
|
|
|
3907
4202
|
"syn",
|
|
3908
4203
|
]
|
|
3909
4204
|
|
|
4205
|
+
[[package]]
|
|
4206
|
+
name = "windows-interface"
|
|
4207
|
+
version = "0.58.0"
|
|
4208
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4209
|
+
checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
|
|
4210
|
+
dependencies = [
|
|
4211
|
+
"proc-macro2",
|
|
4212
|
+
"quote",
|
|
4213
|
+
"syn",
|
|
4214
|
+
]
|
|
4215
|
+
|
|
3910
4216
|
[[package]]
|
|
3911
4217
|
name = "windows-interface"
|
|
3912
4218
|
version = "0.59.1"
|
|
@@ -3924,14 +4230,29 @@ version = "0.1.3"
|
|
|
3924
4230
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3925
4231
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
3926
4232
|
|
|
4233
|
+
[[package]]
|
|
4234
|
+
name = "windows-link"
|
|
4235
|
+
version = "0.2.1"
|
|
4236
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4237
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
4238
|
+
|
|
3927
4239
|
[[package]]
|
|
3928
4240
|
name = "windows-numerics"
|
|
3929
4241
|
version = "0.2.0"
|
|
3930
4242
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3931
4243
|
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
|
|
3932
4244
|
dependencies = [
|
|
3933
|
-
"windows-core",
|
|
3934
|
-
"windows-link",
|
|
4245
|
+
"windows-core 0.61.2",
|
|
4246
|
+
"windows-link 0.1.3",
|
|
4247
|
+
]
|
|
4248
|
+
|
|
4249
|
+
[[package]]
|
|
4250
|
+
name = "windows-result"
|
|
4251
|
+
version = "0.2.0"
|
|
4252
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4253
|
+
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
4254
|
+
dependencies = [
|
|
4255
|
+
"windows-targets 0.52.6",
|
|
3935
4256
|
]
|
|
3936
4257
|
|
|
3937
4258
|
[[package]]
|
|
@@ -3940,7 +4261,17 @@ version = "0.3.4"
|
|
|
3940
4261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3941
4262
|
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
|
3942
4263
|
dependencies = [
|
|
3943
|
-
"windows-link",
|
|
4264
|
+
"windows-link 0.1.3",
|
|
4265
|
+
]
|
|
4266
|
+
|
|
4267
|
+
[[package]]
|
|
4268
|
+
name = "windows-strings"
|
|
4269
|
+
version = "0.1.0"
|
|
4270
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4271
|
+
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
4272
|
+
dependencies = [
|
|
4273
|
+
"windows-result 0.2.0",
|
|
4274
|
+
"windows-targets 0.52.6",
|
|
3944
4275
|
]
|
|
3945
4276
|
|
|
3946
4277
|
[[package]]
|
|
@@ -3949,7 +4280,7 @@ version = "0.4.2"
|
|
|
3949
4280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3950
4281
|
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
|
3951
4282
|
dependencies = [
|
|
3952
|
-
"windows-link",
|
|
4283
|
+
"windows-link 0.1.3",
|
|
3953
4284
|
]
|
|
3954
4285
|
|
|
3955
4286
|
[[package]]
|
|
@@ -3988,6 +4319,15 @@ dependencies = [
|
|
|
3988
4319
|
"windows-targets 0.53.2",
|
|
3989
4320
|
]
|
|
3990
4321
|
|
|
4322
|
+
[[package]]
|
|
4323
|
+
name = "windows-sys"
|
|
4324
|
+
version = "0.61.2"
|
|
4325
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4326
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
4327
|
+
dependencies = [
|
|
4328
|
+
"windows-link 0.2.1",
|
|
4329
|
+
]
|
|
4330
|
+
|
|
3991
4331
|
[[package]]
|
|
3992
4332
|
name = "windows-targets"
|
|
3993
4333
|
version = "0.42.2"
|
|
@@ -4056,7 +4396,7 @@ version = "0.1.0"
|
|
|
4056
4396
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4057
4397
|
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
|
|
4058
4398
|
dependencies = [
|
|
4059
|
-
"windows-link",
|
|
4399
|
+
"windows-link 0.1.3",
|
|
4060
4400
|
]
|
|
4061
4401
|
|
|
4062
4402
|
[[package]]
|
|
@@ -4241,14 +4581,14 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
|
4241
4581
|
|
|
4242
4582
|
[[package]]
|
|
4243
4583
|
name = "winit"
|
|
4244
|
-
version = "0.30.
|
|
4584
|
+
version = "0.30.12"
|
|
4245
4585
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4246
|
-
checksum = "
|
|
4586
|
+
checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732"
|
|
4247
4587
|
dependencies = [
|
|
4248
4588
|
"ahash",
|
|
4249
4589
|
"android-activity",
|
|
4250
4590
|
"atomic-waker",
|
|
4251
|
-
"bitflags 2.
|
|
4591
|
+
"bitflags 2.10.0",
|
|
4252
4592
|
"block2",
|
|
4253
4593
|
"bytemuck",
|
|
4254
4594
|
"calloop",
|
|
@@ -4306,7 +4646,7 @@ version = "0.39.0"
|
|
|
4306
4646
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4307
4647
|
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
4308
4648
|
dependencies = [
|
|
4309
|
-
"bitflags 2.
|
|
4649
|
+
"bitflags 2.10.0",
|
|
4310
4650
|
]
|
|
4311
4651
|
|
|
4312
4652
|
[[package]]
|
|
@@ -4359,7 +4699,7 @@ version = "0.4.2"
|
|
|
4359
4699
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4360
4700
|
checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
|
|
4361
4701
|
dependencies = [
|
|
4362
|
-
"bitflags 2.
|
|
4702
|
+
"bitflags 2.10.0",
|
|
4363
4703
|
"dlib",
|
|
4364
4704
|
"log",
|
|
4365
4705
|
"once_cell",
|