cosmol-viewer 0.1.3.dev4__tar.gz → 0.1.4.dev2__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.

Files changed (32) hide show
  1. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/Cargo.lock +223 -203
  2. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/Cargo.toml +8 -7
  3. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/PKG-INFO +1 -1
  4. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/parser/sdf.rs +3 -3
  5. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/shader/canvas.rs +2 -4
  6. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/shapes/molecules.rs +149 -21
  7. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/python/Cargo.toml +1 -1
  8. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/wasm/Cargo.toml +2 -2
  9. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/wasm/src/lib.rs +10 -0
  10. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/pyproject.toml +1 -1
  11. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/README.md +0 -0
  12. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/Cargo.toml +0 -0
  13. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/lib.rs +0 -0
  14. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/parser/mod.rs +0 -0
  15. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/scene.rs +0 -0
  16. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/shader/bg_fragment.glsl +0 -0
  17. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/shader/bg_vertex.glsl +0 -0
  18. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/shader/fragment.glsl +0 -0
  19. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/shader/mod.rs +0 -0
  20. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/shader/vertex.glsl +0 -0
  21. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/shader/vertex_sphere.glsl +0 -0
  22. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/shader/vertex_stick.glsl +0 -0
  23. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/shapes/mod.rs +0 -0
  24. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/shapes/sphere.rs +0 -0
  25. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/shapes/stick.rs +0 -0
  26. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/core/src/utils.rs +0 -0
  27. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/python/README.md +0 -0
  28. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/python/build.rs +0 -0
  29. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/python/cosmol_viewer.pyi +0 -0
  30. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/python/src/lib.rs +0 -0
  31. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/python/src/parser.rs +0 -0
  32. {cosmol_viewer-0.1.3.dev4 → cosmol_viewer-0.1.4.dev2}/crates/python/src/shapes.rs +0 -0
@@ -4,9 +4,9 @@ version = 4
4
4
 
5
5
  [[package]]
6
6
  name = "ab_glyph"
7
- version = "0.2.31"
7
+ version = "0.2.32"
8
8
  source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "e074464580a518d16a7126262fffaaa47af89d4099d4cb403f8ed938ba12ee7d"
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.19.0"
23
+ version = "0.21.1"
24
24
  source = "registry+https://github.com/rust-lang/crates.io-index"
25
- checksum = "e25ae84c0260bdf5df07796d7cc4882460de26a2b406ec0e6c42461a723b271b"
25
+ checksum = "cf203f9d3bd8f29f98833d1fbef628df18f759248a547e7e01cfbf63cda36a99"
26
26
 
27
27
  [[package]]
28
28
  name = "accesskit_atspi_common"
29
- version = "0.12.0"
29
+ version = "0.14.1"
30
30
  source = "registry+https://github.com/rust-lang/crates.io-index"
31
- checksum = "29bd41de2e54451a8ca0dd95ebf45b54d349d29ebceb7f20be264eee14e3d477"
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.28.0"
43
+ version = "0.30.1"
44
44
  source = "registry+https://github.com/rust-lang/crates.io-index"
45
- checksum = "8bfae7c152994a31dc7d99b8eeac7784a919f71d1b306f4b83217e110fd3824c"
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.20.0"
53
+ version = "0.22.1"
54
54
  source = "registry+https://github.com/rust-lang/crates.io-index"
55
- checksum = "692dd318ff8a7a0ffda67271c4bd10cf32249656f4e49390db0b26ca92b095f2"
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.15.0"
67
+ version = "0.17.1"
68
68
  source = "registry+https://github.com/rust-lang/crates.io-index"
69
- checksum = "c5f7474c36606d0fe4f438291d667bae7042ea2760f506650ad2366926358fc8"
69
+ checksum = "64926a930368d52d95422b822ede15014c04536cabaa2394f99567a1f4788dc6"
70
70
  dependencies = [
71
71
  "accesskit",
72
72
  "accesskit_atspi_common",
@@ -82,13 +82,13 @@ dependencies = [
82
82
 
83
83
  [[package]]
84
84
  name = "accesskit_windows"
85
- version = "0.27.0"
85
+ version = "0.29.1"
86
86
  source = "registry+https://github.com/rust-lang/crates.io-index"
87
- checksum = "70a042b62c9c05bf7b616f015515c17d2813f3ba89978d6f4fc369735d60700a"
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
93
  "windows 0.61.3",
94
94
  "windows-core 0.61.2",
@@ -96,9 +96,9 @@ dependencies = [
96
96
 
97
97
  [[package]]
98
98
  name = "accesskit_winit"
99
- version = "0.27.0"
99
+ version = "0.29.1"
100
100
  source = "registry+https://github.com/rust-lang/crates.io-index"
101
- checksum = "5c1f0d3d13113d8857542a4f8d1a1c24d1dc1527b77aee8426127f4901588708"
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.9.1",
146
+ "bitflags 2.10.0",
147
147
  "cc",
148
148
  "cesu8",
149
149
  "jni",
@@ -152,7 +152,7 @@ dependencies = [
152
152
  "log",
153
153
  "ndk",
154
154
  "ndk-context",
155
- "ndk-sys 0.6.0+11769913",
155
+ "ndk-sys",
156
156
  "num_enum",
157
157
  "thiserror 1.0.69",
158
158
  ]
@@ -186,9 +186,9 @@ checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
186
186
 
187
187
  [[package]]
188
188
  name = "arboard"
189
- version = "3.6.0"
189
+ version = "3.6.1"
190
190
  source = "registry+https://github.com/rust-lang/crates.io-index"
191
- checksum = "55f533f8e0af236ffe5eb979b99381df3258853f00ba2e44b6e1955292c75227"
191
+ checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf"
192
192
  dependencies = [
193
193
  "clipboard-win",
194
194
  "image",
@@ -200,7 +200,7 @@ dependencies = [
200
200
  "objc2-foundation 0.3.1",
201
201
  "parking_lot",
202
202
  "percent-encoding",
203
- "windows-sys 0.59.0",
203
+ "windows-sys 0.60.2",
204
204
  "x11rb",
205
205
  ]
206
206
 
@@ -495,12 +495,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
495
495
 
496
496
  [[package]]
497
497
  name = "bitflags"
498
- version = "2.9.1"
498
+ version = "2.10.0"
499
499
  source = "registry+https://github.com/rust-lang/crates.io-index"
500
- checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
501
- dependencies = [
502
- "serde",
503
- ]
500
+ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
504
501
 
505
502
  [[package]]
506
503
  name = "bitstream-io"
@@ -550,18 +547,18 @@ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
550
547
 
551
548
  [[package]]
552
549
  name = "bytemuck"
553
- version = "1.23.2"
550
+ version = "1.24.0"
554
551
  source = "registry+https://github.com/rust-lang/crates.io-index"
555
- checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677"
552
+ checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
556
553
  dependencies = [
557
554
  "bytemuck_derive",
558
555
  ]
559
556
 
560
557
  [[package]]
561
558
  name = "bytemuck_derive"
562
- version = "1.10.1"
559
+ version = "1.10.2"
563
560
  source = "registry+https://github.com/rust-lang/crates.io-index"
564
- checksum = "4f154e572231cb6ba2bd1176980827e3d5dc04cc183a75dea38109fbdd672d29"
561
+ checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
565
562
  dependencies = [
566
563
  "proc-macro2",
567
564
  "quote",
@@ -586,7 +583,7 @@ version = "0.13.0"
586
583
  source = "registry+https://github.com/rust-lang/crates.io-index"
587
584
  checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
588
585
  dependencies = [
589
- "bitflags 2.9.1",
586
+ "bitflags 2.10.0",
590
587
  "log",
591
588
  "polling",
592
589
  "rustix 0.38.44",
@@ -733,7 +730,7 @@ checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
733
730
  dependencies = [
734
731
  "bitflags 1.3.2",
735
732
  "core-foundation 0.9.4",
736
- "core-graphics-types",
733
+ "core-graphics-types 0.1.3",
737
734
  "foreign-types",
738
735
  "libc",
739
736
  ]
@@ -749,9 +746,20 @@ dependencies = [
749
746
  "libc",
750
747
  ]
751
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
+
752
760
  [[package]]
753
761
  name = "cosmol_viewer"
754
- version = "0.1.3-nightly.4"
762
+ version = "0.1.4-nightly.2"
755
763
  dependencies = [
756
764
  "bytemuck",
757
765
  "cosmol_viewer_core",
@@ -764,7 +772,7 @@ dependencies = [
764
772
 
765
773
  [[package]]
766
774
  name = "cosmol_viewer_core"
767
- version = "0.1.3-nightly.4"
775
+ version = "0.1.4-nightly.2"
768
776
  dependencies = [
769
777
  "bytemuck",
770
778
  "eframe",
@@ -794,7 +802,7 @@ dependencies = [
794
802
 
795
803
  [[package]]
796
804
  name = "cosmol_viewer_wasm"
797
- version = "0.1.3-nightly.4"
805
+ version = "0.1.4-nightly.2"
798
806
  dependencies = [
799
807
  "base64",
800
808
  "cosmol_viewer_core",
@@ -868,7 +876,7 @@ version = "0.3.0"
868
876
  source = "registry+https://github.com/rust-lang/crates.io-index"
869
877
  checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
870
878
  dependencies = [
871
- "bitflags 2.9.1",
879
+ "bitflags 2.10.0",
872
880
  "objc2 0.6.1",
873
881
  ]
874
882
 
@@ -915,9 +923,9 @@ checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
915
923
 
916
924
  [[package]]
917
925
  name = "ecolor"
918
- version = "0.32.3"
926
+ version = "0.33.0"
919
927
  source = "registry+https://github.com/rust-lang/crates.io-index"
920
- checksum = "94bdf37f8d5bd9aa7f753573fdda9cf7343afa73dd28d7bfe9593bd9798fc07e"
928
+ checksum = "adf31f99fad93fe83c1055b92b5c1b135f1ecfa464789817c372000e768d4bd1"
921
929
  dependencies = [
922
930
  "bytemuck",
923
931
  "emath",
@@ -925,9 +933,9 @@ dependencies = [
925
933
 
926
934
  [[package]]
927
935
  name = "eframe"
928
- version = "0.32.3"
936
+ version = "0.33.0"
929
937
  source = "registry+https://github.com/rust-lang/crates.io-index"
930
- checksum = "14d1c15e7bd136b309bd3487e6ffe5f668b354cd9768636a836dd738ac90eb0b"
938
+ checksum = "b829d302a09deb4acde242262a1840ba14fadd0371980ebf713060077a1987bc"
931
939
  dependencies = [
932
940
  "ahash",
933
941
  "bytemuck",
@@ -954,20 +962,19 @@ dependencies = [
954
962
  "wasm-bindgen-futures",
955
963
  "web-sys",
956
964
  "web-time",
957
- "winapi",
958
- "windows-sys 0.59.0",
965
+ "windows-sys 0.61.2",
959
966
  "winit",
960
967
  ]
961
968
 
962
969
  [[package]]
963
970
  name = "egui"
964
- version = "0.32.3"
971
+ version = "0.33.0"
965
972
  source = "registry+https://github.com/rust-lang/crates.io-index"
966
- checksum = "5d5d0306cd61ca75e29682926d71f2390160247f135965242e904a636f51c0dc"
973
+ checksum = "ab9b5d3376c79439f53a78bf7da1e3c0b862ffa3e29f46ab0f3e107430f2e576"
967
974
  dependencies = [
968
975
  "accesskit",
969
976
  "ahash",
970
- "bitflags 2.9.1",
977
+ "bitflags 2.10.0",
971
978
  "emath",
972
979
  "epaint",
973
980
  "log",
@@ -979,9 +986,9 @@ dependencies = [
979
986
 
980
987
  [[package]]
981
988
  name = "egui-wgpu"
982
- version = "0.32.3"
989
+ version = "0.33.0"
983
990
  source = "registry+https://github.com/rust-lang/crates.io-index"
984
- checksum = "c12eca13293f8eba27a32aaaa1c765bfbf31acd43e8d30d5881dcbe5e99ca0c7"
991
+ checksum = "cef1fe83ba30b3d045814b2d811804f2a7e50a832034c975408f71c20df596e4"
985
992
  dependencies = [
986
993
  "ahash",
987
994
  "bytemuck",
@@ -990,7 +997,7 @@ dependencies = [
990
997
  "epaint",
991
998
  "log",
992
999
  "profiling",
993
- "thiserror 1.0.69",
1000
+ "thiserror 2.0.17",
994
1001
  "type-map",
995
1002
  "web-time",
996
1003
  "wgpu",
@@ -999,16 +1006,18 @@ dependencies = [
999
1006
 
1000
1007
  [[package]]
1001
1008
  name = "egui-winit"
1002
- version = "0.32.3"
1009
+ version = "0.33.0"
1003
1010
  source = "registry+https://github.com/rust-lang/crates.io-index"
1004
- checksum = "f95d0a91f9cb0dc2e732d49c2d521ac8948e1f0b758f306fb7b14d6f5db3927f"
1011
+ checksum = "bb4ea8cb063c00d8f23ce11279c01eb63a195a72be0e21d429148246dab7983e"
1005
1012
  dependencies = [
1006
1013
  "accesskit_winit",
1007
- "ahash",
1008
1014
  "arboard",
1009
1015
  "bytemuck",
1010
1016
  "egui",
1011
1017
  "log",
1018
+ "objc2 0.5.2",
1019
+ "objc2-foundation 0.2.2",
1020
+ "objc2-ui-kit",
1012
1021
  "profiling",
1013
1022
  "raw-window-handle",
1014
1023
  "smithay-clipboard",
@@ -1019,9 +1028,9 @@ dependencies = [
1019
1028
 
1020
1029
  [[package]]
1021
1030
  name = "egui_extras"
1022
- version = "0.32.3"
1031
+ version = "0.33.0"
1023
1032
  source = "registry+https://github.com/rust-lang/crates.io-index"
1024
- checksum = "dddbceddf39805fc6c62b1f7f9c05e23590b40844dc9ed89c6dc6dbc886e3e3b"
1033
+ checksum = "bdced1964ad8a02a116b1307f7b4f73dbe408c5f53dcdd488f527609f261da60"
1025
1034
  dependencies = [
1026
1035
  "ahash",
1027
1036
  "egui",
@@ -1033,11 +1042,10 @@ dependencies = [
1033
1042
 
1034
1043
  [[package]]
1035
1044
  name = "egui_glow"
1036
- version = "0.32.3"
1045
+ version = "0.33.0"
1037
1046
  source = "registry+https://github.com/rust-lang/crates.io-index"
1038
- checksum = "cc7037813341727937f9e22f78d912f3e29bc3c46e2f40a9e82bb51cbf5e4cfb"
1047
+ checksum = "668c0d4f726cc33838f0915f6b8c00af0ca0910e975ab58cf34b3e39c614552c"
1039
1048
  dependencies = [
1040
- "ahash",
1041
1049
  "bytemuck",
1042
1050
  "egui",
1043
1051
  "glow",
@@ -1057,9 +1065,9 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1057
1065
 
1058
1066
  [[package]]
1059
1067
  name = "emath"
1060
- version = "0.32.3"
1068
+ version = "0.33.0"
1061
1069
  source = "registry+https://github.com/rust-lang/crates.io-index"
1062
- checksum = "45fd7bc25f769a3c198fe1cf183124bf4de3bd62ef7b4f1eaf6b08711a3af8db"
1070
+ checksum = "c615516cdceec867065f20d7db13d8eb8aedd65c9e32cc0c7c379380fa42e6e8"
1063
1071
  dependencies = [
1064
1072
  "bytemuck",
1065
1073
  ]
@@ -1113,9 +1121,9 @@ dependencies = [
1113
1121
 
1114
1122
  [[package]]
1115
1123
  name = "epaint"
1116
- version = "0.32.3"
1124
+ version = "0.33.0"
1117
1125
  source = "registry+https://github.com/rust-lang/crates.io-index"
1118
- checksum = "63adcea970b7a13094fe97a36ab9307c35a750f9e24bf00bb7ef3de573e0fddb"
1126
+ checksum = "9926b9500ccb917adb070207ec722dd8ea78b8321f94a85ebec776f501f2930c"
1119
1127
  dependencies = [
1120
1128
  "ab_glyph",
1121
1129
  "ahash",
@@ -1131,9 +1139,9 @@ dependencies = [
1131
1139
 
1132
1140
  [[package]]
1133
1141
  name = "epaint_default_fonts"
1134
- version = "0.32.3"
1142
+ version = "0.33.0"
1135
1143
  source = "registry+https://github.com/rust-lang/crates.io-index"
1136
- checksum = "1537accc50c9cab5a272c39300bdd0dd5dca210f6e5e8d70be048df9596e7ca2"
1144
+ checksum = "66054d943c66715c6003a27a3dc152d87cadf714ef2597ccd79f550413009b97"
1137
1145
 
1138
1146
  [[package]]
1139
1147
  name = "equator"
@@ -1264,6 +1272,12 @@ version = "0.1.5"
1264
1272
  source = "registry+https://github.com/rust-lang/crates.io-index"
1265
1273
  checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1266
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
+
1267
1281
  [[package]]
1268
1282
  name = "foreign-types"
1269
1283
  version = "0.5.0"
@@ -1458,7 +1472,7 @@ version = "0.32.3"
1458
1472
  source = "registry+https://github.com/rust-lang/crates.io-index"
1459
1473
  checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325"
1460
1474
  dependencies = [
1461
- "bitflags 2.9.1",
1475
+ "bitflags 2.10.0",
1462
1476
  "cfg_aliases",
1463
1477
  "cgl",
1464
1478
  "dispatch2",
@@ -1524,7 +1538,7 @@ version = "0.6.0"
1524
1538
  source = "registry+https://github.com/rust-lang/crates.io-index"
1525
1539
  checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
1526
1540
  dependencies = [
1527
- "bitflags 2.9.1",
1541
+ "bitflags 2.10.0",
1528
1542
  "gpu-alloc-types",
1529
1543
  ]
1530
1544
 
@@ -1534,7 +1548,7 @@ version = "0.3.0"
1534
1548
  source = "registry+https://github.com/rust-lang/crates.io-index"
1535
1549
  checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
1536
1550
  dependencies = [
1537
- "bitflags 2.9.1",
1551
+ "bitflags 2.10.0",
1538
1552
  ]
1539
1553
 
1540
1554
  [[package]]
@@ -1555,9 +1569,9 @@ version = "0.3.2"
1555
1569
  source = "registry+https://github.com/rust-lang/crates.io-index"
1556
1570
  checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
1557
1571
  dependencies = [
1558
- "bitflags 2.9.1",
1572
+ "bitflags 2.10.0",
1559
1573
  "gpu-descriptor-types",
1560
- "hashbrown",
1574
+ "hashbrown 0.15.4",
1561
1575
  ]
1562
1576
 
1563
1577
  [[package]]
@@ -1566,7 +1580,7 @@ version = "0.2.0"
1566
1580
  source = "registry+https://github.com/rust-lang/crates.io-index"
1567
1581
  checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
1568
1582
  dependencies = [
1569
- "bitflags 2.9.1",
1583
+ "bitflags 2.10.0",
1570
1584
  ]
1571
1585
 
1572
1586
  [[package]]
@@ -1586,7 +1600,16 @@ version = "0.15.4"
1586
1600
  source = "registry+https://github.com/rust-lang/crates.io-index"
1587
1601
  checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
1588
1602
  dependencies = [
1589
- "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",
1590
1613
  ]
1591
1614
 
1592
1615
  [[package]]
@@ -1767,7 +1790,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1767
1790
  checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
1768
1791
  dependencies = [
1769
1792
  "equivalent",
1770
- "hashbrown",
1793
+ "hashbrown 0.15.4",
1771
1794
  ]
1772
1795
 
1773
1796
  [[package]]
@@ -1905,7 +1928,7 @@ version = "0.1.4"
1905
1928
  source = "registry+https://github.com/rust-lang/crates.io-index"
1906
1929
  checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638"
1907
1930
  dependencies = [
1908
- "bitflags 2.9.1",
1931
+ "bitflags 2.10.0",
1909
1932
  "libc",
1910
1933
  "redox_syscall 0.5.13",
1911
1934
  ]
@@ -1936,11 +1959,10 @@ checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
1936
1959
 
1937
1960
  [[package]]
1938
1961
  name = "lock_api"
1939
- version = "0.4.13"
1962
+ version = "0.4.14"
1940
1963
  source = "registry+https://github.com/rust-lang/crates.io-index"
1941
- checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1964
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1942
1965
  dependencies = [
1943
- "autocfg",
1944
1966
  "scopeguard",
1945
1967
  ]
1946
1968
 
@@ -2004,13 +2026,13 @@ dependencies = [
2004
2026
 
2005
2027
  [[package]]
2006
2028
  name = "metal"
2007
- version = "0.31.0"
2029
+ version = "0.32.0"
2008
2030
  source = "registry+https://github.com/rust-lang/crates.io-index"
2009
- checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
2031
+ checksum = "00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605"
2010
2032
  dependencies = [
2011
- "bitflags 2.9.1",
2033
+ "bitflags 2.10.0",
2012
2034
  "block",
2013
- "core-graphics-types",
2035
+ "core-graphics-types 0.2.0",
2014
2036
  "foreign-types",
2015
2037
  "log",
2016
2038
  "objc",
@@ -2063,26 +2085,27 @@ dependencies = [
2063
2085
 
2064
2086
  [[package]]
2065
2087
  name = "naga"
2066
- version = "25.0.1"
2088
+ version = "27.0.3"
2067
2089
  source = "registry+https://github.com/rust-lang/crates.io-index"
2068
- checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
2090
+ checksum = "066cf25f0e8b11ee0df221219010f213ad429855f57c494f995590c861a9a7d8"
2069
2091
  dependencies = [
2070
2092
  "arrayvec",
2071
2093
  "bit-set",
2072
- "bitflags 2.9.1",
2094
+ "bitflags 2.10.0",
2095
+ "cfg-if",
2073
2096
  "cfg_aliases",
2074
2097
  "codespan-reporting",
2075
2098
  "half",
2076
- "hashbrown",
2099
+ "hashbrown 0.16.0",
2077
2100
  "hexf-parse",
2078
2101
  "indexmap",
2102
+ "libm",
2079
2103
  "log",
2080
2104
  "num-traits",
2081
2105
  "once_cell",
2082
2106
  "rustc-hash 1.1.0",
2083
2107
  "spirv",
2084
- "strum",
2085
- "thiserror 2.0.12",
2108
+ "thiserror 2.0.17",
2086
2109
  "unicode-ident",
2087
2110
  ]
2088
2111
 
@@ -2092,10 +2115,10 @@ version = "0.9.0"
2092
2115
  source = "registry+https://github.com/rust-lang/crates.io-index"
2093
2116
  checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
2094
2117
  dependencies = [
2095
- "bitflags 2.9.1",
2118
+ "bitflags 2.10.0",
2096
2119
  "jni-sys",
2097
2120
  "log",
2098
- "ndk-sys 0.6.0+11769913",
2121
+ "ndk-sys",
2099
2122
  "num_enum",
2100
2123
  "raw-window-handle",
2101
2124
  "thiserror 1.0.69",
@@ -2107,15 +2130,6 @@ version = "0.1.1"
2107
2130
  source = "registry+https://github.com/rust-lang/crates.io-index"
2108
2131
  checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2109
2132
 
2110
- [[package]]
2111
- name = "ndk-sys"
2112
- version = "0.5.0+25.2.9519653"
2113
- source = "registry+https://github.com/rust-lang/crates.io-index"
2114
- checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
2115
- dependencies = [
2116
- "jni-sys",
2117
- ]
2118
-
2119
2133
  [[package]]
2120
2134
  name = "ndk-sys"
2121
2135
  version = "0.6.0+11769913"
@@ -2137,7 +2151,7 @@ version = "0.30.1"
2137
2151
  source = "registry+https://github.com/rust-lang/crates.io-index"
2138
2152
  checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
2139
2153
  dependencies = [
2140
- "bitflags 2.9.1",
2154
+ "bitflags 2.10.0",
2141
2155
  "cfg-if",
2142
2156
  "cfg_aliases",
2143
2157
  "libc",
@@ -2279,7 +2293,7 @@ version = "0.2.2"
2279
2293
  source = "registry+https://github.com/rust-lang/crates.io-index"
2280
2294
  checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
2281
2295
  dependencies = [
2282
- "bitflags 2.9.1",
2296
+ "bitflags 2.10.0",
2283
2297
  "block2",
2284
2298
  "libc",
2285
2299
  "objc2 0.5.2",
@@ -2295,7 +2309,7 @@ version = "0.3.1"
2295
2309
  source = "registry+https://github.com/rust-lang/crates.io-index"
2296
2310
  checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
2297
2311
  dependencies = [
2298
- "bitflags 2.9.1",
2312
+ "bitflags 2.10.0",
2299
2313
  "objc2 0.6.1",
2300
2314
  "objc2-core-foundation",
2301
2315
  "objc2-core-graphics",
@@ -2308,7 +2322,7 @@ version = "0.2.2"
2308
2322
  source = "registry+https://github.com/rust-lang/crates.io-index"
2309
2323
  checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
2310
2324
  dependencies = [
2311
- "bitflags 2.9.1",
2325
+ "bitflags 2.10.0",
2312
2326
  "block2",
2313
2327
  "objc2 0.5.2",
2314
2328
  "objc2-core-location",
@@ -2332,7 +2346,7 @@ version = "0.2.2"
2332
2346
  source = "registry+https://github.com/rust-lang/crates.io-index"
2333
2347
  checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
2334
2348
  dependencies = [
2335
- "bitflags 2.9.1",
2349
+ "bitflags 2.10.0",
2336
2350
  "block2",
2337
2351
  "objc2 0.5.2",
2338
2352
  "objc2-foundation 0.2.2",
@@ -2344,7 +2358,7 @@ version = "0.3.1"
2344
2358
  source = "registry+https://github.com/rust-lang/crates.io-index"
2345
2359
  checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
2346
2360
  dependencies = [
2347
- "bitflags 2.9.1",
2361
+ "bitflags 2.10.0",
2348
2362
  "dispatch2",
2349
2363
  "objc2 0.6.1",
2350
2364
  ]
@@ -2355,7 +2369,7 @@ version = "0.3.1"
2355
2369
  source = "registry+https://github.com/rust-lang/crates.io-index"
2356
2370
  checksum = "989c6c68c13021b5c2d6b71456ebb0f9dc78d752e86a98da7c716f4f9470f5a4"
2357
2371
  dependencies = [
2358
- "bitflags 2.9.1",
2372
+ "bitflags 2.10.0",
2359
2373
  "dispatch2",
2360
2374
  "objc2 0.6.1",
2361
2375
  "objc2-core-foundation",
@@ -2398,7 +2412,7 @@ version = "0.2.2"
2398
2412
  source = "registry+https://github.com/rust-lang/crates.io-index"
2399
2413
  checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
2400
2414
  dependencies = [
2401
- "bitflags 2.9.1",
2415
+ "bitflags 2.10.0",
2402
2416
  "block2",
2403
2417
  "dispatch",
2404
2418
  "libc",
@@ -2411,7 +2425,7 @@ version = "0.3.1"
2411
2425
  source = "registry+https://github.com/rust-lang/crates.io-index"
2412
2426
  checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
2413
2427
  dependencies = [
2414
- "bitflags 2.9.1",
2428
+ "bitflags 2.10.0",
2415
2429
  "objc2 0.6.1",
2416
2430
  "objc2-core-foundation",
2417
2431
  ]
@@ -2422,7 +2436,7 @@ version = "0.3.1"
2422
2436
  source = "registry+https://github.com/rust-lang/crates.io-index"
2423
2437
  checksum = "7282e9ac92529fa3457ce90ebb15f4ecbc383e8338060960760fa2cf75420c3c"
2424
2438
  dependencies = [
2425
- "bitflags 2.9.1",
2439
+ "bitflags 2.10.0",
2426
2440
  "objc2 0.6.1",
2427
2441
  "objc2-core-foundation",
2428
2442
  ]
@@ -2445,7 +2459,7 @@ version = "0.2.2"
2445
2459
  source = "registry+https://github.com/rust-lang/crates.io-index"
2446
2460
  checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
2447
2461
  dependencies = [
2448
- "bitflags 2.9.1",
2462
+ "bitflags 2.10.0",
2449
2463
  "block2",
2450
2464
  "objc2 0.5.2",
2451
2465
  "objc2-foundation 0.2.2",
@@ -2457,7 +2471,7 @@ version = "0.2.2"
2457
2471
  source = "registry+https://github.com/rust-lang/crates.io-index"
2458
2472
  checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
2459
2473
  dependencies = [
2460
- "bitflags 2.9.1",
2474
+ "bitflags 2.10.0",
2461
2475
  "block2",
2462
2476
  "objc2 0.5.2",
2463
2477
  "objc2-foundation 0.2.2",
@@ -2480,7 +2494,7 @@ version = "0.2.2"
2480
2494
  source = "registry+https://github.com/rust-lang/crates.io-index"
2481
2495
  checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
2482
2496
  dependencies = [
2483
- "bitflags 2.9.1",
2497
+ "bitflags 2.10.0",
2484
2498
  "block2",
2485
2499
  "objc2 0.5.2",
2486
2500
  "objc2-cloud-kit",
@@ -2512,7 +2526,7 @@ version = "0.2.2"
2512
2526
  source = "registry+https://github.com/rust-lang/crates.io-index"
2513
2527
  checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
2514
2528
  dependencies = [
2515
- "bitflags 2.9.1",
2529
+ "bitflags 2.10.0",
2516
2530
  "block2",
2517
2531
  "objc2 0.5.2",
2518
2532
  "objc2-core-location",
@@ -2570,9 +2584,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2570
2584
 
2571
2585
  [[package]]
2572
2586
  name = "parking_lot"
2573
- version = "0.12.4"
2587
+ version = "0.12.5"
2574
2588
  source = "registry+https://github.com/rust-lang/crates.io-index"
2575
- checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
2589
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2576
2590
  dependencies = [
2577
2591
  "lock_api",
2578
2592
  "parking_lot_core",
@@ -2580,15 +2594,15 @@ dependencies = [
2580
2594
 
2581
2595
  [[package]]
2582
2596
  name = "parking_lot_core"
2583
- version = "0.9.11"
2597
+ version = "0.9.12"
2584
2598
  source = "registry+https://github.com/rust-lang/crates.io-index"
2585
- checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
2599
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2586
2600
  dependencies = [
2587
2601
  "cfg-if",
2588
2602
  "libc",
2589
2603
  "redox_syscall 0.5.13",
2590
2604
  "smallvec",
2591
- "windows-targets 0.52.6",
2605
+ "windows-link 0.2.1",
2592
2606
  ]
2593
2607
 
2594
2608
  [[package]]
@@ -2599,9 +2613,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2599
2613
 
2600
2614
  [[package]]
2601
2615
  name = "percent-encoding"
2602
- version = "2.3.1"
2616
+ version = "2.3.2"
2603
2617
  source = "registry+https://github.com/rust-lang/crates.io-index"
2604
- checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2618
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2605
2619
 
2606
2620
  [[package]]
2607
2621
  name = "phf"
@@ -2702,7 +2716,7 @@ version = "0.18.0"
2702
2716
  source = "registry+https://github.com/rust-lang/crates.io-index"
2703
2717
  checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
2704
2718
  dependencies = [
2705
- "bitflags 2.9.1",
2719
+ "bitflags 2.10.0",
2706
2720
  "crc32fast",
2707
2721
  "fdeflate",
2708
2722
  "flate2",
@@ -2730,6 +2744,15 @@ version = "1.11.1"
2730
2744
  source = "registry+https://github.com/rust-lang/crates.io-index"
2731
2745
  checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
2732
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
+
2733
2756
  [[package]]
2734
2757
  name = "potential_utf"
2735
2758
  version = "0.1.2"
@@ -2802,9 +2825,9 @@ dependencies = [
2802
2825
 
2803
2826
  [[package]]
2804
2827
  name = "pyo3"
2805
- version = "0.26.0"
2828
+ version = "0.27.1"
2806
2829
  source = "registry+https://github.com/rust-lang/crates.io-index"
2807
- checksum = "7ba0117f4212101ee6544044dae45abe1083d30ce7b29c4b5cbdfa2354e07383"
2830
+ checksum = "37a6df7eab65fc7bee654a421404947e10a0f7085b6951bf2ea395f4659fb0cf"
2808
2831
  dependencies = [
2809
2832
  "indoc",
2810
2833
  "libc",
@@ -2819,18 +2842,18 @@ dependencies = [
2819
2842
 
2820
2843
  [[package]]
2821
2844
  name = "pyo3-build-config"
2822
- version = "0.26.0"
2845
+ version = "0.27.1"
2823
2846
  source = "registry+https://github.com/rust-lang/crates.io-index"
2824
- checksum = "4fc6ddaf24947d12a9aa31ac65431fb1b851b8f4365426e182901eabfb87df5f"
2847
+ checksum = "f77d387774f6f6eec64a004eac0ed525aab7fa1966d94b42f743797b3e395afb"
2825
2848
  dependencies = [
2826
2849
  "target-lexicon 0.13.2",
2827
2850
  ]
2828
2851
 
2829
2852
  [[package]]
2830
2853
  name = "pyo3-ffi"
2831
- version = "0.26.0"
2854
+ version = "0.27.1"
2832
2855
  source = "registry+https://github.com/rust-lang/crates.io-index"
2833
- checksum = "025474d3928738efb38ac36d4744a74a400c901c7596199e20e45d98eb194105"
2856
+ checksum = "2dd13844a4242793e02df3e2ec093f540d948299a6a77ea9ce7afd8623f542be"
2834
2857
  dependencies = [
2835
2858
  "libc",
2836
2859
  "pyo3-build-config",
@@ -2838,9 +2861,9 @@ dependencies = [
2838
2861
 
2839
2862
  [[package]]
2840
2863
  name = "pyo3-macros"
2841
- version = "0.26.0"
2864
+ version = "0.27.1"
2842
2865
  source = "registry+https://github.com/rust-lang/crates.io-index"
2843
- checksum = "2e64eb489f22fe1c95911b77c44cc41e7c19f3082fc81cce90f657cdc42ffded"
2866
+ checksum = "eaf8f9f1108270b90d3676b8679586385430e5c0bb78bb5f043f95499c821a71"
2844
2867
  dependencies = [
2845
2868
  "proc-macro2",
2846
2869
  "pyo3-macros-backend",
@@ -2850,9 +2873,9 @@ dependencies = [
2850
2873
 
2851
2874
  [[package]]
2852
2875
  name = "pyo3-macros-backend"
2853
- version = "0.26.0"
2876
+ version = "0.27.1"
2854
2877
  source = "registry+https://github.com/rust-lang/crates.io-index"
2855
- checksum = "100246c0ecf400b475341b8455a9213344569af29a3c841d29270e53102e0fcf"
2878
+ checksum = "70a3b2274450ba5288bc9b8c1b69ff569d1d61189d4bff38f8d22e03d17f932b"
2856
2879
  dependencies = [
2857
2880
  "heck",
2858
2881
  "proc-macro2",
@@ -3037,7 +3060,7 @@ version = "0.5.13"
3037
3060
  source = "registry+https://github.com/rust-lang/crates.io-index"
3038
3061
  checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
3039
3062
  dependencies = [
3040
- "bitflags 2.9.1",
3063
+ "bitflags 2.10.0",
3041
3064
  ]
3042
3065
 
3043
3066
  [[package]]
@@ -3070,7 +3093,7 @@ version = "0.38.44"
3070
3093
  source = "registry+https://github.com/rust-lang/crates.io-index"
3071
3094
  checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
3072
3095
  dependencies = [
3073
- "bitflags 2.9.1",
3096
+ "bitflags 2.10.0",
3074
3097
  "errno",
3075
3098
  "libc",
3076
3099
  "linux-raw-sys 0.4.15",
@@ -3083,7 +3106,7 @@ version = "1.0.8"
3083
3106
  source = "registry+https://github.com/rust-lang/crates.io-index"
3084
3107
  checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
3085
3108
  dependencies = [
3086
- "bitflags 2.9.1",
3109
+ "bitflags 2.10.0",
3087
3110
  "errno",
3088
3111
  "libc",
3089
3112
  "linux-raw-sys 0.9.4",
@@ -3262,7 +3285,7 @@ version = "0.19.2"
3262
3285
  source = "registry+https://github.com/rust-lang/crates.io-index"
3263
3286
  checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
3264
3287
  dependencies = [
3265
- "bitflags 2.9.1",
3288
+ "bitflags 2.10.0",
3266
3289
  "calloop",
3267
3290
  "calloop-wayland-source",
3268
3291
  "cursor-icon",
@@ -3307,7 +3330,7 @@ version = "0.3.0+sdk-1.3.268.0"
3307
3330
  source = "registry+https://github.com/rust-lang/crates.io-index"
3308
3331
  checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
3309
3332
  dependencies = [
3310
- "bitflags 2.9.1",
3333
+ "bitflags 2.10.0",
3311
3334
  ]
3312
3335
 
3313
3336
  [[package]]
@@ -3328,28 +3351,6 @@ version = "0.1.1"
3328
3351
  source = "registry+https://github.com/rust-lang/crates.io-index"
3329
3352
  checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
3330
3353
 
3331
- [[package]]
3332
- name = "strum"
3333
- version = "0.26.3"
3334
- source = "registry+https://github.com/rust-lang/crates.io-index"
3335
- checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
3336
- dependencies = [
3337
- "strum_macros",
3338
- ]
3339
-
3340
- [[package]]
3341
- name = "strum_macros"
3342
- version = "0.26.4"
3343
- source = "registry+https://github.com/rust-lang/crates.io-index"
3344
- checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
3345
- dependencies = [
3346
- "heck",
3347
- "proc-macro2",
3348
- "quote",
3349
- "rustversion",
3350
- "syn",
3351
- ]
3352
-
3353
3354
  [[package]]
3354
3355
  name = "syn"
3355
3356
  version = "2.0.104"
@@ -3430,11 +3431,11 @@ dependencies = [
3430
3431
 
3431
3432
  [[package]]
3432
3433
  name = "thiserror"
3433
- version = "2.0.12"
3434
+ version = "2.0.17"
3434
3435
  source = "registry+https://github.com/rust-lang/crates.io-index"
3435
- checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
3436
+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
3436
3437
  dependencies = [
3437
- "thiserror-impl 2.0.12",
3438
+ "thiserror-impl 2.0.17",
3438
3439
  ]
3439
3440
 
3440
3441
  [[package]]
@@ -3450,9 +3451,9 @@ dependencies = [
3450
3451
 
3451
3452
  [[package]]
3452
3453
  name = "thiserror-impl"
3453
- version = "2.0.12"
3454
+ version = "2.0.17"
3454
3455
  source = "registry+https://github.com/rust-lang/crates.io-index"
3455
- checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
3456
+ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
3456
3457
  dependencies = [
3457
3458
  "proc-macro2",
3458
3459
  "quote",
@@ -3797,7 +3798,7 @@ version = "0.31.10"
3797
3798
  source = "registry+https://github.com/rust-lang/crates.io-index"
3798
3799
  checksum = "978fa7c67b0847dbd6a9f350ca2569174974cd4082737054dbb7fbb79d7d9a61"
3799
3800
  dependencies = [
3800
- "bitflags 2.9.1",
3801
+ "bitflags 2.10.0",
3801
3802
  "rustix 0.38.44",
3802
3803
  "wayland-backend",
3803
3804
  "wayland-scanner",
@@ -3809,7 +3810,7 @@ version = "0.3.0"
3809
3810
  source = "registry+https://github.com/rust-lang/crates.io-index"
3810
3811
  checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
3811
3812
  dependencies = [
3812
- "bitflags 2.9.1",
3813
+ "bitflags 2.10.0",
3813
3814
  "cursor-icon",
3814
3815
  "wayland-backend",
3815
3816
  ]
@@ -3831,7 +3832,7 @@ version = "0.32.8"
3831
3832
  source = "registry+https://github.com/rust-lang/crates.io-index"
3832
3833
  checksum = "779075454e1e9a521794fed15886323ea0feda3f8b0fc1390f5398141310422a"
3833
3834
  dependencies = [
3834
- "bitflags 2.9.1",
3835
+ "bitflags 2.10.0",
3835
3836
  "wayland-backend",
3836
3837
  "wayland-client",
3837
3838
  "wayland-scanner",
@@ -3843,7 +3844,7 @@ version = "0.3.8"
3843
3844
  source = "registry+https://github.com/rust-lang/crates.io-index"
3844
3845
  checksum = "4fd38cdad69b56ace413c6bcc1fbf5acc5e2ef4af9d5f8f1f9570c0c83eae175"
3845
3846
  dependencies = [
3846
- "bitflags 2.9.1",
3847
+ "bitflags 2.10.0",
3847
3848
  "wayland-backend",
3848
3849
  "wayland-client",
3849
3850
  "wayland-protocols",
@@ -3856,7 +3857,7 @@ version = "0.3.8"
3856
3857
  source = "registry+https://github.com/rust-lang/crates.io-index"
3857
3858
  checksum = "1cb6cdc73399c0e06504c437fe3cf886f25568dd5454473d565085b36d6a8bbf"
3858
3859
  dependencies = [
3859
- "bitflags 2.9.1",
3860
+ "bitflags 2.10.0",
3860
3861
  "wayland-backend",
3861
3862
  "wayland-client",
3862
3863
  "wayland-protocols",
@@ -3930,15 +3931,16 @@ checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
3930
3931
 
3931
3932
  [[package]]
3932
3933
  name = "wgpu"
3933
- version = "25.0.2"
3934
+ version = "27.0.1"
3934
3935
  source = "registry+https://github.com/rust-lang/crates.io-index"
3935
- checksum = "ec8fb398f119472be4d80bc3647339f56eb63b2a331f6a3d16e25d8144197dd9"
3936
+ checksum = "bfe68bac7cde125de7a731c3400723cadaaf1703795ad3f4805f187459cd7a77"
3936
3937
  dependencies = [
3937
3938
  "arrayvec",
3938
- "bitflags 2.9.1",
3939
+ "bitflags 2.10.0",
3940
+ "cfg-if",
3939
3941
  "cfg_aliases",
3940
3942
  "document-features",
3941
- "hashbrown",
3943
+ "hashbrown 0.16.0",
3942
3944
  "js-sys",
3943
3945
  "log",
3944
3946
  "naga",
@@ -3958,17 +3960,18 @@ dependencies = [
3958
3960
 
3959
3961
  [[package]]
3960
3962
  name = "wgpu-core"
3961
- version = "25.0.2"
3963
+ version = "27.0.3"
3962
3964
  source = "registry+https://github.com/rust-lang/crates.io-index"
3963
- checksum = "f7b882196f8368511d613c6aeec80655160db6646aebddf8328879a88d54e500"
3965
+ checksum = "27a75de515543b1897b26119f93731b385a19aea165a1ec5f0e3acecc229cae7"
3964
3966
  dependencies = [
3965
3967
  "arrayvec",
3966
3968
  "bit-set",
3967
3969
  "bit-vec",
3968
- "bitflags 2.9.1",
3970
+ "bitflags 2.10.0",
3971
+ "bytemuck",
3969
3972
  "cfg_aliases",
3970
3973
  "document-features",
3971
- "hashbrown",
3974
+ "hashbrown 0.16.0",
3972
3975
  "indexmap",
3973
3976
  "log",
3974
3977
  "naga",
@@ -3979,7 +3982,7 @@ dependencies = [
3979
3982
  "raw-window-handle",
3980
3983
  "rustc-hash 1.1.0",
3981
3984
  "smallvec",
3982
- "thiserror 2.0.12",
3985
+ "thiserror 2.0.17",
3983
3986
  "wgpu-core-deps-apple",
3984
3987
  "wgpu-core-deps-emscripten",
3985
3988
  "wgpu-core-deps-windows-linux-android",
@@ -3989,53 +3992,53 @@ dependencies = [
3989
3992
 
3990
3993
  [[package]]
3991
3994
  name = "wgpu-core-deps-apple"
3992
- version = "25.0.0"
3995
+ version = "27.0.0"
3993
3996
  source = "registry+https://github.com/rust-lang/crates.io-index"
3994
- checksum = "cfd488b3239b6b7b185c3b045c39ca6bf8af34467a4c5de4e0b1a564135d093d"
3997
+ checksum = "0772ae958e9be0c729561d5e3fd9a19679bcdfb945b8b1a1969d9bfe8056d233"
3995
3998
  dependencies = [
3996
3999
  "wgpu-hal",
3997
4000
  ]
3998
4001
 
3999
4002
  [[package]]
4000
4003
  name = "wgpu-core-deps-emscripten"
4001
- version = "25.0.0"
4004
+ version = "27.0.0"
4002
4005
  source = "registry+https://github.com/rust-lang/crates.io-index"
4003
- checksum = "f09ad7aceb3818e52539acc679f049d3475775586f3f4e311c30165cf2c00445"
4006
+ checksum = "b06ac3444a95b0813ecfd81ddb2774b66220b264b3e2031152a4a29fda4da6b5"
4004
4007
  dependencies = [
4005
4008
  "wgpu-hal",
4006
4009
  ]
4007
4010
 
4008
4011
  [[package]]
4009
4012
  name = "wgpu-core-deps-windows-linux-android"
4010
- version = "25.0.0"
4013
+ version = "27.0.0"
4011
4014
  source = "registry+https://github.com/rust-lang/crates.io-index"
4012
- checksum = "cba5fb5f7f9c98baa7c889d444f63ace25574833df56f5b817985f641af58e46"
4015
+ checksum = "71197027d61a71748e4120f05a9242b2ad142e3c01f8c1b47707945a879a03c3"
4013
4016
  dependencies = [
4014
4017
  "wgpu-hal",
4015
4018
  ]
4016
4019
 
4017
4020
  [[package]]
4018
4021
  name = "wgpu-hal"
4019
- version = "25.0.2"
4022
+ version = "27.0.3"
4020
4023
  source = "registry+https://github.com/rust-lang/crates.io-index"
4021
- checksum = "f968767fe4d3d33747bbd1473ccd55bf0f6451f55d733b5597e67b5deab4ad17"
4024
+ checksum = "ef1cf57cc73d2c5eb8f744baf53055f4164204846955f35c5dd04c4ec98881f3"
4022
4025
  dependencies = [
4023
4026
  "android_system_properties",
4024
4027
  "arrayvec",
4025
4028
  "ash",
4026
4029
  "bit-set",
4027
- "bitflags 2.9.1",
4030
+ "bitflags 2.10.0",
4028
4031
  "block",
4029
4032
  "bytemuck",
4030
4033
  "cfg-if",
4031
4034
  "cfg_aliases",
4032
- "core-graphics-types",
4035
+ "core-graphics-types 0.2.0",
4033
4036
  "glow",
4034
4037
  "glutin_wgl_sys",
4035
4038
  "gpu-alloc",
4036
4039
  "gpu-allocator",
4037
4040
  "gpu-descriptor",
4038
- "hashbrown",
4041
+ "hashbrown 0.16.0",
4039
4042
  "js-sys",
4040
4043
  "khronos-egl",
4041
4044
  "libc",
@@ -4043,17 +4046,19 @@ dependencies = [
4043
4046
  "log",
4044
4047
  "metal",
4045
4048
  "naga",
4046
- "ndk-sys 0.5.0+25.2.9519653",
4049
+ "ndk-sys",
4047
4050
  "objc",
4051
+ "once_cell",
4048
4052
  "ordered-float",
4049
4053
  "parking_lot",
4050
4054
  "portable-atomic",
4055
+ "portable-atomic-util",
4051
4056
  "profiling",
4052
4057
  "range-alloc",
4053
4058
  "raw-window-handle",
4054
4059
  "renderdoc-sys",
4055
4060
  "smallvec",
4056
- "thiserror 2.0.12",
4061
+ "thiserror 2.0.17",
4057
4062
  "wasm-bindgen",
4058
4063
  "web-sys",
4059
4064
  "wgpu-types",
@@ -4063,15 +4068,15 @@ dependencies = [
4063
4068
 
4064
4069
  [[package]]
4065
4070
  name = "wgpu-types"
4066
- version = "25.0.0"
4071
+ version = "27.0.1"
4067
4072
  source = "registry+https://github.com/rust-lang/crates.io-index"
4068
- checksum = "2aa49460c2a8ee8edba3fca54325540d904dd85b2e086ada762767e17d06e8bc"
4073
+ checksum = "afdcf84c395990db737f2dd91628706cb31e86d72e53482320d368e52b5da5eb"
4069
4074
  dependencies = [
4070
- "bitflags 2.9.1",
4075
+ "bitflags 2.10.0",
4071
4076
  "bytemuck",
4072
4077
  "js-sys",
4073
4078
  "log",
4074
- "thiserror 2.0.12",
4079
+ "thiserror 2.0.17",
4075
4080
  "web-sys",
4076
4081
  ]
4077
4082
 
@@ -4125,7 +4130,7 @@ dependencies = [
4125
4130
  "windows-collections",
4126
4131
  "windows-core 0.61.2",
4127
4132
  "windows-future",
4128
- "windows-link",
4133
+ "windows-link 0.1.3",
4129
4134
  "windows-numerics",
4130
4135
  ]
4131
4136
 
@@ -4159,7 +4164,7 @@ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
4159
4164
  dependencies = [
4160
4165
  "windows-implement 0.60.0",
4161
4166
  "windows-interface 0.59.1",
4162
- "windows-link",
4167
+ "windows-link 0.1.3",
4163
4168
  "windows-result 0.3.4",
4164
4169
  "windows-strings 0.4.2",
4165
4170
  ]
@@ -4171,7 +4176,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4171
4176
  checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
4172
4177
  dependencies = [
4173
4178
  "windows-core 0.61.2",
4174
- "windows-link",
4179
+ "windows-link 0.1.3",
4175
4180
  "windows-threading",
4176
4181
  ]
4177
4182
 
@@ -4225,6 +4230,12 @@ version = "0.1.3"
4225
4230
  source = "registry+https://github.com/rust-lang/crates.io-index"
4226
4231
  checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4227
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
+
4228
4239
  [[package]]
4229
4240
  name = "windows-numerics"
4230
4241
  version = "0.2.0"
@@ -4232,7 +4243,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4232
4243
  checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
4233
4244
  dependencies = [
4234
4245
  "windows-core 0.61.2",
4235
- "windows-link",
4246
+ "windows-link 0.1.3",
4236
4247
  ]
4237
4248
 
4238
4249
  [[package]]
@@ -4250,7 +4261,7 @@ version = "0.3.4"
4250
4261
  source = "registry+https://github.com/rust-lang/crates.io-index"
4251
4262
  checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4252
4263
  dependencies = [
4253
- "windows-link",
4264
+ "windows-link 0.1.3",
4254
4265
  ]
4255
4266
 
4256
4267
  [[package]]
@@ -4269,7 +4280,7 @@ version = "0.4.2"
4269
4280
  source = "registry+https://github.com/rust-lang/crates.io-index"
4270
4281
  checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4271
4282
  dependencies = [
4272
- "windows-link",
4283
+ "windows-link 0.1.3",
4273
4284
  ]
4274
4285
 
4275
4286
  [[package]]
@@ -4308,6 +4319,15 @@ dependencies = [
4308
4319
  "windows-targets 0.53.2",
4309
4320
  ]
4310
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
+
4311
4331
  [[package]]
4312
4332
  name = "windows-targets"
4313
4333
  version = "0.42.2"
@@ -4376,7 +4396,7 @@ version = "0.1.0"
4376
4396
  source = "registry+https://github.com/rust-lang/crates.io-index"
4377
4397
  checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
4378
4398
  dependencies = [
4379
- "windows-link",
4399
+ "windows-link 0.1.3",
4380
4400
  ]
4381
4401
 
4382
4402
  [[package]]
@@ -4568,7 +4588,7 @@ dependencies = [
4568
4588
  "ahash",
4569
4589
  "android-activity",
4570
4590
  "atomic-waker",
4571
- "bitflags 2.9.1",
4591
+ "bitflags 2.10.0",
4572
4592
  "block2",
4573
4593
  "bytemuck",
4574
4594
  "calloop",
@@ -4626,7 +4646,7 @@ version = "0.39.0"
4626
4646
  source = "registry+https://github.com/rust-lang/crates.io-index"
4627
4647
  checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
4628
4648
  dependencies = [
4629
- "bitflags 2.9.1",
4649
+ "bitflags 2.10.0",
4630
4650
  ]
4631
4651
 
4632
4652
  [[package]]
@@ -4679,7 +4699,7 @@ version = "0.4.2"
4679
4699
  source = "registry+https://github.com/rust-lang/crates.io-index"
4680
4700
  checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
4681
4701
  dependencies = [
4682
- "bitflags 2.9.1",
4702
+ "bitflags 2.10.0",
4683
4703
  "dlib",
4684
4704
  "log",
4685
4705
  "once_cell",