Merge pull request #304272 from ahoneybun/update-cosmic-edit

cosmic-edit: 0-unstable-2024-02-28 -> 0-unstable-2024-04-15

authored by Peder Bergebakken Sundt and committed by GitHub deb9273d 2fb77723

+385 -985
+376 -977
pkgs/by-name/co/cosmic-edit/Cargo.lock
··· 9 checksum = "80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225" 10 dependencies = [ 11 "ab_glyph_rasterizer", 12 - "owned_ttf_parser 0.20.0", 13 ] 14 15 [[package]] ··· 84 "accesskit_unix", 85 "accesskit_windows", 86 "raw-window-handle 0.6.0", 87 - "winit 0.29.10", 88 ] 89 90 [[package]] ··· 103 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 104 105 [[package]] 106 - name = "adler32" 107 - version = "1.2.0" 108 - source = "registry+https://github.com/rust-lang/crates.io-index" 109 - checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 110 - 111 - [[package]] 112 name = "ahash" 113 - version = "0.8.10" 114 source = "registry+https://github.com/rust-lang/crates.io-index" 115 - checksum = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b" 116 dependencies = [ 117 - "cfg-if 1.0.0", 118 "getrandom", 119 "once_cell", 120 "version_check", ··· 149 checksum = "3aa2999eb46af81abb65c2d30d446778d7e613b60bbf4e174a027e80f90a3c14" 150 151 [[package]] 152 - name = "andrew" 153 - version = "0.3.1" 154 - source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf" 156 - dependencies = [ 157 - "bitflags 1.3.2", 158 - "rusttype", 159 - "walkdir", 160 - "xdg", 161 - "xml-rs", 162 - ] 163 - 164 - [[package]] 165 name = "android-activity" 166 version = "0.5.2" 167 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 175 "jni-sys", 176 "libc", 177 "log", 178 - "ndk 0.8.0", 179 "ndk-context", 180 - "ndk-sys 0.5.0+25.2.9519653", 181 - "num_enum 0.7.2", 182 "thiserror", 183 ] 184 ··· 259 260 [[package]] 261 name = "anyhow" 262 - version = "1.0.80" 263 source = "registry+https://github.com/rust-lang/crates.io-index" 264 - checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" 265 266 [[package]] 267 name = "apply" ··· 280 281 [[package]] 282 name = "arc-swap" 283 - version = "1.6.0" 284 source = "registry+https://github.com/rust-lang/crates.io-index" 285 - checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" 286 287 [[package]] 288 name = "arrayref" ··· 336 ] 337 338 [[package]] 339 name = "async-broadcast" 340 version = "0.5.1" 341 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 352 checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" 353 dependencies = [ 354 "concurrent-queue", 355 - "event-listener 5.1.0", 356 "event-listener-strategy 0.5.0", 357 "futures-core", 358 "pin-project-lite", ··· 368 "async-task", 369 "concurrent-queue", 370 "fastrand 2.0.1", 371 - "futures-lite 2.2.0", 372 "slab", 373 ] 374 ··· 392 dependencies = [ 393 "async-lock 2.8.0", 394 "autocfg", 395 - "cfg-if 1.0.0", 396 "concurrent-queue", 397 "futures-lite 1.13.0", 398 "log", ··· 406 407 [[package]] 408 name = "async-io" 409 - version = "2.3.1" 410 source = "registry+https://github.com/rust-lang/crates.io-index" 411 - checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65" 412 dependencies = [ 413 "async-lock 3.3.0", 414 - "cfg-if 1.0.0", 415 "concurrent-queue", 416 "futures-io", 417 - "futures-lite 2.2.0", 418 "parking", 419 "polling 3.5.0", 420 "rustix 0.38.31", ··· 453 "async-lock 2.8.0", 454 "async-signal", 455 "blocking", 456 - "cfg-if 1.0.0", 457 "event-listener 3.1.0", 458 "futures-lite 1.13.0", 459 "rustix 0.38.31", ··· 462 463 [[package]] 464 name = "async-recursion" 465 - version = "1.0.5" 466 source = "registry+https://github.com/rust-lang/crates.io-index" 467 - checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" 468 dependencies = [ 469 "proc-macro2", 470 "quote", 471 - "syn 2.0.51", 472 ] 473 474 [[package]] ··· 477 source = "registry+https://github.com/rust-lang/crates.io-index" 478 checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" 479 dependencies = [ 480 - "async-io 2.3.1", 481 "async-lock 2.8.0", 482 "atomic-waker", 483 - "cfg-if 1.0.0", 484 "futures-core", 485 "futures-io", 486 "rustix 0.38.31", ··· 497 498 [[package]] 499 name = "async-trait" 500 - version = "0.1.77" 501 source = "registry+https://github.com/rust-lang/crates.io-index" 502 - checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" 503 dependencies = [ 504 "proc-macro2", 505 "quote", 506 - "syn 2.0.51", 507 ] 508 509 [[package]] ··· 596 dependencies = [ 597 "addr2line", 598 "cc", 599 - "cfg-if 1.0.0", 600 "libc", 601 - "miniz_oxide 0.7.2", 602 "object", 603 "rustc-demangle", 604 ] ··· 709 "async-task", 710 "fastrand 2.0.1", 711 "futures-io", 712 - "futures-lite 2.2.0", 713 "piper", 714 "tracing", 715 ] ··· 727 728 [[package]] 729 name = "bumpalo" 730 - version = "3.15.3" 731 source = "registry+https://github.com/rust-lang/crates.io-index" 732 - checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b" 733 734 [[package]] 735 name = "bytecount" ··· 739 740 [[package]] 741 name = "bytemuck" 742 - version = "1.14.3" 743 source = "registry+https://github.com/rust-lang/crates.io-index" 744 - checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f" 745 dependencies = [ 746 "bytemuck_derive", 747 ] 748 749 [[package]] 750 name = "bytemuck_derive" 751 - version = "1.5.0" 752 source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1" 754 dependencies = [ 755 "proc-macro2", 756 "quote", 757 - "syn 2.0.51", 758 ] 759 760 [[package]] ··· 781 782 [[package]] 783 name = "calloop" 784 - version = "0.6.5" 785 - source = "registry+https://github.com/rust-lang/crates.io-index" 786 - checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c" 787 - dependencies = [ 788 - "log", 789 - "nix 0.18.0", 790 - ] 791 - 792 - [[package]] 793 - name = "calloop" 794 version = "0.12.4" 795 source = "registry+https://github.com/rust-lang/crates.io-index" 796 checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298" ··· 809 source = "registry+https://github.com/rust-lang/crates.io-index" 810 checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02" 811 dependencies = [ 812 - "calloop 0.12.4", 813 "rustix 0.38.31", 814 "wayland-backend", 815 - "wayland-client 0.31.2", 816 ] 817 818 [[package]] 819 name = "cc" 820 - version = "1.0.88" 821 source = "registry+https://github.com/rust-lang/crates.io-index" 822 - checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc" 823 dependencies = [ 824 "libc", 825 ] 826 ··· 842 843 [[package]] 844 name = "cfg-if" 845 - version = "0.1.10" 846 - source = "registry+https://github.com/rust-lang/crates.io-index" 847 - checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 848 - 849 - [[package]] 850 - name = "cfg-if" 851 version = "1.0.0" 852 source = "registry+https://github.com/rust-lang/crates.io-index" 853 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" ··· 866 867 [[package]] 868 name = "chrono" 869 - version = "0.4.34" 870 source = "registry+https://github.com/rust-lang/crates.io-index" 871 - checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" 872 dependencies = [ 873 "android-tzdata", 874 "iana-time-zone", ··· 876 "num-traits", 877 "pure-rust-locales", 878 "wasm-bindgen", 879 - "windows-targets 0.52.3", 880 ] 881 882 [[package]] 883 name = "clipboard-win" 884 - version = "5.2.0" 885 source = "registry+https://github.com/rust-lang/crates.io-index" 886 - checksum = "12f9a0700e0127ba15d1d52dd742097f821cd9c65939303a44d970465040a297" 887 dependencies = [ 888 "error-code", 889 ] ··· 891 [[package]] 892 name = "clipboard_macos" 893 version = "0.1.0" 894 - source = "registry+https://github.com/rust-lang/crates.io-index" 895 - checksum = "145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95" 896 dependencies = [ 897 "objc", 898 "objc-foundation", ··· 902 [[package]] 903 name = "clipboard_wayland" 904 version = "0.2.2" 905 - source = "registry+https://github.com/rust-lang/crates.io-index" 906 - checksum = "003f886bc4e2987729d10c1db3424e7f80809f3fc22dbc16c685738887cb37b8" 907 dependencies = [ 908 "smithay-clipboard", 909 ] 910 911 [[package]] 912 name = "clipboard_x11" 913 version = "0.4.2" 914 - source = "registry+https://github.com/rust-lang/crates.io-index" 915 - checksum = "4274ea815e013e0f9f04a2633423e14194e408a0576c943ce3d14ca56c50031c" 916 dependencies = [ 917 "thiserror", 918 "x11rb", ··· 920 921 [[package]] 922 name = "cocoa" 923 - version = "0.24.1" 924 - source = "registry+https://github.com/rust-lang/crates.io-index" 925 - checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 926 - dependencies = [ 927 - "bitflags 1.3.2", 928 - "block", 929 - "cocoa-foundation", 930 - "core-foundation 0.9.4", 931 - "core-graphics 0.22.3", 932 - "foreign-types 0.3.2", 933 - "libc", 934 - "objc", 935 - ] 936 - 937 - [[package]] 938 - name = "cocoa" 939 version = "0.25.0" 940 source = "registry+https://github.com/rust-lang/crates.io-index" 941 checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" ··· 943 "bitflags 1.3.2", 944 "block", 945 "cocoa-foundation", 946 - "core-foundation 0.9.4", 947 - "core-graphics 0.23.1", 948 - "foreign-types 0.5.0", 949 "libc", 950 "objc", 951 ] ··· 958 dependencies = [ 959 "bitflags 1.3.2", 960 "block", 961 - "core-foundation 0.9.4", 962 "core-graphics-types", 963 "libc", 964 "objc", ··· 1038 1039 [[package]] 1040 name = "const-random" 1041 - version = "0.1.17" 1042 source = "registry+https://github.com/rust-lang/crates.io-index" 1043 - checksum = "5aaf16c9c2c612020bcfd042e170f6e32de9b9d75adb5277cdbbd2e2c8c8299a" 1044 dependencies = [ 1045 "const-random-macro", 1046 ] ··· 1058 1059 [[package]] 1060 name = "core-foundation" 1061 - version = "0.7.0" 1062 - source = "registry+https://github.com/rust-lang/crates.io-index" 1063 - checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" 1064 - dependencies = [ 1065 - "core-foundation-sys 0.7.0", 1066 - "libc", 1067 - ] 1068 - 1069 - [[package]] 1070 - name = "core-foundation" 1071 version = "0.9.4" 1072 source = "registry+https://github.com/rust-lang/crates.io-index" 1073 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1074 dependencies = [ 1075 - "core-foundation-sys 0.8.6", 1076 "libc", 1077 ] 1078 - 1079 - [[package]] 1080 - name = "core-foundation-sys" 1081 - version = "0.7.0" 1082 - source = "registry+https://github.com/rust-lang/crates.io-index" 1083 - checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" 1084 1085 [[package]] 1086 name = "core-foundation-sys" ··· 1090 1091 [[package]] 1092 name = "core-graphics" 1093 - version = "0.19.2" 1094 - source = "registry+https://github.com/rust-lang/crates.io-index" 1095 - checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923" 1096 - dependencies = [ 1097 - "bitflags 1.3.2", 1098 - "core-foundation 0.7.0", 1099 - "foreign-types 0.3.2", 1100 - "libc", 1101 - ] 1102 - 1103 - [[package]] 1104 - name = "core-graphics" 1105 - version = "0.22.3" 1106 - source = "registry+https://github.com/rust-lang/crates.io-index" 1107 - checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 1108 - dependencies = [ 1109 - "bitflags 1.3.2", 1110 - "core-foundation 0.9.4", 1111 - "core-graphics-types", 1112 - "foreign-types 0.3.2", 1113 - "libc", 1114 - ] 1115 - 1116 - [[package]] 1117 - name = "core-graphics" 1118 version = "0.23.1" 1119 source = "registry+https://github.com/rust-lang/crates.io-index" 1120 checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212" 1121 dependencies = [ 1122 "bitflags 1.3.2", 1123 - "core-foundation 0.9.4", 1124 "core-graphics-types", 1125 - "foreign-types 0.5.0", 1126 "libc", 1127 ] 1128 ··· 1133 checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 1134 dependencies = [ 1135 "bitflags 1.3.2", 1136 - "core-foundation 0.9.4", 1137 - "libc", 1138 - ] 1139 - 1140 - [[package]] 1141 - name = "core-video-sys" 1142 - version = "0.1.4" 1143 - source = "registry+https://github.com/rust-lang/crates.io-index" 1144 - checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828" 1145 - dependencies = [ 1146 - "cfg-if 0.1.10", 1147 - "core-foundation-sys 0.7.0", 1148 - "core-graphics 0.19.2", 1149 "libc", 1150 - "objc", 1151 ] 1152 1153 [[package]] 1154 name = "cosmic-config" 1155 version = "0.1.0" 1156 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 1157 dependencies = [ 1158 "atomicwrites", 1159 "cosmic-config-derive", ··· 1170 [[package]] 1171 name = "cosmic-config-derive" 1172 version = "0.1.0" 1173 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 1174 dependencies = [ 1175 "quote", 1176 "syn 1.0.109", ··· 1196 "notify", 1197 "open", 1198 "patch", 1199 "rust-embed", 1200 "serde", 1201 "smol_str", 1202 "syntect", 1203 - "systemicons", 1204 "tokio", 1205 "two-face", 1206 "vergen", ··· 1209 [[package]] 1210 name = "cosmic-files" 1211 version = "0.1.0" 1212 - source = "git+https://github.com/pop-os/cosmic-files.git#8ab15027a521713850384fa87666bb9974f2666b" 1213 dependencies = [ 1214 "chrono", 1215 "dirs", 1216 - "env_logger 0.11.2", 1217 "fork", 1218 "i18n-embed", 1219 "i18n-embed-fl", 1220 - "image 0.24.9", 1221 "lexical-sort", 1222 "libcosmic", 1223 "log", 1224 "mime_guess", 1225 "notify", 1226 "once_cell", 1227 "paste", 1228 "rust-embed", 1229 "serde", 1230 "smol_str", 1231 - "systemicons", 1232 "tokio", 1233 "trash", 1234 ] 1235 1236 [[package]] ··· 1240 dependencies = [ 1241 "handlebars", 1242 "serde", 1243 - "toml 0.8.10", 1244 ] 1245 1246 [[package]] 1247 name = "cosmic-text" 1248 version = "0.11.2" 1249 - source = "git+https://github.com/pop-os/cosmic-text.git#2766961af621b9235616e186046f6d14a2f5fbc0" 1250 dependencies = [ 1251 "bitflags 2.4.2", 1252 "cosmic_undo_2", ··· 1261 "swash", 1262 "syntect", 1263 "sys-locale", 1264 - "ttf-parser 0.20.0", 1265 "unicode-bidi", 1266 "unicode-linebreak", 1267 "unicode-script", ··· 1271 [[package]] 1272 name = "cosmic-theme" 1273 version = "0.1.0" 1274 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 1275 dependencies = [ 1276 "almost", 1277 "cosmic-config", 1278 "csscolorparser", 1279 "lazy_static", 1280 "palette", 1281 "ron", 1282 "serde", 1283 ] 1284 1285 [[package]] ··· 1308 source = "registry+https://github.com/rust-lang/crates.io-index" 1309 checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 1310 dependencies = [ 1311 - "cfg-if 1.0.0", 1312 - ] 1313 - 1314 - [[package]] 1315 - name = "crossbeam" 1316 - version = "0.8.4" 1317 - source = "registry+https://github.com/rust-lang/crates.io-index" 1318 - checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" 1319 - dependencies = [ 1320 - "crossbeam-channel", 1321 - "crossbeam-deque", 1322 - "crossbeam-epoch", 1323 - "crossbeam-queue", 1324 - "crossbeam-utils", 1325 ] 1326 1327 [[package]] 1328 name = "crossbeam-channel" 1329 - version = "0.5.11" 1330 source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b" 1332 dependencies = [ 1333 "crossbeam-utils", 1334 ] ··· 1353 ] 1354 1355 [[package]] 1356 - name = "crossbeam-queue" 1357 - version = "0.3.11" 1358 - source = "registry+https://github.com/rust-lang/crates.io-index" 1359 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 1360 - dependencies = [ 1361 - "crossbeam-utils", 1362 - ] 1363 - 1364 - [[package]] 1365 name = "crossbeam-utils" 1366 version = "0.8.19" 1367 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1406 checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" 1407 dependencies = [ 1408 "quote", 1409 - "syn 2.0.51", 1410 ] 1411 - 1412 - [[package]] 1413 - name = "cty" 1414 - version = "0.2.2" 1415 - source = "registry+https://github.com/rust-lang/crates.io-index" 1416 - checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 1417 1418 [[package]] 1419 name = "cursor-icon" ··· 1427 source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 1428 dependencies = [ 1429 "bitflags 2.4.2", 1430 - "libloading 0.8.1", 1431 "winapi", 1432 ] 1433 1434 [[package]] 1435 name = "darling" 1436 - version = "0.10.2" 1437 - source = "registry+https://github.com/rust-lang/crates.io-index" 1438 - checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858" 1439 - dependencies = [ 1440 - "darling_core 0.10.2", 1441 - "darling_macro 0.10.2", 1442 - ] 1443 - 1444 - [[package]] 1445 - name = "darling" 1446 version = "0.20.8" 1447 source = "registry+https://github.com/rust-lang/crates.io-index" 1448 checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391" 1449 dependencies = [ 1450 - "darling_core 0.20.8", 1451 - "darling_macro 0.20.8", 1452 - ] 1453 - 1454 - [[package]] 1455 - name = "darling_core" 1456 - version = "0.10.2" 1457 - source = "registry+https://github.com/rust-lang/crates.io-index" 1458 - checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b" 1459 - dependencies = [ 1460 - "fnv", 1461 - "ident_case", 1462 - "proc-macro2", 1463 - "quote", 1464 - "strsim 0.9.3", 1465 - "syn 1.0.109", 1466 ] 1467 1468 [[package]] ··· 1475 "ident_case", 1476 "proc-macro2", 1477 "quote", 1478 - "strsim 0.10.0", 1479 - "syn 2.0.51", 1480 - ] 1481 - 1482 - [[package]] 1483 - name = "darling_macro" 1484 - version = "0.10.2" 1485 - source = "registry+https://github.com/rust-lang/crates.io-index" 1486 - checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72" 1487 - dependencies = [ 1488 - "darling_core 0.10.2", 1489 - "quote", 1490 - "syn 1.0.109", 1491 ] 1492 1493 [[package]] ··· 1496 source = "registry+https://github.com/rust-lang/crates.io-index" 1497 checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" 1498 dependencies = [ 1499 - "darling_core 0.20.8", 1500 "quote", 1501 - "syn 2.0.51", 1502 ] 1503 1504 [[package]] ··· 1507 source = "registry+https://github.com/rust-lang/crates.io-index" 1508 checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1509 dependencies = [ 1510 - "cfg-if 1.0.0", 1511 "hashbrown", 1512 "lock_api", 1513 "once_cell", ··· 1519 version = "0.3.1" 1520 source = "registry+https://github.com/rust-lang/crates.io-index" 1521 checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" 1522 - 1523 - [[package]] 1524 - name = "deflate" 1525 - version = "0.8.6" 1526 - source = "registry+https://github.com/rust-lang/crates.io-index" 1527 - checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174" 1528 - dependencies = [ 1529 - "adler32", 1530 - "byteorder", 1531 - ] 1532 1533 [[package]] 1534 name = "deranged" ··· 1556 source = "registry+https://github.com/rust-lang/crates.io-index" 1557 checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" 1558 dependencies = [ 1559 - "darling 0.20.8", 1560 "proc-macro2", 1561 "quote", 1562 - "syn 2.0.51", 1563 ] 1564 1565 [[package]] ··· 1587 source = "registry+https://github.com/rust-lang/crates.io-index" 1588 checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1589 dependencies = [ 1590 - "cfg-if 1.0.0", 1591 "dirs-sys-next", 1592 ] 1593 ··· 1628 dependencies = [ 1629 "proc-macro2", 1630 "quote", 1631 - "syn 2.0.51", 1632 - ] 1633 - 1634 - [[package]] 1635 - name = "dlib" 1636 - version = "0.4.2" 1637 - source = "registry+https://github.com/rust-lang/crates.io-index" 1638 - checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76" 1639 - dependencies = [ 1640 - "libloading 0.6.7", 1641 ] 1642 1643 [[package]] ··· 1646 source = "registry+https://github.com/rust-lang/crates.io-index" 1647 checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1648 dependencies = [ 1649 - "libloading 0.8.1", 1650 ] 1651 1652 [[package]] ··· 1715 source = "registry+https://github.com/rust-lang/crates.io-index" 1716 checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 1717 dependencies = [ 1718 - "cfg-if 1.0.0", 1719 ] 1720 1721 [[package]] ··· 1745 dependencies = [ 1746 "proc-macro2", 1747 "quote", 1748 - "syn 2.0.51", 1749 ] 1750 1751 [[package]] ··· 1773 1774 [[package]] 1775 name = "env_logger" 1776 - version = "0.11.2" 1777 source = "registry+https://github.com/rust-lang/crates.io-index" 1778 - checksum = "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d" 1779 dependencies = [ 1780 "anstream", 1781 "anstyle", ··· 1855 1856 [[package]] 1857 name = "event-listener" 1858 - version = "5.1.0" 1859 source = "registry+https://github.com/rust-lang/crates.io-index" 1860 - checksum = "b7ad6fd685ce13acd6d9541a30f6db6567a7a24c9ffd4ba2955d29e3f22c8b27" 1861 dependencies = [ 1862 "concurrent-queue", 1863 "parking", ··· 1880 source = "registry+https://github.com/rust-lang/crates.io-index" 1881 checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291" 1882 dependencies = [ 1883 - "event-listener 5.1.0", 1884 "pin-project-lite", 1885 ] 1886 ··· 1894 "flume", 1895 "half", 1896 "lebe", 1897 - "miniz_oxide 0.7.2", 1898 "rayon-core", 1899 "smallvec", 1900 "zune-inflate", ··· 1936 source = "registry+https://github.com/rust-lang/crates.io-index" 1937 checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 1938 dependencies = [ 1939 - "cfg-if 1.0.0", 1940 "libc", 1941 "redox_syscall 0.4.1", 1942 "windows-sys 0.52.0", ··· 1958 checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 1959 dependencies = [ 1960 "crc32fast", 1961 - "miniz_oxide 0.7.2", 1962 ] 1963 1964 [[package]] ··· 2034 2035 [[package]] 2036 name = "font-types" 2037 - version = "0.4.2" 2038 source = "registry+https://github.com/rust-lang/crates.io-index" 2039 - checksum = "0bd7f3ea17572640b606b35df42cfb6ecdf003704b062580e59918692190b73d" 2040 2041 [[package]] 2042 name = "fontconfig-parser" ··· 2055 dependencies = [ 2056 "fontconfig-parser", 2057 "log", 2058 - "memmap2 0.9.4", 2059 "slotmap", 2060 "tinyvec", 2061 - "ttf-parser 0.20.0", 2062 - ] 2063 - 2064 - [[package]] 2065 - name = "foreign-types" 2066 - version = "0.3.2" 2067 - source = "registry+https://github.com/rust-lang/crates.io-index" 2068 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 2069 - dependencies = [ 2070 - "foreign-types-shared 0.1.1", 2071 ] 2072 2073 [[package]] ··· 2077 checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 2078 dependencies = [ 2079 "foreign-types-macros", 2080 - "foreign-types-shared 0.3.1", 2081 ] 2082 2083 [[package]] ··· 2088 dependencies = [ 2089 "proc-macro2", 2090 "quote", 2091 - "syn 2.0.51", 2092 ] 2093 2094 [[package]] 2095 name = "foreign-types-shared" 2096 - version = "0.1.1" 2097 - source = "registry+https://github.com/rust-lang/crates.io-index" 2098 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 2099 - 2100 - [[package]] 2101 - name = "foreign-types-shared" 2102 version = "0.3.1" 2103 source = "registry+https://github.com/rust-lang/crates.io-index" 2104 checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" ··· 2219 2220 [[package]] 2221 name = "futures-lite" 2222 - version = "2.2.0" 2223 source = "registry+https://github.com/rust-lang/crates.io-index" 2224 - checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" 2225 dependencies = [ 2226 "fastrand 2.0.1", 2227 "futures-core", ··· 2238 dependencies = [ 2239 "proc-macro2", 2240 "quote", 2241 - "syn 2.0.51", 2242 ] 2243 2244 [[package]] ··· 2327 source = "registry+https://github.com/rust-lang/crates.io-index" 2328 checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 2329 dependencies = [ 2330 - "cfg-if 1.0.0", 2331 "libc", 2332 "wasi", 2333 - ] 2334 - 2335 - [[package]] 2336 - name = "gif" 2337 - version = "0.11.4" 2338 - source = "registry+https://github.com/rust-lang/crates.io-index" 2339 - checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06" 2340 - dependencies = [ 2341 - "color_quant", 2342 - "weezl", 2343 ] 2344 2345 [[package]] ··· 2598 "grep-matcher", 2599 "log", 2600 "memchr", 2601 - "memmap2 0.9.4", 2602 ] 2603 2604 [[package]] ··· 2641 source = "registry+https://github.com/rust-lang/crates.io-index" 2642 checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e" 2643 dependencies = [ 2644 - "cfg-if 1.0.0", 2645 "crunchy", 2646 ] 2647 ··· 2678 "bitflags 2.4.2", 2679 "com", 2680 "libc", 2681 - "libloading 0.8.1", 2682 "thiserror", 2683 "widestring", 2684 "winapi", ··· 2692 2693 [[package]] 2694 name = "hermit-abi" 2695 - version = "0.3.8" 2696 source = "registry+https://github.com/rust-lang/crates.io-index" 2697 - checksum = "379dada1584ad501b383485dd706b8afb7a70fcbc7f4da7d780638a5a6124a60" 2698 2699 [[package]] 2700 name = "hex" ··· 2724 "serde", 2725 "serde_derive", 2726 "thiserror", 2727 - "toml 0.8.10", 2728 "unic-langid", 2729 ] 2730 ··· 2766 "proc-macro-error", 2767 "proc-macro2", 2768 "quote", 2769 - "strsim 0.10.0", 2770 - "syn 2.0.51", 2771 "unic-langid", 2772 ] 2773 ··· 2781 "i18n-config", 2782 "proc-macro2", 2783 "quote", 2784 - "syn 2.0.51", 2785 ] 2786 2787 [[package]] ··· 2791 checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 2792 dependencies = [ 2793 "android_system_properties", 2794 - "core-foundation-sys 0.8.6", 2795 "iana-time-zone-haiku", 2796 "js-sys", 2797 "wasm-bindgen", ··· 2810 [[package]] 2811 name = "iced" 2812 version = "0.12.0" 2813 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2814 dependencies = [ 2815 "iced_accessibility", 2816 "iced_core", ··· 2818 "iced_renderer", 2819 "iced_widget", 2820 "iced_winit", 2821 - "image 0.24.9", 2822 "thiserror", 2823 ] 2824 2825 [[package]] 2826 name = "iced_accessibility" 2827 version = "0.1.0" 2828 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2829 dependencies = [ 2830 "accesskit", 2831 "accesskit_winit", ··· 2834 [[package]] 2835 name = "iced_core" 2836 version = "0.12.0" 2837 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2838 dependencies = [ 2839 "bitflags 1.3.2", 2840 "log", ··· 2845 "smol_str", 2846 "thiserror", 2847 "web-time", 2848 "xxhash-rust", 2849 ] 2850 2851 [[package]] 2852 name = "iced_futures" 2853 version = "0.12.0" 2854 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2855 dependencies = [ 2856 "futures", 2857 "iced_core", ··· 2864 [[package]] 2865 name = "iced_graphics" 2866 version = "0.12.0" 2867 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2868 dependencies = [ 2869 "bitflags 1.3.2", 2870 "bytemuck", ··· 2873 "half", 2874 "iced_core", 2875 "iced_futures", 2876 - "image 0.24.9", 2877 "kamadak-exif", 2878 "log", 2879 "lyon_path", ··· 2888 [[package]] 2889 name = "iced_renderer" 2890 version = "0.12.0" 2891 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2892 dependencies = [ 2893 "iced_graphics", 2894 "iced_tiny_skia", ··· 2900 [[package]] 2901 name = "iced_runtime" 2902 version = "0.12.0" 2903 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2904 dependencies = [ 2905 "iced_core", 2906 "iced_futures", 2907 "thiserror", 2908 ] 2909 2910 [[package]] 2911 name = "iced_style" 2912 version = "0.12.0" 2913 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2914 dependencies = [ 2915 "iced_core", 2916 "once_cell", ··· 2920 [[package]] 2921 name = "iced_tiny_skia" 2922 version = "0.12.0" 2923 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2924 dependencies = [ 2925 "bytemuck", 2926 "cosmic-text", ··· 2937 [[package]] 2938 name = "iced_wgpu" 2939 version = "0.12.0" 2940 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2941 dependencies = [ 2942 "bitflags 1.3.2", 2943 "bytemuck", ··· 2956 [[package]] 2957 name = "iced_widget" 2958 version = "0.12.0" 2959 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2960 dependencies = [ 2961 "iced_renderer", 2962 "iced_runtime", ··· 2970 [[package]] 2971 name = "iced_winit" 2972 version = "0.12.0" 2973 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2974 dependencies = [ 2975 "iced_graphics", 2976 "iced_runtime", ··· 2981 "web-sys", 2982 "winapi", 2983 "window_clipboard", 2984 - "winit 0.29.10", 2985 ] 2986 2987 [[package]] ··· 3039 3040 [[package]] 3041 name = "image" 3042 - version = "0.23.14" 3043 - source = "registry+https://github.com/rust-lang/crates.io-index" 3044 - checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1" 3045 - dependencies = [ 3046 - "bytemuck", 3047 - "byteorder", 3048 - "color_quant", 3049 - "gif 0.11.4", 3050 - "jpeg-decoder 0.1.22", 3051 - "num-iter", 3052 - "num-rational 0.3.2", 3053 - "num-traits", 3054 - "png 0.16.8", 3055 - "scoped_threadpool", 3056 - "tiff 0.6.1", 3057 - ] 3058 - 3059 - [[package]] 3060 - name = "image" 3061 version = "0.24.9" 3062 source = "registry+https://github.com/rust-lang/crates.io-index" 3063 checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" ··· 3067 "color_quant", 3068 "exr", 3069 "gif 0.13.1", 3070 - "jpeg-decoder 0.3.1", 3071 "num-traits", 3072 - "png 0.17.13", 3073 "qoi", 3074 - "tiff 0.9.1", 3075 ] 3076 3077 [[package]] ··· 3082 3083 [[package]] 3084 name = "indexmap" 3085 - version = "2.2.3" 3086 source = "registry+https://github.com/rust-lang/crates.io-index" 3087 - checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" 3088 dependencies = [ 3089 "equivalent", 3090 "hashbrown", ··· 3116 source = "registry+https://github.com/rust-lang/crates.io-index" 3117 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 3118 dependencies = [ 3119 - "cfg-if 1.0.0", 3120 ] 3121 3122 [[package]] ··· 3192 checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 3193 dependencies = [ 3194 "cesu8", 3195 - "cfg-if 1.0.0", 3196 "combine", 3197 "jni-sys", 3198 "log", ··· 3208 checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 3209 3210 [[package]] 3211 - name = "jpeg-decoder" 3212 - version = "0.1.22" 3213 source = "registry+https://github.com/rust-lang/crates.io-index" 3214 - checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2" 3215 dependencies = [ 3216 - "rayon", 3217 ] 3218 3219 [[package]] ··· 3227 3228 [[package]] 3229 name = "js-sys" 3230 - version = "0.3.68" 3231 source = "registry+https://github.com/rust-lang/crates.io-index" 3232 - checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee" 3233 dependencies = [ 3234 "wasm-bindgen", 3235 ] ··· 3250 checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 3251 dependencies = [ 3252 "libc", 3253 - "libloading 0.8.1", 3254 "pkg-config", 3255 ] 3256 ··· 3318 dependencies = [ 3319 "arrayvec 0.5.2", 3320 "bitflags 1.3.2", 3321 - "cfg-if 1.0.0", 3322 "ryu", 3323 "static_assertions", 3324 ] ··· 3341 [[package]] 3342 name = "libcosmic" 3343 version = "0.1.0" 3344 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 3345 dependencies = [ 3346 "apply", 3347 - "ashpd", 3348 "cosmic-config", 3349 "cosmic-theme", 3350 "css-color", ··· 3376 3377 [[package]] 3378 name = "libloading" 3379 - version = "0.6.7" 3380 - source = "registry+https://github.com/rust-lang/crates.io-index" 3381 - checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883" 3382 - dependencies = [ 3383 - "cfg-if 1.0.0", 3384 - "winapi", 3385 - ] 3386 - 3387 - [[package]] 3388 - name = "libloading" 3389 version = "0.7.4" 3390 source = "registry+https://github.com/rust-lang/crates.io-index" 3391 checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 3392 dependencies = [ 3393 - "cfg-if 1.0.0", 3394 "winapi", 3395 ] 3396 3397 [[package]] 3398 name = "libloading" 3399 - version = "0.8.1" 3400 source = "registry+https://github.com/rust-lang/crates.io-index" 3401 - checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161" 3402 dependencies = [ 3403 - "cfg-if 1.0.0", 3404 - "windows-sys 0.48.0", 3405 ] 3406 3407 [[package]] ··· 3490 3491 [[package]] 3492 name = "log" 3493 - version = "0.4.20" 3494 source = "registry+https://github.com/rust-lang/crates.io-index" 3495 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 3496 3497 [[package]] 3498 name = "lru" ··· 3572 3573 [[package]] 3574 name = "memmap2" 3575 - version = "0.1.0" 3576 - source = "registry+https://github.com/rust-lang/crates.io-index" 3577 - checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a" 3578 - dependencies = [ 3579 - "libc", 3580 - ] 3581 - 3582 - [[package]] 3583 - name = "memmap2" 3584 version = "0.9.4" 3585 source = "registry+https://github.com/rust-lang/crates.io-index" 3586 checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" ··· 3615 "bitflags 2.4.2", 3616 "block", 3617 "core-graphics-types", 3618 - "foreign-types 0.5.0", 3619 "log", 3620 "objc", 3621 "paste", ··· 3623 3624 [[package]] 3625 name = "mime" 3626 version = "0.3.17" 3627 source = "registry+https://github.com/rust-lang/crates.io-index" 3628 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" ··· 3633 source = "registry+https://github.com/rust-lang/crates.io-index" 3634 checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 3635 dependencies = [ 3636 - "mime", 3637 "unicase", 3638 ] 3639 ··· 3645 3646 [[package]] 3647 name = "miniz_oxide" 3648 - version = "0.3.7" 3649 - source = "registry+https://github.com/rust-lang/crates.io-index" 3650 - checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435" 3651 - dependencies = [ 3652 - "adler32", 3653 - ] 3654 - 3655 - [[package]] 3656 - name = "miniz_oxide" 3657 - version = "0.4.4" 3658 - source = "registry+https://github.com/rust-lang/crates.io-index" 3659 - checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" 3660 - dependencies = [ 3661 - "adler", 3662 - "autocfg", 3663 - ] 3664 - 3665 - [[package]] 3666 - name = "miniz_oxide" 3667 version = "0.7.2" 3668 source = "registry+https://github.com/rust-lang/crates.io-index" 3669 checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" ··· 3674 3675 [[package]] 3676 name = "mio" 3677 - version = "0.7.14" 3678 - source = "registry+https://github.com/rust-lang/crates.io-index" 3679 - checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" 3680 - dependencies = [ 3681 - "libc", 3682 - "log", 3683 - "miow", 3684 - "ntapi", 3685 - "winapi", 3686 - ] 3687 - 3688 - [[package]] 3689 - name = "mio" 3690 - version = "0.8.10" 3691 source = "registry+https://github.com/rust-lang/crates.io-index" 3692 - checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" 3693 dependencies = [ 3694 "libc", 3695 "log", ··· 3698 ] 3699 3700 [[package]] 3701 - name = "mio-misc" 3702 - version = "1.2.2" 3703 - source = "registry+https://github.com/rust-lang/crates.io-index" 3704 - checksum = "b47412f3a52115b936ff2a229b803498c7b4d332adeb87c2f1498c9da54c398c" 3705 - dependencies = [ 3706 - "crossbeam", 3707 - "crossbeam-queue", 3708 - "log", 3709 - "mio 0.7.14", 3710 - ] 3711 - 3712 - [[package]] 3713 - name = "miow" 3714 - version = "0.3.7" 3715 - source = "registry+https://github.com/rust-lang/crates.io-index" 3716 - checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" 3717 - dependencies = [ 3718 - "winapi", 3719 - ] 3720 - 3721 - [[package]] 3722 name = "modit" 3723 version = "0.1.4" 3724 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3751 "termcolor", 3752 "thiserror", 3753 "unicode-xid", 3754 - ] 3755 - 3756 - [[package]] 3757 - name = "ndk" 3758 - version = "0.3.0" 3759 - source = "registry+https://github.com/rust-lang/crates.io-index" 3760 - checksum = "8794322172319b972f528bf90c6b467be0079f1fa82780ffb431088e741a73ab" 3761 - dependencies = [ 3762 - "jni-sys", 3763 - "ndk-sys 0.2.2", 3764 - "num_enum 0.5.11", 3765 - "thiserror", 3766 ] 3767 3768 [[package]] ··· 3774 "bitflags 2.4.2", 3775 "jni-sys", 3776 "log", 3777 - "ndk-sys 0.5.0+25.2.9519653", 3778 - "num_enum 0.7.2", 3779 "raw-window-handle 0.6.0", 3780 "thiserror", 3781 ] ··· 3787 checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3788 3789 [[package]] 3790 - name = "ndk-glue" 3791 - version = "0.3.0" 3792 - source = "registry+https://github.com/rust-lang/crates.io-index" 3793 - checksum = "c5caf0c24d51ac1c905c27d4eda4fa0635bbe0de596b8f79235e0b17a4d29385" 3794 - dependencies = [ 3795 - "lazy_static", 3796 - "libc", 3797 - "log", 3798 - "ndk 0.3.0", 3799 - "ndk-macro", 3800 - "ndk-sys 0.2.2", 3801 - ] 3802 - 3803 - [[package]] 3804 - name = "ndk-macro" 3805 - version = "0.2.0" 3806 - source = "registry+https://github.com/rust-lang/crates.io-index" 3807 - checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d" 3808 - dependencies = [ 3809 - "darling 0.10.2", 3810 - "proc-macro-crate 0.1.5", 3811 - "proc-macro2", 3812 - "quote", 3813 - "syn 1.0.109", 3814 - ] 3815 - 3816 - [[package]] 3817 - name = "ndk-sys" 3818 - version = "0.2.2" 3819 - source = "registry+https://github.com/rust-lang/crates.io-index" 3820 - checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121" 3821 - 3822 - [[package]] 3823 name = "ndk-sys" 3824 version = "0.5.0+25.2.9519653" 3825 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3830 3831 [[package]] 3832 name = "nix" 3833 - version = "0.18.0" 3834 - source = "registry+https://github.com/rust-lang/crates.io-index" 3835 - checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055" 3836 - dependencies = [ 3837 - "bitflags 1.3.2", 3838 - "cc", 3839 - "cfg-if 0.1.10", 3840 - "libc", 3841 - ] 3842 - 3843 - [[package]] 3844 - name = "nix" 3845 - version = "0.20.0" 3846 - source = "registry+https://github.com/rust-lang/crates.io-index" 3847 - checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a" 3848 - dependencies = [ 3849 - "bitflags 1.3.2", 3850 - "cc", 3851 - "cfg-if 1.0.0", 3852 - "libc", 3853 - ] 3854 - 3855 - [[package]] 3856 - name = "nix" 3857 version = "0.26.4" 3858 source = "registry+https://github.com/rust-lang/crates.io-index" 3859 checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 3860 dependencies = [ 3861 "bitflags 1.3.2", 3862 - "cfg-if 1.0.0", 3863 "libc", 3864 "memoffset 0.7.1", 3865 ] ··· 3910 "kqueue", 3911 "libc", 3912 "log", 3913 - "mio 0.8.10", 3914 "walkdir", 3915 "windows-sys 0.48.0", 3916 - ] 3917 - 3918 - [[package]] 3919 - name = "ntapi" 3920 - version = "0.3.7" 3921 - source = "registry+https://github.com/rust-lang/crates.io-index" 3922 - checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f" 3923 - dependencies = [ 3924 - "winapi", 3925 ] 3926 3927 [[package]] ··· 3934 "num-complex", 3935 "num-integer", 3936 "num-iter", 3937 - "num-rational 0.4.1", 3938 "num-traits", 3939 ] 3940 ··· 3986 3987 [[package]] 3988 name = "num-rational" 3989 - version = "0.3.2" 3990 - source = "registry+https://github.com/rust-lang/crates.io-index" 3991 - checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" 3992 - dependencies = [ 3993 - "autocfg", 3994 - "num-integer", 3995 - "num-traits", 3996 - ] 3997 - 3998 - [[package]] 3999 - name = "num-rational" 4000 version = "0.4.1" 4001 source = "registry+https://github.com/rust-lang/crates.io-index" 4002 checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" ··· 4029 4030 [[package]] 4031 name = "num_enum" 4032 - version = "0.5.11" 4033 - source = "registry+https://github.com/rust-lang/crates.io-index" 4034 - checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 4035 - dependencies = [ 4036 - "num_enum_derive 0.5.11", 4037 - ] 4038 - 4039 - [[package]] 4040 - name = "num_enum" 4041 version = "0.7.2" 4042 source = "registry+https://github.com/rust-lang/crates.io-index" 4043 checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" 4044 dependencies = [ 4045 - "num_enum_derive 0.7.2", 4046 - ] 4047 - 4048 - [[package]] 4049 - name = "num_enum_derive" 4050 - version = "0.5.11" 4051 - source = "registry+https://github.com/rust-lang/crates.io-index" 4052 - checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 4053 - dependencies = [ 4054 - "proc-macro-crate 1.3.1", 4055 - "proc-macro2", 4056 - "quote", 4057 - "syn 1.0.109", 4058 ] 4059 4060 [[package]] ··· 4066 "proc-macro-crate 3.1.0", 4067 "proc-macro2", 4068 "quote", 4069 - "syn 2.0.51", 4070 ] 4071 4072 [[package]] ··· 4194 4195 [[package]] 4196 name = "open" 4197 - version = "5.0.2" 4198 source = "registry+https://github.com/rust-lang/crates.io-index" 4199 - checksum = "eedff767bc49d336bff300224f73307ae36963c843e38dc9312a22171b012cbc" 4200 dependencies = [ 4201 "is-wsl", 4202 "libc", ··· 4259 "proc-macro-error", 4260 "proc-macro2", 4261 "quote", 4262 - "syn 2.0.51", 4263 - ] 4264 - 4265 - [[package]] 4266 - name = "owned_ttf_parser" 4267 - version = "0.15.2" 4268 - source = "registry+https://github.com/rust-lang/crates.io-index" 4269 - checksum = "05e6affeb1632d6ff6a23d2cd40ffed138e82f1532571a26f527c8a284bb2fbb" 4270 - dependencies = [ 4271 - "ttf-parser 0.15.2", 4272 ] 4273 4274 [[package]] ··· 4277 source = "registry+https://github.com/rust-lang/crates.io-index" 4278 checksum = "d4586edfe4c648c71797a74c84bacb32b52b212eff5dfe2bb9f2c599844023e7" 4279 dependencies = [ 4280 - "ttf-parser 0.20.0", 4281 ] 4282 4283 [[package]] ··· 4301 dependencies = [ 4302 "proc-macro2", 4303 "quote", 4304 - "syn 2.0.51", 4305 ] 4306 4307 [[package]] ··· 4349 source = "registry+https://github.com/rust-lang/crates.io-index" 4350 checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 4351 dependencies = [ 4352 - "cfg-if 1.0.0", 4353 "instant", 4354 "libc", 4355 "redox_syscall 0.2.16", ··· 4363 source = "registry+https://github.com/rust-lang/crates.io-index" 4364 checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 4365 dependencies = [ 4366 - "cfg-if 1.0.0", 4367 "libc", 4368 "redox_syscall 0.4.1", 4369 "smallvec", ··· 4401 4402 [[package]] 4403 name = "pest" 4404 - version = "2.7.7" 4405 source = "registry+https://github.com/rust-lang/crates.io-index" 4406 - checksum = "219c0dcc30b6a27553f9cc242972b67f75b60eb0db71f0b5462f38b058c41546" 4407 dependencies = [ 4408 "memchr", 4409 "thiserror", ··· 4412 4413 [[package]] 4414 name = "pest_derive" 4415 - version = "2.7.7" 4416 source = "registry+https://github.com/rust-lang/crates.io-index" 4417 - checksum = "22e1288dbd7786462961e69bfd4df7848c1e37e8b74303dbdab82c3a9cdd2809" 4418 dependencies = [ 4419 "pest", 4420 "pest_generator", ··· 4422 4423 [[package]] 4424 name = "pest_generator" 4425 - version = "2.7.7" 4426 source = "registry+https://github.com/rust-lang/crates.io-index" 4427 - checksum = "1381c29a877c6d34b8c176e734f35d7f7f5b3adaefe940cb4d1bb7af94678e2e" 4428 dependencies = [ 4429 "pest", 4430 "pest_meta", 4431 "proc-macro2", 4432 "quote", 4433 - "syn 2.0.51", 4434 ] 4435 4436 [[package]] 4437 name = "pest_meta" 4438 - version = "2.7.7" 4439 source = "registry+https://github.com/rust-lang/crates.io-index" 4440 - checksum = "d0934d6907f148c22a3acbda520c7eed243ad7487a30f51f6ce52b58b7077a8a" 4441 dependencies = [ 4442 "once_cell", 4443 "pest", ··· 4474 "phf_shared", 4475 "proc-macro2", 4476 "quote", 4477 - "syn 2.0.51", 4478 ] 4479 4480 [[package]] ··· 4537 4538 [[package]] 4539 name = "png" 4540 - version = "0.16.8" 4541 - source = "registry+https://github.com/rust-lang/crates.io-index" 4542 - checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6" 4543 - dependencies = [ 4544 - "bitflags 1.3.2", 4545 - "crc32fast", 4546 - "deflate", 4547 - "miniz_oxide 0.3.7", 4548 - ] 4549 - 4550 - [[package]] 4551 - name = "png" 4552 version = "0.17.13" 4553 source = "registry+https://github.com/rust-lang/crates.io-index" 4554 checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" ··· 4557 "crc32fast", 4558 "fdeflate", 4559 "flate2", 4560 - "miniz_oxide 0.7.2", 4561 ] 4562 4563 [[package]] ··· 4568 dependencies = [ 4569 "autocfg", 4570 "bitflags 1.3.2", 4571 - "cfg-if 1.0.0", 4572 "concurrent-queue", 4573 "libc", 4574 "log", ··· 4582 source = "registry+https://github.com/rust-lang/crates.io-index" 4583 checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9" 4584 dependencies = [ 4585 - "cfg-if 1.0.0", 4586 "concurrent-queue", 4587 "pin-project-lite", 4588 "rustix 0.38.31", ··· 4610 4611 [[package]] 4612 name = "proc-macro-crate" 4613 - version = "0.1.5" 4614 - source = "registry+https://github.com/rust-lang/crates.io-index" 4615 - checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" 4616 - dependencies = [ 4617 - "toml 0.5.11", 4618 - ] 4619 - 4620 - [[package]] 4621 - name = "proc-macro-crate" 4622 version = "1.3.1" 4623 source = "registry+https://github.com/rust-lang/crates.io-index" 4624 checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" ··· 4662 4663 [[package]] 4664 name = "proc-macro2" 4665 - version = "1.0.78" 4666 source = "registry+https://github.com/rust-lang/crates.io-index" 4667 - checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 4668 dependencies = [ 4669 "unicode-ident", 4670 ] ··· 4752 4753 [[package]] 4754 name = "raw-window-handle" 4755 - version = "0.3.4" 4756 - source = "registry+https://github.com/rust-lang/crates.io-index" 4757 - checksum = "e28f55143d0548dad60bb4fbdc835a3d7ac6acc3324506450c5fdd6e42903a76" 4758 - dependencies = [ 4759 - "libc", 4760 - "raw-window-handle 0.4.3", 4761 - ] 4762 - 4763 - [[package]] 4764 - name = "raw-window-handle" 4765 - version = "0.4.3" 4766 - source = "registry+https://github.com/rust-lang/crates.io-index" 4767 - checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" 4768 - dependencies = [ 4769 - "cty", 4770 - ] 4771 - 4772 - [[package]] 4773 - name = "raw-window-handle" 4774 version = "0.5.2" 4775 source = "registry+https://github.com/rust-lang/crates.io-index" 4776 checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" ··· 4783 4784 [[package]] 4785 name = "rayon" 4786 - version = "1.8.1" 4787 source = "registry+https://github.com/rust-lang/crates.io-index" 4788 - checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" 4789 dependencies = [ 4790 "either", 4791 "rayon-core", ··· 4809 4810 [[package]] 4811 name = "read-fonts" 4812 - version = "0.15.6" 4813 source = "registry+https://github.com/rust-lang/crates.io-index" 4814 - checksum = "17ea23eedb4d938031b6d4343222444608727a6aa68ec355e13588d9947ffe92" 4815 dependencies = [ 4816 "font-types", 4817 ] ··· 4868 4869 [[package]] 4870 name = "regex-automata" 4871 - version = "0.4.5" 4872 source = "registry+https://github.com/rust-lang/crates.io-index" 4873 - checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" 4874 dependencies = [ 4875 "aho-corasick", 4876 "memchr", ··· 4885 4886 [[package]] 4887 name = "renderdoc-sys" 4888 - version = "1.0.0" 4889 source = "registry+https://github.com/rust-lang/crates.io-index" 4890 - checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b" 4891 4892 [[package]] 4893 name = "resvg" ··· 4896 checksum = "cadccb3d99a9efb8e5e00c16fbb732cbe400db2ec7fc004697ee7d97d86cf1f4" 4897 dependencies = [ 4898 "gif 0.12.0", 4899 - "jpeg-decoder 0.3.1", 4900 "log", 4901 "pico-args", 4902 - "png 0.17.13", 4903 "rgb", 4904 "svgtypes", 4905 "tiny-skia", ··· 4912 source = "registry+https://github.com/rust-lang/crates.io-index" 4913 checksum = "c0d8ab342bcc5436e04d3a4c1e09e17d74958bfaddf8d5fad6f85607df0f994f" 4914 dependencies = [ 4915 - "ashpd", 4916 "block", 4917 "dispatch", 4918 "glib-sys", ··· 4977 "proc-macro2", 4978 "quote", 4979 "rust-embed-utils", 4980 - "syn 2.0.51", 4981 "walkdir", 4982 ] 4983 ··· 4997 source = "registry+https://github.com/rust-lang/crates.io-index" 4998 checksum = "3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a" 4999 dependencies = [ 5000 - "cfg-if 1.0.0", 5001 "ordered-multimap", 5002 ] 5003 ··· 5050 ] 5051 5052 [[package]] 5053 - name = "rusttype" 5054 - version = "0.9.3" 5055 - source = "registry+https://github.com/rust-lang/crates.io-index" 5056 - checksum = "3ff8374aa04134254b7995b63ad3dc41c7f7236f69528b28553da7d72efaa967" 5057 - dependencies = [ 5058 - "ab_glyph_rasterizer", 5059 - "owned_ttf_parser 0.15.2", 5060 - ] 5061 - 5062 - [[package]] 5063 name = "rustversion" 5064 version = "1.0.14" 5065 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5075 "bytemuck", 5076 "libm", 5077 "smallvec", 5078 - "ttf-parser 0.20.0", 5079 "unicode-bidi-mirroring", 5080 "unicode-ccc", 5081 "unicode-properties", ··· 5110 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 5111 5112 [[package]] 5113 - name = "scoped_threadpool" 5114 - version = "0.1.9" 5115 - source = "registry+https://github.com/rust-lang/crates.io-index" 5116 - checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" 5117 - 5118 - [[package]] 5119 name = "scopeguard" 5120 version = "1.2.0" 5121 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5129 dependencies = [ 5130 "ab_glyph", 5131 "log", 5132 - "memmap2 0.9.4", 5133 - "smithay-client-toolkit 0.18.1", 5134 "tiny-skia", 5135 ] 5136 ··· 5181 dependencies = [ 5182 "proc-macro2", 5183 "quote", 5184 - "syn 2.0.51", 5185 ] 5186 5187 [[package]] ··· 5203 dependencies = [ 5204 "proc-macro2", 5205 "quote", 5206 - "syn 2.0.51", 5207 ] 5208 5209 [[package]] ··· 5221 source = "registry+https://github.com/rust-lang/crates.io-index" 5222 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 5223 dependencies = [ 5224 - "cfg-if 1.0.0", 5225 "cpufeatures", 5226 "digest", 5227 ] ··· 5232 source = "registry+https://github.com/rust-lang/crates.io-index" 5233 checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 5234 dependencies = [ 5235 - "cfg-if 1.0.0", 5236 "cpufeatures", 5237 "digest", 5238 ] 5239 5240 [[package]] 5241 name = "signal-hook-registry" 5242 version = "1.4.1" 5243 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5293 5294 [[package]] 5295 name = "smithay-client-toolkit" 5296 - version = "0.12.3" 5297 - source = "registry+https://github.com/rust-lang/crates.io-index" 5298 - checksum = "4750c76fd5d3ac95fa3ed80fe667d6a3d8590a960e5b575b98eea93339a80b80" 5299 - dependencies = [ 5300 - "andrew", 5301 - "bitflags 1.3.2", 5302 - "calloop 0.6.5", 5303 - "dlib 0.4.2", 5304 - "lazy_static", 5305 - "log", 5306 - "memmap2 0.1.0", 5307 - "nix 0.18.0", 5308 - "wayland-client 0.28.6", 5309 - "wayland-cursor 0.28.6", 5310 - "wayland-protocols 0.28.6", 5311 - ] 5312 - 5313 - [[package]] 5314 - name = "smithay-client-toolkit" 5315 version = "0.18.1" 5316 source = "registry+https://github.com/rust-lang/crates.io-index" 5317 checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a" 5318 dependencies = [ 5319 "bitflags 2.4.2", 5320 - "calloop 0.12.4", 5321 "calloop-wayland-source", 5322 "cursor-icon", 5323 "libc", 5324 "log", 5325 - "memmap2 0.9.4", 5326 "rustix 0.38.31", 5327 "thiserror", 5328 "wayland-backend", 5329 - "wayland-client 0.31.2", 5330 "wayland-csd-frame", 5331 - "wayland-cursor 0.31.1", 5332 - "wayland-protocols 0.31.2", 5333 "wayland-protocols-wlr", 5334 - "wayland-scanner 0.31.1", 5335 "xkeysym", 5336 ] 5337 5338 [[package]] 5339 name = "smithay-clipboard" 5340 - version = "0.7.1" 5341 - source = "registry+https://github.com/rust-lang/crates.io-index" 5342 - checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d" 5343 dependencies = [ 5344 "libc", 5345 - "smithay-client-toolkit 0.18.1", 5346 "wayland-backend", 5347 ] 5348 ··· 5383 "as-raw-xcb-connection", 5384 "bytemuck", 5385 "cfg_aliases 0.2.0", 5386 - "cocoa 0.25.0", 5387 - "core-graphics 0.23.1", 5388 "drm", 5389 "fastrand 2.0.1", 5390 - "foreign-types 0.5.0", 5391 "js-sys", 5392 "log", 5393 - "memmap2 0.9.4", 5394 "objc", 5395 "raw-window-handle 0.6.0", 5396 "redox_syscall 0.4.1", ··· 5398 "tiny-xlib", 5399 "wasm-bindgen", 5400 "wayland-backend", 5401 - "wayland-client 0.31.2", 5402 - "wayland-sys 0.31.1", 5403 "web-sys", 5404 "windows-sys 0.52.0", 5405 "x11rb", ··· 5440 5441 [[package]] 5442 name = "strsim" 5443 - version = "0.9.3" 5444 - source = "registry+https://github.com/rust-lang/crates.io-index" 5445 - checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" 5446 - 5447 - [[package]] 5448 - name = "strsim" 5449 version = "0.10.0" 5450 source = "registry+https://github.com/rust-lang/crates.io-index" 5451 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 5452 5453 [[package]] 5454 name = "svg_fmt" 5455 - version = "0.4.1" 5456 source = "registry+https://github.com/rust-lang/crates.io-index" 5457 - checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2" 5458 5459 [[package]] 5460 name = "svgtypes" ··· 5468 5469 [[package]] 5470 name = "swash" 5471 - version = "0.1.12" 5472 source = "registry+https://github.com/rust-lang/crates.io-index" 5473 - checksum = "d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7" 5474 dependencies = [ 5475 "read-fonts", 5476 "yazi", ··· 5490 5491 [[package]] 5492 name = "syn" 5493 - version = "2.0.51" 5494 source = "registry+https://github.com/rust-lang/crates.io-index" 5495 - checksum = "6ab617d94515e94ae53b8406c628598680aa0c9587474ecbe58188f7b345d66c" 5496 dependencies = [ 5497 "proc-macro2", 5498 "quote", ··· 5532 5533 [[package]] 5534 name = "system-deps" 5535 - version = "6.2.0" 5536 source = "registry+https://github.com/rust-lang/crates.io-index" 5537 - checksum = "2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331" 5538 dependencies = [ 5539 "cfg-expr", 5540 "heck", 5541 "pkg-config", 5542 - "toml 0.8.10", 5543 "version-compare", 5544 ] 5545 5546 [[package]] 5547 - name = "systemicons" 5548 - version = "0.7.0" 5549 - source = "git+https://github.com/jackpot51/systemicons#501887629ebf3f9b9d3384383da62d352af3fbd7" 5550 - dependencies = [ 5551 - "cocoa 0.24.1", 5552 - "freedesktop-icons", 5553 - "image 0.23.14", 5554 - "lazy_static", 5555 - "objc", 5556 - "winapi", 5557 - "winit 0.25.0", 5558 - "xdg-mime", 5559 - ] 5560 - 5561 - [[package]] 5562 name = "taffy" 5563 version = "0.3.11" 5564 source = "git+https://github.com/DioxusLabs/taffy?rev=7781c70#7781c70241f7f572130c13106f2a869a9cf80885" ··· 5581 source = "registry+https://github.com/rust-lang/crates.io-index" 5582 checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 5583 dependencies = [ 5584 - "cfg-if 1.0.0", 5585 "fastrand 2.0.1", 5586 "rustix 0.38.31", 5587 "windows-sys 0.52.0", ··· 5598 5599 [[package]] 5600 name = "thiserror" 5601 - version = "1.0.57" 5602 source = "registry+https://github.com/rust-lang/crates.io-index" 5603 - checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" 5604 dependencies = [ 5605 "thiserror-impl", 5606 ] 5607 5608 [[package]] 5609 name = "thiserror-impl" 5610 - version = "1.0.57" 5611 source = "registry+https://github.com/rust-lang/crates.io-index" 5612 - checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" 5613 dependencies = [ 5614 "proc-macro2", 5615 "quote", 5616 - "syn 2.0.51", 5617 - ] 5618 - 5619 - [[package]] 5620 - name = "tiff" 5621 - version = "0.6.1" 5622 - source = "registry+https://github.com/rust-lang/crates.io-index" 5623 - checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437" 5624 - dependencies = [ 5625 - "jpeg-decoder 0.1.22", 5626 - "miniz_oxide 0.4.4", 5627 - "weezl", 5628 ] 5629 5630 [[package]] ··· 5634 checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 5635 dependencies = [ 5636 "flate2", 5637 - "jpeg-decoder 0.3.1", 5638 "weezl", 5639 ] 5640 ··· 5689 "arrayref", 5690 "arrayvec 0.7.4", 5691 "bytemuck", 5692 - "cfg-if 1.0.0", 5693 "log", 5694 - "png 0.17.13", 5695 "tiny-skia-path", 5696 ] 5697 ··· 5714 dependencies = [ 5715 "as-raw-xcb-connection", 5716 "ctor", 5717 - "libloading 0.8.1", 5718 "tracing", 5719 ] 5720 ··· 5751 "backtrace", 5752 "bytes", 5753 "libc", 5754 - "mio 0.8.10", 5755 "num_cpus", 5756 "pin-project-lite", 5757 "signal-hook-registry", ··· 5771 5772 [[package]] 5773 name = "toml" 5774 - version = "0.8.10" 5775 source = "registry+https://github.com/rust-lang/crates.io-index" 5776 - checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" 5777 dependencies = [ 5778 "serde", 5779 "serde_spanned", 5780 "toml_datetime", 5781 - "toml_edit 0.22.6", 5782 ] 5783 5784 [[package]] ··· 5814 5815 [[package]] 5816 name = "toml_edit" 5817 - version = "0.22.6" 5818 source = "registry+https://github.com/rust-lang/crates.io-index" 5819 - checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" 5820 dependencies = [ 5821 "indexmap", 5822 "serde", 5823 "serde_spanned", 5824 "toml_datetime", 5825 - "winnow 0.6.2", 5826 ] 5827 5828 [[package]] ··· 5844 dependencies = [ 5845 "proc-macro2", 5846 "quote", 5847 - "syn 2.0.51", 5848 ] 5849 5850 [[package]] ··· 5871 "url", 5872 "windows 0.44.0", 5873 ] 5874 - 5875 - [[package]] 5876 - name = "ttf-parser" 5877 - version = "0.15.2" 5878 - source = "registry+https://github.com/rust-lang/crates.io-index" 5879 - checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd" 5880 5881 [[package]] 5882 name = "ttf-parser" ··· 6116 checksum = "e27d6bdd219887a9eadd19e1c34f32e47fa332301184935c6d9bca26f3cca525" 6117 dependencies = [ 6118 "anyhow", 6119 - "cfg-if 1.0.0", 6120 "rustversion", 6121 "time", 6122 ] ··· 6141 6142 [[package]] 6143 name = "walkdir" 6144 - version = "2.4.0" 6145 source = "registry+https://github.com/rust-lang/crates.io-index" 6146 - checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 6147 dependencies = [ 6148 "same-file", 6149 "winapi-util", ··· 6157 6158 [[package]] 6159 name = "wasm-bindgen" 6160 - version = "0.2.91" 6161 source = "registry+https://github.com/rust-lang/crates.io-index" 6162 - checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f" 6163 dependencies = [ 6164 - "cfg-if 1.0.0", 6165 "wasm-bindgen-macro", 6166 ] 6167 6168 [[package]] 6169 name = "wasm-bindgen-backend" 6170 - version = "0.2.91" 6171 source = "registry+https://github.com/rust-lang/crates.io-index" 6172 - checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b" 6173 dependencies = [ 6174 "bumpalo", 6175 "log", 6176 "once_cell", 6177 "proc-macro2", 6178 "quote", 6179 - "syn 2.0.51", 6180 "wasm-bindgen-shared", 6181 ] 6182 6183 [[package]] 6184 name = "wasm-bindgen-futures" 6185 - version = "0.4.41" 6186 source = "registry+https://github.com/rust-lang/crates.io-index" 6187 - checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97" 6188 dependencies = [ 6189 - "cfg-if 1.0.0", 6190 "js-sys", 6191 "wasm-bindgen", 6192 "web-sys", ··· 6194 6195 [[package]] 6196 name = "wasm-bindgen-macro" 6197 - version = "0.2.91" 6198 source = "registry+https://github.com/rust-lang/crates.io-index" 6199 - checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed" 6200 dependencies = [ 6201 "quote", 6202 "wasm-bindgen-macro-support", ··· 6204 6205 [[package]] 6206 name = "wasm-bindgen-macro-support" 6207 - version = "0.2.91" 6208 source = "registry+https://github.com/rust-lang/crates.io-index" 6209 - checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" 6210 dependencies = [ 6211 "proc-macro2", 6212 "quote", 6213 - "syn 2.0.51", 6214 "wasm-bindgen-backend", 6215 "wasm-bindgen-shared", 6216 ] 6217 6218 [[package]] 6219 name = "wasm-bindgen-shared" 6220 - version = "0.2.91" 6221 source = "registry+https://github.com/rust-lang/crates.io-index" 6222 - checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" 6223 6224 [[package]] 6225 name = "wasm-timer" ··· 6247 "rustix 0.38.31", 6248 "scoped-tls", 6249 "smallvec", 6250 - "wayland-sys 0.31.1", 6251 - ] 6252 - 6253 - [[package]] 6254 - name = "wayland-client" 6255 - version = "0.28.6" 6256 - source = "registry+https://github.com/rust-lang/crates.io-index" 6257 - checksum = "e3ab332350e502f159382201394a78e3cc12d0f04db863429260164ea40e0355" 6258 - dependencies = [ 6259 - "bitflags 1.3.2", 6260 - "downcast-rs", 6261 - "libc", 6262 - "nix 0.20.0", 6263 - "scoped-tls", 6264 - "wayland-commons", 6265 - "wayland-scanner 0.28.6", 6266 - "wayland-sys 0.28.6", 6267 ] 6268 6269 [[package]] ··· 6275 "bitflags 2.4.2", 6276 "rustix 0.38.31", 6277 "wayland-backend", 6278 - "wayland-scanner 0.31.1", 6279 - ] 6280 - 6281 - [[package]] 6282 - name = "wayland-commons" 6283 - version = "0.28.6" 6284 - source = "registry+https://github.com/rust-lang/crates.io-index" 6285 - checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda" 6286 - dependencies = [ 6287 - "nix 0.20.0", 6288 - "once_cell", 6289 - "smallvec", 6290 - "wayland-sys 0.28.6", 6291 ] 6292 6293 [[package]] ··· 6303 6304 [[package]] 6305 name = "wayland-cursor" 6306 - version = "0.28.6" 6307 - source = "registry+https://github.com/rust-lang/crates.io-index" 6308 - checksum = "be610084edd1586d45e7bdd275fe345c7c1873598caa464c4fb835dee70fa65a" 6309 - dependencies = [ 6310 - "nix 0.20.0", 6311 - "wayland-client 0.28.6", 6312 - "xcursor", 6313 - ] 6314 - 6315 - [[package]] 6316 - name = "wayland-cursor" 6317 version = "0.31.1" 6318 source = "registry+https://github.com/rust-lang/crates.io-index" 6319 checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba" 6320 dependencies = [ 6321 "rustix 0.38.31", 6322 - "wayland-client 0.31.2", 6323 "xcursor", 6324 ] 6325 6326 [[package]] 6327 name = "wayland-protocols" 6328 - version = "0.28.6" 6329 - source = "registry+https://github.com/rust-lang/crates.io-index" 6330 - checksum = "286620ea4d803bacf61fa087a4242ee316693099ee5a140796aaba02b29f861f" 6331 - dependencies = [ 6332 - "bitflags 1.3.2", 6333 - "wayland-client 0.28.6", 6334 - "wayland-commons", 6335 - "wayland-scanner 0.28.6", 6336 - ] 6337 - 6338 - [[package]] 6339 - name = "wayland-protocols" 6340 version = "0.31.2" 6341 source = "registry+https://github.com/rust-lang/crates.io-index" 6342 checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" 6343 dependencies = [ 6344 "bitflags 2.4.2", 6345 "wayland-backend", 6346 - "wayland-client 0.31.2", 6347 - "wayland-scanner 0.31.1", 6348 ] 6349 6350 [[package]] ··· 6355 dependencies = [ 6356 "bitflags 2.4.2", 6357 "wayland-backend", 6358 - "wayland-client 0.31.2", 6359 - "wayland-protocols 0.31.2", 6360 - "wayland-scanner 0.31.1", 6361 ] 6362 6363 [[package]] ··· 6368 dependencies = [ 6369 "bitflags 2.4.2", 6370 "wayland-backend", 6371 - "wayland-client 0.31.2", 6372 - "wayland-protocols 0.31.2", 6373 - "wayland-scanner 0.31.1", 6374 - ] 6375 - 6376 - [[package]] 6377 - name = "wayland-scanner" 6378 - version = "0.28.6" 6379 - source = "registry+https://github.com/rust-lang/crates.io-index" 6380 - checksum = "ce923eb2deb61de332d1f356ec7b6bf37094dc5573952e1c8936db03b54c03f1" 6381 - dependencies = [ 6382 - "proc-macro2", 6383 - "quote", 6384 - "xml-rs", 6385 ] 6386 6387 [[package]] ··· 6397 6398 [[package]] 6399 name = "wayland-sys" 6400 - version = "0.28.6" 6401 - source = "registry+https://github.com/rust-lang/crates.io-index" 6402 - checksum = "d841fca9aed7febf9bed2e9796c49bf58d4152ceda8ac949ebe00868d8f0feb8" 6403 - dependencies = [ 6404 - "dlib 0.5.2", 6405 - "lazy_static", 6406 - "pkg-config", 6407 - ] 6408 - 6409 - [[package]] 6410 - name = "wayland-sys" 6411 version = "0.31.1" 6412 source = "registry+https://github.com/rust-lang/crates.io-index" 6413 checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af" 6414 dependencies = [ 6415 - "dlib 0.5.2", 6416 "log", 6417 "once_cell", 6418 "pkg-config", ··· 6420 6421 [[package]] 6422 name = "web-sys" 6423 - version = "0.3.68" 6424 source = "registry+https://github.com/rust-lang/crates.io-index" 6425 - checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446" 6426 dependencies = [ 6427 "js-sys", 6428 "wasm-bindgen", ··· 6450 source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 6451 dependencies = [ 6452 "arrayvec 0.7.4", 6453 - "cfg-if 1.0.0", 6454 "cfg_aliases 0.1.1", 6455 "js-sys", 6456 "log", ··· 6516 "js-sys", 6517 "khronos-egl", 6518 "libc", 6519 - "libloading 0.8.1", 6520 "log", 6521 "metal", 6522 "naga", ··· 6586 [[package]] 6587 name = "window_clipboard" 6588 version = "0.4.1" 6589 - source = "registry+https://github.com/rust-lang/crates.io-index" 6590 - checksum = "f6d692d46038c433f9daee7ad8757e002a4248c20b0a3fbc991d99521d3bcb6d" 6591 dependencies = [ 6592 "clipboard-win", 6593 "clipboard_macos", 6594 "clipboard_wayland", 6595 "clipboard_x11", 6596 "raw-window-handle 0.6.0", 6597 "thiserror", 6598 ] ··· 6624 checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 6625 dependencies = [ 6626 "windows-core", 6627 - "windows-targets 0.52.3", 6628 ] 6629 6630 [[package]] ··· 6633 source = "registry+https://github.com/rust-lang/crates.io-index" 6634 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 6635 dependencies = [ 6636 - "windows-targets 0.52.3", 6637 ] 6638 6639 [[package]] ··· 6682 source = "registry+https://github.com/rust-lang/crates.io-index" 6683 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6684 dependencies = [ 6685 - "windows-targets 0.52.3", 6686 ] 6687 6688 [[package]] ··· 6717 6718 [[package]] 6719 name = "windows-targets" 6720 - version = "0.52.3" 6721 source = "registry+https://github.com/rust-lang/crates.io-index" 6722 - checksum = "d380ba1dc7187569a8a9e91ed34b8ccfc33123bbacb8c0aed2d1ad7f3ef2dc5f" 6723 dependencies = [ 6724 - "windows_aarch64_gnullvm 0.52.3", 6725 - "windows_aarch64_msvc 0.52.3", 6726 - "windows_i686_gnu 0.52.3", 6727 - "windows_i686_msvc 0.52.3", 6728 - "windows_x86_64_gnu 0.52.3", 6729 - "windows_x86_64_gnullvm 0.52.3", 6730 - "windows_x86_64_msvc 0.52.3", 6731 ] 6732 6733 [[package]] ··· 6744 6745 [[package]] 6746 name = "windows_aarch64_gnullvm" 6747 - version = "0.52.3" 6748 source = "registry+https://github.com/rust-lang/crates.io-index" 6749 - checksum = "68e5dcfb9413f53afd9c8f86e56a7b4d86d9a2fa26090ea2dc9e40fba56c6ec6" 6750 6751 [[package]] 6752 name = "windows_aarch64_msvc" ··· 6762 6763 [[package]] 6764 name = "windows_aarch64_msvc" 6765 - version = "0.52.3" 6766 source = "registry+https://github.com/rust-lang/crates.io-index" 6767 - checksum = "8dab469ebbc45798319e69eebf92308e541ce46760b49b18c6b3fe5e8965b30f" 6768 6769 [[package]] 6770 name = "windows_i686_gnu" ··· 6780 6781 [[package]] 6782 name = "windows_i686_gnu" 6783 - version = "0.52.3" 6784 source = "registry+https://github.com/rust-lang/crates.io-index" 6785 - checksum = "2a4e9b6a7cac734a8b4138a4e1044eac3404d8326b6c0f939276560687a033fb" 6786 6787 [[package]] 6788 name = "windows_i686_msvc" ··· 6798 6799 [[package]] 6800 name = "windows_i686_msvc" 6801 - version = "0.52.3" 6802 source = "registry+https://github.com/rust-lang/crates.io-index" 6803 - checksum = "28b0ec9c422ca95ff34a78755cfa6ad4a51371da2a5ace67500cf7ca5f232c58" 6804 6805 [[package]] 6806 name = "windows_x86_64_gnu" ··· 6816 6817 [[package]] 6818 name = "windows_x86_64_gnu" 6819 - version = "0.52.3" 6820 source = "registry+https://github.com/rust-lang/crates.io-index" 6821 - checksum = "704131571ba93e89d7cd43482277d6632589b18ecf4468f591fbae0a8b101614" 6822 6823 [[package]] 6824 name = "windows_x86_64_gnullvm" ··· 6834 6835 [[package]] 6836 name = "windows_x86_64_gnullvm" 6837 - version = "0.52.3" 6838 source = "registry+https://github.com/rust-lang/crates.io-index" 6839 - checksum = "42079295511643151e98d61c38c0acc444e52dd42ab456f7ccfd5152e8ecf21c" 6840 6841 [[package]] 6842 name = "windows_x86_64_msvc" ··· 6852 6853 [[package]] 6854 name = "windows_x86_64_msvc" 6855 - version = "0.52.3" 6856 source = "registry+https://github.com/rust-lang/crates.io-index" 6857 - checksum = "0770833d60a970638e989b3fa9fd2bb1aaadcf88963d1659fd7d9990196ed2d6" 6858 - 6859 - [[package]] 6860 - name = "winit" 6861 - version = "0.25.0" 6862 - source = "registry+https://github.com/rust-lang/crates.io-index" 6863 - checksum = "79610794594d5e86be473ef7763f604f2159cbac8c94debd00df8fb41e86c2f8" 6864 - dependencies = [ 6865 - "bitflags 1.3.2", 6866 - "cocoa 0.24.1", 6867 - "core-foundation 0.9.4", 6868 - "core-graphics 0.22.3", 6869 - "core-video-sys", 6870 - "dispatch", 6871 - "instant", 6872 - "lazy_static", 6873 - "libc", 6874 - "log", 6875 - "mio 0.7.14", 6876 - "mio-misc", 6877 - "ndk 0.3.0", 6878 - "ndk-glue", 6879 - "ndk-sys 0.2.2", 6880 - "objc", 6881 - "parking_lot 0.11.2", 6882 - "percent-encoding", 6883 - "raw-window-handle 0.3.4", 6884 - "scopeguard", 6885 - "smithay-client-toolkit 0.12.3", 6886 - "wayland-client 0.28.6", 6887 - "winapi", 6888 - "x11-dl", 6889 - ] 6890 6891 [[package]] 6892 name = "winit" ··· 6898 "atomic-waker", 6899 "bitflags 2.4.2", 6900 "bytemuck", 6901 - "calloop 0.12.4", 6902 "cfg_aliases 0.1.1", 6903 - "core-foundation 0.9.4", 6904 - "core-graphics 0.23.1", 6905 "cursor-icon", 6906 "icrate 0.0.4", 6907 "js-sys", 6908 "libc", 6909 "log", 6910 - "memmap2 0.9.4", 6911 - "ndk 0.8.0", 6912 - "ndk-sys 0.5.0+25.2.9519653", 6913 "objc2 0.4.1", 6914 "once_cell", 6915 "orbclient", ··· 6918 "redox_syscall 0.3.5", 6919 "rustix 0.38.31", 6920 "sctk-adwaita", 6921 - "smithay-client-toolkit 0.18.1", 6922 "smol_str", 6923 "unicode-segmentation", 6924 "wasm-bindgen", 6925 "wasm-bindgen-futures", 6926 "wayland-backend", 6927 - "wayland-client 0.31.2", 6928 - "wayland-protocols 0.31.2", 6929 "wayland-protocols-plasma", 6930 "web-sys", 6931 "web-time", ··· 6946 6947 [[package]] 6948 name = "winnow" 6949 - version = "0.6.2" 6950 source = "registry+https://github.com/rust-lang/crates.io-index" 6951 - checksum = "7a4191c47f15cc3ec71fcb4913cb83d58def65dd3787610213c649283b5ce178" 6952 dependencies = [ 6953 "memchr", 6954 ] ··· 6973 "as-raw-xcb-connection", 6974 "gethostname", 6975 "libc", 6976 - "libloading 0.8.1", 6977 "once_cell", 6978 "rustix 0.38.31", 6979 "x11rb-protocol", ··· 7015 dependencies = [ 7016 "dirs-next", 7017 "glob", 7018 - "mime", 7019 "nom 5.1.3", 7020 "unicase", 7021 ] ··· 7027 checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 7028 dependencies = [ 7029 "bitflags 2.4.2", 7030 - "dlib 0.5.2", 7031 "log", 7032 "once_cell", 7033 "xkeysym", ··· 7096 "futures-sink", 7097 "futures-util", 7098 "hex", 7099 - "nix 0.26.4", 7100 "once_cell", 7101 "ordered-stream", 7102 "rand", ··· 7130 7131 [[package]] 7132 name = "zbus_names" 7133 - version = "2.6.0" 7134 source = "registry+https://github.com/rust-lang/crates.io-index" 7135 - checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9" 7136 dependencies = [ 7137 "serde", 7138 "static_assertions", ··· 7162 dependencies = [ 7163 "proc-macro2", 7164 "quote", 7165 - "syn 2.0.51", 7166 ] 7167 7168 [[package]]
··· 9 checksum = "80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225" 10 dependencies = [ 11 "ab_glyph_rasterizer", 12 + "owned_ttf_parser", 13 ] 14 15 [[package]] ··· 84 "accesskit_unix", 85 "accesskit_windows", 86 "raw-window-handle 0.6.0", 87 + "winit", 88 ] 89 90 [[package]] ··· 103 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 104 105 [[package]] 106 name = "ahash" 107 + version = "0.8.11" 108 source = "registry+https://github.com/rust-lang/crates.io-index" 109 + checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 110 dependencies = [ 111 + "cfg-if", 112 "getrandom", 113 "once_cell", 114 "version_check", ··· 143 checksum = "3aa2999eb46af81abb65c2d30d446778d7e613b60bbf4e174a027e80f90a3c14" 144 145 [[package]] 146 name = "android-activity" 147 version = "0.5.2" 148 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 156 "jni-sys", 157 "libc", 158 "log", 159 + "ndk", 160 "ndk-context", 161 + "ndk-sys", 162 + "num_enum", 163 "thiserror", 164 ] 165 ··· 240 241 [[package]] 242 name = "anyhow" 243 + version = "1.0.81" 244 source = "registry+https://github.com/rust-lang/crates.io-index" 245 + checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" 246 247 [[package]] 248 name = "apply" ··· 261 262 [[package]] 263 name = "arc-swap" 264 + version = "1.7.0" 265 source = "registry+https://github.com/rust-lang/crates.io-index" 266 + checksum = "7b3d0060af21e8d11a926981cc00c6c1541aa91dd64b9f881985c3da1094425f" 267 268 [[package]] 269 name = "arrayref" ··· 317 ] 318 319 [[package]] 320 + name = "ashpd" 321 + version = "0.7.0" 322 + source = "registry+https://github.com/rust-lang/crates.io-index" 323 + checksum = "01992ad7774250d5b7fe214e2676cb99bf92564436d8135ab44fe815e71769a9" 324 + dependencies = [ 325 + "enumflags2", 326 + "futures-channel", 327 + "futures-util", 328 + "rand", 329 + "serde", 330 + "serde_repr", 331 + "tokio", 332 + "url", 333 + "zbus", 334 + ] 335 + 336 + [[package]] 337 name = "async-broadcast" 338 version = "0.5.1" 339 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 350 checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" 351 dependencies = [ 352 "concurrent-queue", 353 + "event-listener 5.2.0", 354 "event-listener-strategy 0.5.0", 355 "futures-core", 356 "pin-project-lite", ··· 366 "async-task", 367 "concurrent-queue", 368 "fastrand 2.0.1", 369 + "futures-lite 2.3.0", 370 "slab", 371 ] 372 ··· 390 dependencies = [ 391 "async-lock 2.8.0", 392 "autocfg", 393 + "cfg-if", 394 "concurrent-queue", 395 "futures-lite 1.13.0", 396 "log", ··· 404 405 [[package]] 406 name = "async-io" 407 + version = "2.3.2" 408 source = "registry+https://github.com/rust-lang/crates.io-index" 409 + checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884" 410 dependencies = [ 411 "async-lock 3.3.0", 412 + "cfg-if", 413 "concurrent-queue", 414 "futures-io", 415 + "futures-lite 2.3.0", 416 "parking", 417 "polling 3.5.0", 418 "rustix 0.38.31", ··· 451 "async-lock 2.8.0", 452 "async-signal", 453 "blocking", 454 + "cfg-if", 455 "event-listener 3.1.0", 456 "futures-lite 1.13.0", 457 "rustix 0.38.31", ··· 460 461 [[package]] 462 name = "async-recursion" 463 + version = "1.1.0" 464 source = "registry+https://github.com/rust-lang/crates.io-index" 465 + checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5" 466 dependencies = [ 467 "proc-macro2", 468 "quote", 469 + "syn 2.0.53", 470 ] 471 472 [[package]] ··· 475 source = "registry+https://github.com/rust-lang/crates.io-index" 476 checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" 477 dependencies = [ 478 + "async-io 2.3.2", 479 "async-lock 2.8.0", 480 "atomic-waker", 481 + "cfg-if", 482 "futures-core", 483 "futures-io", 484 "rustix 0.38.31", ··· 495 496 [[package]] 497 name = "async-trait" 498 + version = "0.1.78" 499 source = "registry+https://github.com/rust-lang/crates.io-index" 500 + checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" 501 dependencies = [ 502 "proc-macro2", 503 "quote", 504 + "syn 2.0.53", 505 ] 506 507 [[package]] ··· 594 dependencies = [ 595 "addr2line", 596 "cc", 597 + "cfg-if", 598 "libc", 599 + "miniz_oxide", 600 "object", 601 "rustc-demangle", 602 ] ··· 707 "async-task", 708 "fastrand 2.0.1", 709 "futures-io", 710 + "futures-lite 2.3.0", 711 "piper", 712 "tracing", 713 ] ··· 725 726 [[package]] 727 name = "bumpalo" 728 + version = "3.15.4" 729 source = "registry+https://github.com/rust-lang/crates.io-index" 730 + checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" 731 732 [[package]] 733 name = "bytecount" ··· 737 738 [[package]] 739 name = "bytemuck" 740 + version = "1.15.0" 741 source = "registry+https://github.com/rust-lang/crates.io-index" 742 + checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" 743 dependencies = [ 744 "bytemuck_derive", 745 ] 746 747 [[package]] 748 name = "bytemuck_derive" 749 + version = "1.6.0" 750 source = "registry+https://github.com/rust-lang/crates.io-index" 751 + checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60" 752 dependencies = [ 753 "proc-macro2", 754 "quote", 755 + "syn 2.0.53", 756 ] 757 758 [[package]] ··· 779 780 [[package]] 781 name = "calloop" 782 version = "0.12.4" 783 source = "registry+https://github.com/rust-lang/crates.io-index" 784 checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298" ··· 797 source = "registry+https://github.com/rust-lang/crates.io-index" 798 checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02" 799 dependencies = [ 800 + "calloop", 801 "rustix 0.38.31", 802 "wayland-backend", 803 + "wayland-client", 804 ] 805 806 [[package]] 807 name = "cc" 808 + version = "1.0.90" 809 source = "registry+https://github.com/rust-lang/crates.io-index" 810 + checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" 811 dependencies = [ 812 + "jobserver", 813 "libc", 814 ] 815 ··· 831 832 [[package]] 833 name = "cfg-if" 834 version = "1.0.0" 835 source = "registry+https://github.com/rust-lang/crates.io-index" 836 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" ··· 849 850 [[package]] 851 name = "chrono" 852 + version = "0.4.35" 853 source = "registry+https://github.com/rust-lang/crates.io-index" 854 + checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" 855 dependencies = [ 856 "android-tzdata", 857 "iana-time-zone", ··· 859 "num-traits", 860 "pure-rust-locales", 861 "wasm-bindgen", 862 + "windows-targets 0.52.4", 863 ] 864 865 [[package]] 866 name = "clipboard-win" 867 + version = "5.3.0" 868 source = "registry+https://github.com/rust-lang/crates.io-index" 869 + checksum = "d517d4b86184dbb111d3556a10f1c8a04da7428d2987bf1081602bf11c3aa9ee" 870 dependencies = [ 871 "error-code", 872 ] ··· 874 [[package]] 875 name = "clipboard_macos" 876 version = "0.1.0" 877 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 878 dependencies = [ 879 "objc", 880 "objc-foundation", ··· 884 [[package]] 885 name = "clipboard_wayland" 886 version = "0.2.2" 887 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 888 dependencies = [ 889 + "mime 0.1.0", 890 "smithay-clipboard", 891 ] 892 893 [[package]] 894 name = "clipboard_x11" 895 version = "0.4.2" 896 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 897 dependencies = [ 898 "thiserror", 899 "x11rb", ··· 901 902 [[package]] 903 name = "cocoa" 904 version = "0.25.0" 905 source = "registry+https://github.com/rust-lang/crates.io-index" 906 checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" ··· 908 "bitflags 1.3.2", 909 "block", 910 "cocoa-foundation", 911 + "core-foundation", 912 + "core-graphics", 913 + "foreign-types", 914 "libc", 915 "objc", 916 ] ··· 923 dependencies = [ 924 "bitflags 1.3.2", 925 "block", 926 + "core-foundation", 927 "core-graphics-types", 928 "libc", 929 "objc", ··· 1003 1004 [[package]] 1005 name = "const-random" 1006 + version = "0.1.18" 1007 source = "registry+https://github.com/rust-lang/crates.io-index" 1008 + checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 1009 dependencies = [ 1010 "const-random-macro", 1011 ] ··· 1023 1024 [[package]] 1025 name = "core-foundation" 1026 version = "0.9.4" 1027 source = "registry+https://github.com/rust-lang/crates.io-index" 1028 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1029 dependencies = [ 1030 + "core-foundation-sys", 1031 "libc", 1032 ] 1033 1034 [[package]] 1035 name = "core-foundation-sys" ··· 1039 1040 [[package]] 1041 name = "core-graphics" 1042 version = "0.23.1" 1043 source = "registry+https://github.com/rust-lang/crates.io-index" 1044 checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212" 1045 dependencies = [ 1046 "bitflags 1.3.2", 1047 + "core-foundation", 1048 "core-graphics-types", 1049 + "foreign-types", 1050 "libc", 1051 ] 1052 ··· 1057 checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 1058 dependencies = [ 1059 "bitflags 1.3.2", 1060 + "core-foundation", 1061 "libc", 1062 ] 1063 1064 [[package]] 1065 name = "cosmic-config" 1066 version = "0.1.0" 1067 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 1068 dependencies = [ 1069 "atomicwrites", 1070 "cosmic-config-derive", ··· 1081 [[package]] 1082 name = "cosmic-config-derive" 1083 version = "0.1.0" 1084 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 1085 dependencies = [ 1086 "quote", 1087 "syn 1.0.109", ··· 1107 "notify", 1108 "open", 1109 "patch", 1110 + "regex", 1111 "rust-embed", 1112 "serde", 1113 "smol_str", 1114 "syntect", 1115 "tokio", 1116 "two-face", 1117 "vergen", ··· 1120 [[package]] 1121 name = "cosmic-files" 1122 version = "0.1.0" 1123 + source = "git+https://github.com/pop-os/cosmic-files.git#2bc93cc3cc1906c7884dd941ab211b6bc8eca8fd" 1124 dependencies = [ 1125 "chrono", 1126 "dirs", 1127 + "env_logger 0.11.3", 1128 "fork", 1129 "i18n-embed", 1130 "i18n-embed-fl", 1131 + "image", 1132 "lexical-sort", 1133 + "libc", 1134 "libcosmic", 1135 "log", 1136 "mime_guess", 1137 "notify", 1138 "once_cell", 1139 + "open", 1140 "paste", 1141 "rust-embed", 1142 "serde", 1143 + "shlex", 1144 "smol_str", 1145 "tokio", 1146 "trash", 1147 + "vergen", 1148 + "xdg-mime", 1149 ] 1150 1151 [[package]] ··· 1155 dependencies = [ 1156 "handlebars", 1157 "serde", 1158 + "toml 0.8.12", 1159 ] 1160 1161 [[package]] 1162 name = "cosmic-text" 1163 version = "0.11.2" 1164 + source = "git+https://github.com/pop-os/cosmic-text.git#ff5501d9a36e51c50d908413caf7632d8f7533b7" 1165 dependencies = [ 1166 "bitflags 2.4.2", 1167 "cosmic_undo_2", ··· 1176 "swash", 1177 "syntect", 1178 "sys-locale", 1179 + "ttf-parser", 1180 "unicode-bidi", 1181 "unicode-linebreak", 1182 "unicode-script", ··· 1186 [[package]] 1187 name = "cosmic-theme" 1188 version = "0.1.0" 1189 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 1190 dependencies = [ 1191 "almost", 1192 "cosmic-config", 1193 "csscolorparser", 1194 + "dirs", 1195 "lazy_static", 1196 "palette", 1197 "ron", 1198 "serde", 1199 + "thiserror", 1200 ] 1201 1202 [[package]] ··· 1225 source = "registry+https://github.com/rust-lang/crates.io-index" 1226 checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 1227 dependencies = [ 1228 + "cfg-if", 1229 ] 1230 1231 [[package]] 1232 name = "crossbeam-channel" 1233 + version = "0.5.12" 1234 source = "registry+https://github.com/rust-lang/crates.io-index" 1235 + checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" 1236 dependencies = [ 1237 "crossbeam-utils", 1238 ] ··· 1257 ] 1258 1259 [[package]] 1260 name = "crossbeam-utils" 1261 version = "0.8.19" 1262 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1301 checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" 1302 dependencies = [ 1303 "quote", 1304 + "syn 2.0.53", 1305 ] 1306 1307 [[package]] 1308 name = "cursor-icon" ··· 1316 source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 1317 dependencies = [ 1318 "bitflags 2.4.2", 1319 + "libloading 0.8.3", 1320 "winapi", 1321 ] 1322 1323 [[package]] 1324 name = "darling" 1325 version = "0.20.8" 1326 source = "registry+https://github.com/rust-lang/crates.io-index" 1327 checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391" 1328 dependencies = [ 1329 + "darling_core", 1330 + "darling_macro", 1331 ] 1332 1333 [[package]] ··· 1340 "ident_case", 1341 "proc-macro2", 1342 "quote", 1343 + "strsim", 1344 + "syn 2.0.53", 1345 ] 1346 1347 [[package]] ··· 1350 source = "registry+https://github.com/rust-lang/crates.io-index" 1351 checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" 1352 dependencies = [ 1353 + "darling_core", 1354 "quote", 1355 + "syn 2.0.53", 1356 ] 1357 1358 [[package]] ··· 1361 source = "registry+https://github.com/rust-lang/crates.io-index" 1362 checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1363 dependencies = [ 1364 + "cfg-if", 1365 "hashbrown", 1366 "lock_api", 1367 "once_cell", ··· 1373 version = "0.3.1" 1374 source = "registry+https://github.com/rust-lang/crates.io-index" 1375 checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" 1376 1377 [[package]] 1378 name = "deranged" ··· 1400 source = "registry+https://github.com/rust-lang/crates.io-index" 1401 checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" 1402 dependencies = [ 1403 + "darling", 1404 "proc-macro2", 1405 "quote", 1406 + "syn 2.0.53", 1407 ] 1408 1409 [[package]] ··· 1431 source = "registry+https://github.com/rust-lang/crates.io-index" 1432 checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1433 dependencies = [ 1434 + "cfg-if", 1435 "dirs-sys-next", 1436 ] 1437 ··· 1472 dependencies = [ 1473 "proc-macro2", 1474 "quote", 1475 + "syn 2.0.53", 1476 ] 1477 1478 [[package]] ··· 1481 source = "registry+https://github.com/rust-lang/crates.io-index" 1482 checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1483 dependencies = [ 1484 + "libloading 0.8.3", 1485 ] 1486 1487 [[package]] ··· 1550 source = "registry+https://github.com/rust-lang/crates.io-index" 1551 checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 1552 dependencies = [ 1553 + "cfg-if", 1554 ] 1555 1556 [[package]] ··· 1580 dependencies = [ 1581 "proc-macro2", 1582 "quote", 1583 + "syn 2.0.53", 1584 ] 1585 1586 [[package]] ··· 1608 1609 [[package]] 1610 name = "env_logger" 1611 + version = "0.11.3" 1612 source = "registry+https://github.com/rust-lang/crates.io-index" 1613 + checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" 1614 dependencies = [ 1615 "anstream", 1616 "anstyle", ··· 1690 1691 [[package]] 1692 name = "event-listener" 1693 + version = "5.2.0" 1694 source = "registry+https://github.com/rust-lang/crates.io-index" 1695 + checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91" 1696 dependencies = [ 1697 "concurrent-queue", 1698 "parking", ··· 1715 source = "registry+https://github.com/rust-lang/crates.io-index" 1716 checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291" 1717 dependencies = [ 1718 + "event-listener 5.2.0", 1719 "pin-project-lite", 1720 ] 1721 ··· 1729 "flume", 1730 "half", 1731 "lebe", 1732 + "miniz_oxide", 1733 "rayon-core", 1734 "smallvec", 1735 "zune-inflate", ··· 1771 source = "registry+https://github.com/rust-lang/crates.io-index" 1772 checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 1773 dependencies = [ 1774 + "cfg-if", 1775 "libc", 1776 "redox_syscall 0.4.1", 1777 "windows-sys 0.52.0", ··· 1793 checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 1794 dependencies = [ 1795 "crc32fast", 1796 + "miniz_oxide", 1797 ] 1798 1799 [[package]] ··· 1869 1870 [[package]] 1871 name = "font-types" 1872 + version = "0.4.3" 1873 source = "registry+https://github.com/rust-lang/crates.io-index" 1874 + checksum = "5b7f6040d337bd44434ab21fc6509154edf2cece88b23758d9d64654c4e7730b" 1875 1876 [[package]] 1877 name = "fontconfig-parser" ··· 1890 dependencies = [ 1891 "fontconfig-parser", 1892 "log", 1893 + "memmap2", 1894 "slotmap", 1895 "tinyvec", 1896 + "ttf-parser", 1897 ] 1898 1899 [[package]] ··· 1903 checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1904 dependencies = [ 1905 "foreign-types-macros", 1906 + "foreign-types-shared", 1907 ] 1908 1909 [[package]] ··· 1914 dependencies = [ 1915 "proc-macro2", 1916 "quote", 1917 + "syn 2.0.53", 1918 ] 1919 1920 [[package]] 1921 name = "foreign-types-shared" 1922 version = "0.3.1" 1923 source = "registry+https://github.com/rust-lang/crates.io-index" 1924 checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" ··· 2039 2040 [[package]] 2041 name = "futures-lite" 2042 + version = "2.3.0" 2043 source = "registry+https://github.com/rust-lang/crates.io-index" 2044 + checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 2045 dependencies = [ 2046 "fastrand 2.0.1", 2047 "futures-core", ··· 2058 dependencies = [ 2059 "proc-macro2", 2060 "quote", 2061 + "syn 2.0.53", 2062 ] 2063 2064 [[package]] ··· 2147 source = "registry+https://github.com/rust-lang/crates.io-index" 2148 checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 2149 dependencies = [ 2150 + "cfg-if", 2151 "libc", 2152 "wasi", 2153 ] 2154 2155 [[package]] ··· 2408 "grep-matcher", 2409 "log", 2410 "memchr", 2411 + "memmap2", 2412 ] 2413 2414 [[package]] ··· 2451 source = "registry+https://github.com/rust-lang/crates.io-index" 2452 checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e" 2453 dependencies = [ 2454 + "cfg-if", 2455 "crunchy", 2456 ] 2457 ··· 2488 "bitflags 2.4.2", 2489 "com", 2490 "libc", 2491 + "libloading 0.8.3", 2492 "thiserror", 2493 "widestring", 2494 "winapi", ··· 2502 2503 [[package]] 2504 name = "hermit-abi" 2505 + version = "0.3.9" 2506 source = "registry+https://github.com/rust-lang/crates.io-index" 2507 + checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2508 2509 [[package]] 2510 name = "hex" ··· 2534 "serde", 2535 "serde_derive", 2536 "thiserror", 2537 + "toml 0.8.12", 2538 "unic-langid", 2539 ] 2540 ··· 2576 "proc-macro-error", 2577 "proc-macro2", 2578 "quote", 2579 + "strsim", 2580 + "syn 2.0.53", 2581 "unic-langid", 2582 ] 2583 ··· 2591 "i18n-config", 2592 "proc-macro2", 2593 "quote", 2594 + "syn 2.0.53", 2595 ] 2596 2597 [[package]] ··· 2601 checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 2602 dependencies = [ 2603 "android_system_properties", 2604 + "core-foundation-sys", 2605 "iana-time-zone-haiku", 2606 "js-sys", 2607 "wasm-bindgen", ··· 2620 [[package]] 2621 name = "iced" 2622 version = "0.12.0" 2623 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2624 dependencies = [ 2625 "iced_accessibility", 2626 "iced_core", ··· 2628 "iced_renderer", 2629 "iced_widget", 2630 "iced_winit", 2631 + "image", 2632 "thiserror", 2633 + "window_clipboard", 2634 ] 2635 2636 [[package]] 2637 name = "iced_accessibility" 2638 version = "0.1.0" 2639 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2640 dependencies = [ 2641 "accesskit", 2642 "accesskit_winit", ··· 2645 [[package]] 2646 name = "iced_core" 2647 version = "0.12.0" 2648 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2649 dependencies = [ 2650 "bitflags 1.3.2", 2651 "log", ··· 2656 "smol_str", 2657 "thiserror", 2658 "web-time", 2659 + "window_clipboard", 2660 "xxhash-rust", 2661 ] 2662 2663 [[package]] 2664 name = "iced_futures" 2665 version = "0.12.0" 2666 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2667 dependencies = [ 2668 "futures", 2669 "iced_core", ··· 2676 [[package]] 2677 name = "iced_graphics" 2678 version = "0.12.0" 2679 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2680 dependencies = [ 2681 "bitflags 1.3.2", 2682 "bytemuck", ··· 2685 "half", 2686 "iced_core", 2687 "iced_futures", 2688 + "image", 2689 "kamadak-exif", 2690 "log", 2691 "lyon_path", ··· 2700 [[package]] 2701 name = "iced_renderer" 2702 version = "0.12.0" 2703 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2704 dependencies = [ 2705 "iced_graphics", 2706 "iced_tiny_skia", ··· 2712 [[package]] 2713 name = "iced_runtime" 2714 version = "0.12.0" 2715 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2716 dependencies = [ 2717 "iced_core", 2718 "iced_futures", 2719 "thiserror", 2720 + "window_clipboard", 2721 ] 2722 2723 [[package]] 2724 name = "iced_style" 2725 version = "0.12.0" 2726 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2727 dependencies = [ 2728 "iced_core", 2729 "once_cell", ··· 2733 [[package]] 2734 name = "iced_tiny_skia" 2735 version = "0.12.0" 2736 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2737 dependencies = [ 2738 "bytemuck", 2739 "cosmic-text", ··· 2750 [[package]] 2751 name = "iced_wgpu" 2752 version = "0.12.0" 2753 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2754 dependencies = [ 2755 "bitflags 1.3.2", 2756 "bytemuck", ··· 2769 [[package]] 2770 name = "iced_widget" 2771 version = "0.12.0" 2772 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2773 dependencies = [ 2774 "iced_renderer", 2775 "iced_runtime", ··· 2783 [[package]] 2784 name = "iced_winit" 2785 version = "0.12.0" 2786 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2787 dependencies = [ 2788 "iced_graphics", 2789 "iced_runtime", ··· 2794 "web-sys", 2795 "winapi", 2796 "window_clipboard", 2797 + "winit", 2798 ] 2799 2800 [[package]] ··· 2852 2853 [[package]] 2854 name = "image" 2855 version = "0.24.9" 2856 source = "registry+https://github.com/rust-lang/crates.io-index" 2857 checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" ··· 2861 "color_quant", 2862 "exr", 2863 "gif 0.13.1", 2864 + "jpeg-decoder", 2865 "num-traits", 2866 + "png", 2867 "qoi", 2868 + "tiff", 2869 ] 2870 2871 [[package]] ··· 2876 2877 [[package]] 2878 name = "indexmap" 2879 + version = "2.2.5" 2880 source = "registry+https://github.com/rust-lang/crates.io-index" 2881 + checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" 2882 dependencies = [ 2883 "equivalent", 2884 "hashbrown", ··· 2910 source = "registry+https://github.com/rust-lang/crates.io-index" 2911 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2912 dependencies = [ 2913 + "cfg-if", 2914 ] 2915 2916 [[package]] ··· 2986 checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2987 dependencies = [ 2988 "cesu8", 2989 + "cfg-if", 2990 "combine", 2991 "jni-sys", 2992 "log", ··· 3002 checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 3003 3004 [[package]] 3005 + name = "jobserver" 3006 + version = "0.1.28" 3007 source = "registry+https://github.com/rust-lang/crates.io-index" 3008 + checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" 3009 dependencies = [ 3010 + "libc", 3011 ] 3012 3013 [[package]] ··· 3021 3022 [[package]] 3023 name = "js-sys" 3024 + version = "0.3.69" 3025 source = "registry+https://github.com/rust-lang/crates.io-index" 3026 + checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 3027 dependencies = [ 3028 "wasm-bindgen", 3029 ] ··· 3044 checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 3045 dependencies = [ 3046 "libc", 3047 + "libloading 0.8.3", 3048 "pkg-config", 3049 ] 3050 ··· 3112 dependencies = [ 3113 "arrayvec 0.5.2", 3114 "bitflags 1.3.2", 3115 + "cfg-if", 3116 "ryu", 3117 "static_assertions", 3118 ] ··· 3135 [[package]] 3136 name = "libcosmic" 3137 version = "0.1.0" 3138 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 3139 dependencies = [ 3140 "apply", 3141 + "ashpd 0.7.0", 3142 + "chrono", 3143 "cosmic-config", 3144 "cosmic-theme", 3145 "css-color", ··· 3171 3172 [[package]] 3173 name = "libloading" 3174 version = "0.7.4" 3175 source = "registry+https://github.com/rust-lang/crates.io-index" 3176 checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 3177 dependencies = [ 3178 + "cfg-if", 3179 "winapi", 3180 ] 3181 3182 [[package]] 3183 name = "libloading" 3184 + version = "0.8.3" 3185 source = "registry+https://github.com/rust-lang/crates.io-index" 3186 + checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" 3187 dependencies = [ 3188 + "cfg-if", 3189 + "windows-targets 0.52.4", 3190 ] 3191 3192 [[package]] ··· 3275 3276 [[package]] 3277 name = "log" 3278 + version = "0.4.21" 3279 source = "registry+https://github.com/rust-lang/crates.io-index" 3280 + checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 3281 3282 [[package]] 3283 name = "lru" ··· 3357 3358 [[package]] 3359 name = "memmap2" 3360 version = "0.9.4" 3361 source = "registry+https://github.com/rust-lang/crates.io-index" 3362 checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" ··· 3391 "bitflags 2.4.2", 3392 "block", 3393 "core-graphics-types", 3394 + "foreign-types", 3395 "log", 3396 "objc", 3397 "paste", ··· 3399 3400 [[package]] 3401 name = "mime" 3402 + version = "0.1.0" 3403 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 3404 + dependencies = [ 3405 + "smithay-clipboard", 3406 + ] 3407 + 3408 + [[package]] 3409 + name = "mime" 3410 version = "0.3.17" 3411 source = "registry+https://github.com/rust-lang/crates.io-index" 3412 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" ··· 3417 source = "registry+https://github.com/rust-lang/crates.io-index" 3418 checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 3419 dependencies = [ 3420 + "mime 0.3.17", 3421 "unicase", 3422 ] 3423 ··· 3429 3430 [[package]] 3431 name = "miniz_oxide" 3432 version = "0.7.2" 3433 source = "registry+https://github.com/rust-lang/crates.io-index" 3434 checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" ··· 3439 3440 [[package]] 3441 name = "mio" 3442 + version = "0.8.11" 3443 source = "registry+https://github.com/rust-lang/crates.io-index" 3444 + checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 3445 dependencies = [ 3446 "libc", 3447 "log", ··· 3450 ] 3451 3452 [[package]] 3453 name = "modit" 3454 version = "0.1.4" 3455 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3482 "termcolor", 3483 "thiserror", 3484 "unicode-xid", 3485 ] 3486 3487 [[package]] ··· 3493 "bitflags 2.4.2", 3494 "jni-sys", 3495 "log", 3496 + "ndk-sys", 3497 + "num_enum", 3498 "raw-window-handle 0.6.0", 3499 "thiserror", 3500 ] ··· 3506 checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3507 3508 [[package]] 3509 name = "ndk-sys" 3510 version = "0.5.0+25.2.9519653" 3511 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3516 3517 [[package]] 3518 name = "nix" 3519 version = "0.26.4" 3520 source = "registry+https://github.com/rust-lang/crates.io-index" 3521 checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 3522 dependencies = [ 3523 "bitflags 1.3.2", 3524 + "cfg-if", 3525 "libc", 3526 "memoffset 0.7.1", 3527 ] ··· 3572 "kqueue", 3573 "libc", 3574 "log", 3575 + "mio", 3576 "walkdir", 3577 "windows-sys 0.48.0", 3578 ] 3579 3580 [[package]] ··· 3587 "num-complex", 3588 "num-integer", 3589 "num-iter", 3590 + "num-rational", 3591 "num-traits", 3592 ] 3593 ··· 3639 3640 [[package]] 3641 name = "num-rational" 3642 version = "0.4.1" 3643 source = "registry+https://github.com/rust-lang/crates.io-index" 3644 checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" ··· 3671 3672 [[package]] 3673 name = "num_enum" 3674 version = "0.7.2" 3675 source = "registry+https://github.com/rust-lang/crates.io-index" 3676 checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" 3677 dependencies = [ 3678 + "num_enum_derive", 3679 ] 3680 3681 [[package]] ··· 3687 "proc-macro-crate 3.1.0", 3688 "proc-macro2", 3689 "quote", 3690 + "syn 2.0.53", 3691 ] 3692 3693 [[package]] ··· 3815 3816 [[package]] 3817 name = "open" 3818 + version = "5.1.2" 3819 source = "registry+https://github.com/rust-lang/crates.io-index" 3820 + checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32" 3821 dependencies = [ 3822 "is-wsl", 3823 "libc", ··· 3880 "proc-macro-error", 3881 "proc-macro2", 3882 "quote", 3883 + "syn 2.0.53", 3884 ] 3885 3886 [[package]] ··· 3889 source = "registry+https://github.com/rust-lang/crates.io-index" 3890 checksum = "d4586edfe4c648c71797a74c84bacb32b52b212eff5dfe2bb9f2c599844023e7" 3891 dependencies = [ 3892 + "ttf-parser", 3893 ] 3894 3895 [[package]] ··· 3913 dependencies = [ 3914 "proc-macro2", 3915 "quote", 3916 + "syn 2.0.53", 3917 ] 3918 3919 [[package]] ··· 3961 source = "registry+https://github.com/rust-lang/crates.io-index" 3962 checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 3963 dependencies = [ 3964 + "cfg-if", 3965 "instant", 3966 "libc", 3967 "redox_syscall 0.2.16", ··· 3975 source = "registry+https://github.com/rust-lang/crates.io-index" 3976 checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 3977 dependencies = [ 3978 + "cfg-if", 3979 "libc", 3980 "redox_syscall 0.4.1", 3981 "smallvec", ··· 4013 4014 [[package]] 4015 name = "pest" 4016 + version = "2.7.8" 4017 source = "registry+https://github.com/rust-lang/crates.io-index" 4018 + checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8" 4019 dependencies = [ 4020 "memchr", 4021 "thiserror", ··· 4024 4025 [[package]] 4026 name = "pest_derive" 4027 + version = "2.7.8" 4028 source = "registry+https://github.com/rust-lang/crates.io-index" 4029 + checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026" 4030 dependencies = [ 4031 "pest", 4032 "pest_generator", ··· 4034 4035 [[package]] 4036 name = "pest_generator" 4037 + version = "2.7.8" 4038 source = "registry+https://github.com/rust-lang/crates.io-index" 4039 + checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80" 4040 dependencies = [ 4041 "pest", 4042 "pest_meta", 4043 "proc-macro2", 4044 "quote", 4045 + "syn 2.0.53", 4046 ] 4047 4048 [[package]] 4049 name = "pest_meta" 4050 + version = "2.7.8" 4051 source = "registry+https://github.com/rust-lang/crates.io-index" 4052 + checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293" 4053 dependencies = [ 4054 "once_cell", 4055 "pest", ··· 4086 "phf_shared", 4087 "proc-macro2", 4088 "quote", 4089 + "syn 2.0.53", 4090 ] 4091 4092 [[package]] ··· 4149 4150 [[package]] 4151 name = "png" 4152 version = "0.17.13" 4153 source = "registry+https://github.com/rust-lang/crates.io-index" 4154 checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" ··· 4157 "crc32fast", 4158 "fdeflate", 4159 "flate2", 4160 + "miniz_oxide", 4161 ] 4162 4163 [[package]] ··· 4168 dependencies = [ 4169 "autocfg", 4170 "bitflags 1.3.2", 4171 + "cfg-if", 4172 "concurrent-queue", 4173 "libc", 4174 "log", ··· 4182 source = "registry+https://github.com/rust-lang/crates.io-index" 4183 checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9" 4184 dependencies = [ 4185 + "cfg-if", 4186 "concurrent-queue", 4187 "pin-project-lite", 4188 "rustix 0.38.31", ··· 4210 4211 [[package]] 4212 name = "proc-macro-crate" 4213 version = "1.3.1" 4214 source = "registry+https://github.com/rust-lang/crates.io-index" 4215 checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" ··· 4253 4254 [[package]] 4255 name = "proc-macro2" 4256 + version = "1.0.79" 4257 source = "registry+https://github.com/rust-lang/crates.io-index" 4258 + checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" 4259 dependencies = [ 4260 "unicode-ident", 4261 ] ··· 4343 4344 [[package]] 4345 name = "raw-window-handle" 4346 version = "0.5.2" 4347 source = "registry+https://github.com/rust-lang/crates.io-index" 4348 checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" ··· 4355 4356 [[package]] 4357 name = "rayon" 4358 + version = "1.9.0" 4359 source = "registry+https://github.com/rust-lang/crates.io-index" 4360 + checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" 4361 dependencies = [ 4362 "either", 4363 "rayon-core", ··· 4381 4382 [[package]] 4383 name = "read-fonts" 4384 + version = "0.16.0" 4385 source = "registry+https://github.com/rust-lang/crates.io-index" 4386 + checksum = "81c524658d3b77930a391f559756d91dbe829ab6cf4687083f615d395df99722" 4387 dependencies = [ 4388 "font-types", 4389 ] ··· 4440 4441 [[package]] 4442 name = "regex-automata" 4443 + version = "0.4.6" 4444 source = "registry+https://github.com/rust-lang/crates.io-index" 4445 + checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 4446 dependencies = [ 4447 "aho-corasick", 4448 "memchr", ··· 4457 4458 [[package]] 4459 name = "renderdoc-sys" 4460 + version = "1.1.0" 4461 source = "registry+https://github.com/rust-lang/crates.io-index" 4462 + checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 4463 4464 [[package]] 4465 name = "resvg" ··· 4468 checksum = "cadccb3d99a9efb8e5e00c16fbb732cbe400db2ec7fc004697ee7d97d86cf1f4" 4469 dependencies = [ 4470 "gif 0.12.0", 4471 + "jpeg-decoder", 4472 "log", 4473 "pico-args", 4474 + "png", 4475 "rgb", 4476 "svgtypes", 4477 "tiny-skia", ··· 4484 source = "registry+https://github.com/rust-lang/crates.io-index" 4485 checksum = "c0d8ab342bcc5436e04d3a4c1e09e17d74958bfaddf8d5fad6f85607df0f994f" 4486 dependencies = [ 4487 + "ashpd 0.6.8", 4488 "block", 4489 "dispatch", 4490 "glib-sys", ··· 4549 "proc-macro2", 4550 "quote", 4551 "rust-embed-utils", 4552 + "syn 2.0.53", 4553 "walkdir", 4554 ] 4555 ··· 4569 source = "registry+https://github.com/rust-lang/crates.io-index" 4570 checksum = "3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a" 4571 dependencies = [ 4572 + "cfg-if", 4573 "ordered-multimap", 4574 ] 4575 ··· 4622 ] 4623 4624 [[package]] 4625 name = "rustversion" 4626 version = "1.0.14" 4627 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4637 "bytemuck", 4638 "libm", 4639 "smallvec", 4640 + "ttf-parser", 4641 "unicode-bidi-mirroring", 4642 "unicode-ccc", 4643 "unicode-properties", ··· 4672 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4673 4674 [[package]] 4675 name = "scopeguard" 4676 version = "1.2.0" 4677 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4685 dependencies = [ 4686 "ab_glyph", 4687 "log", 4688 + "memmap2", 4689 + "smithay-client-toolkit", 4690 "tiny-skia", 4691 ] 4692 ··· 4737 dependencies = [ 4738 "proc-macro2", 4739 "quote", 4740 + "syn 2.0.53", 4741 ] 4742 4743 [[package]] ··· 4759 dependencies = [ 4760 "proc-macro2", 4761 "quote", 4762 + "syn 2.0.53", 4763 ] 4764 4765 [[package]] ··· 4777 source = "registry+https://github.com/rust-lang/crates.io-index" 4778 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4779 dependencies = [ 4780 + "cfg-if", 4781 "cpufeatures", 4782 "digest", 4783 ] ··· 4788 source = "registry+https://github.com/rust-lang/crates.io-index" 4789 checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 4790 dependencies = [ 4791 + "cfg-if", 4792 "cpufeatures", 4793 "digest", 4794 ] 4795 4796 [[package]] 4797 + name = "shlex" 4798 + version = "1.3.0" 4799 + source = "registry+https://github.com/rust-lang/crates.io-index" 4800 + checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4801 + 4802 + [[package]] 4803 name = "signal-hook-registry" 4804 version = "1.4.1" 4805 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4855 4856 [[package]] 4857 name = "smithay-client-toolkit" 4858 version = "0.18.1" 4859 source = "registry+https://github.com/rust-lang/crates.io-index" 4860 checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a" 4861 dependencies = [ 4862 "bitflags 2.4.2", 4863 + "calloop", 4864 "calloop-wayland-source", 4865 "cursor-icon", 4866 "libc", 4867 "log", 4868 + "memmap2", 4869 "rustix 0.38.31", 4870 "thiserror", 4871 "wayland-backend", 4872 + "wayland-client", 4873 "wayland-csd-frame", 4874 + "wayland-cursor", 4875 + "wayland-protocols", 4876 "wayland-protocols-wlr", 4877 + "wayland-scanner", 4878 "xkeysym", 4879 ] 4880 4881 [[package]] 4882 name = "smithay-clipboard" 4883 + version = "0.8.0" 4884 + source = "git+https://github.com/pop-os/smithay-clipboard?tag=pop-mime-types#cc0101c1f9ccc937a413bd3af3c0f6217f27e935" 4885 dependencies = [ 4886 "libc", 4887 + "smithay-client-toolkit", 4888 "wayland-backend", 4889 ] 4890 ··· 4925 "as-raw-xcb-connection", 4926 "bytemuck", 4927 "cfg_aliases 0.2.0", 4928 + "cocoa", 4929 + "core-graphics", 4930 "drm", 4931 "fastrand 2.0.1", 4932 + "foreign-types", 4933 "js-sys", 4934 "log", 4935 + "memmap2", 4936 "objc", 4937 "raw-window-handle 0.6.0", 4938 "redox_syscall 0.4.1", ··· 4940 "tiny-xlib", 4941 "wasm-bindgen", 4942 "wayland-backend", 4943 + "wayland-client", 4944 + "wayland-sys", 4945 "web-sys", 4946 "windows-sys 0.52.0", 4947 "x11rb", ··· 4982 4983 [[package]] 4984 name = "strsim" 4985 version = "0.10.0" 4986 source = "registry+https://github.com/rust-lang/crates.io-index" 4987 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4988 4989 [[package]] 4990 name = "svg_fmt" 4991 + version = "0.4.2" 4992 source = "registry+https://github.com/rust-lang/crates.io-index" 4993 + checksum = "f83ba502a3265efb76efb89b0a2f7782ad6f2675015d4ce37e4b547dda42b499" 4994 4995 [[package]] 4996 name = "svgtypes" ··· 5004 5005 [[package]] 5006 name = "swash" 5007 + version = "0.1.13" 5008 source = "registry+https://github.com/rust-lang/crates.io-index" 5009 + checksum = "9af636fb90d39858650cae1088a37e2862dab4e874a0bb49d6dfb5b2dacf0e24" 5010 dependencies = [ 5011 "read-fonts", 5012 "yazi", ··· 5026 5027 [[package]] 5028 name = "syn" 5029 + version = "2.0.53" 5030 source = "registry+https://github.com/rust-lang/crates.io-index" 5031 + checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032" 5032 dependencies = [ 5033 "proc-macro2", 5034 "quote", ··· 5068 5069 [[package]] 5070 name = "system-deps" 5071 + version = "6.2.1" 5072 source = "registry+https://github.com/rust-lang/crates.io-index" 5073 + checksum = "e8e9199467bcbc77c6a13cc6e32a6af21721ab8c96aa0261856c4fda5a4433f0" 5074 dependencies = [ 5075 "cfg-expr", 5076 "heck", 5077 "pkg-config", 5078 + "toml 0.8.12", 5079 "version-compare", 5080 ] 5081 5082 [[package]] 5083 name = "taffy" 5084 version = "0.3.11" 5085 source = "git+https://github.com/DioxusLabs/taffy?rev=7781c70#7781c70241f7f572130c13106f2a869a9cf80885" ··· 5102 source = "registry+https://github.com/rust-lang/crates.io-index" 5103 checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 5104 dependencies = [ 5105 + "cfg-if", 5106 "fastrand 2.0.1", 5107 "rustix 0.38.31", 5108 "windows-sys 0.52.0", ··· 5119 5120 [[package]] 5121 name = "thiserror" 5122 + version = "1.0.58" 5123 source = "registry+https://github.com/rust-lang/crates.io-index" 5124 + checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" 5125 dependencies = [ 5126 "thiserror-impl", 5127 ] 5128 5129 [[package]] 5130 name = "thiserror-impl" 5131 + version = "1.0.58" 5132 source = "registry+https://github.com/rust-lang/crates.io-index" 5133 + checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" 5134 dependencies = [ 5135 "proc-macro2", 5136 "quote", 5137 + "syn 2.0.53", 5138 ] 5139 5140 [[package]] ··· 5144 checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 5145 dependencies = [ 5146 "flate2", 5147 + "jpeg-decoder", 5148 "weezl", 5149 ] 5150 ··· 5199 "arrayref", 5200 "arrayvec 0.7.4", 5201 "bytemuck", 5202 + "cfg-if", 5203 "log", 5204 + "png", 5205 "tiny-skia-path", 5206 ] 5207 ··· 5224 dependencies = [ 5225 "as-raw-xcb-connection", 5226 "ctor", 5227 + "libloading 0.8.3", 5228 "tracing", 5229 ] 5230 ··· 5261 "backtrace", 5262 "bytes", 5263 "libc", 5264 + "mio", 5265 "num_cpus", 5266 "pin-project-lite", 5267 "signal-hook-registry", ··· 5281 5282 [[package]] 5283 name = "toml" 5284 + version = "0.8.12" 5285 source = "registry+https://github.com/rust-lang/crates.io-index" 5286 + checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" 5287 dependencies = [ 5288 "serde", 5289 "serde_spanned", 5290 "toml_datetime", 5291 + "toml_edit 0.22.8", 5292 ] 5293 5294 [[package]] ··· 5324 5325 [[package]] 5326 name = "toml_edit" 5327 + version = "0.22.8" 5328 source = "registry+https://github.com/rust-lang/crates.io-index" 5329 + checksum = "c12219811e0c1ba077867254e5ad62ee2c9c190b0d957110750ac0cda1ae96cd" 5330 dependencies = [ 5331 "indexmap", 5332 "serde", 5333 "serde_spanned", 5334 "toml_datetime", 5335 + "winnow 0.6.5", 5336 ] 5337 5338 [[package]] ··· 5354 dependencies = [ 5355 "proc-macro2", 5356 "quote", 5357 + "syn 2.0.53", 5358 ] 5359 5360 [[package]] ··· 5381 "url", 5382 "windows 0.44.0", 5383 ] 5384 5385 [[package]] 5386 name = "ttf-parser" ··· 5620 checksum = "e27d6bdd219887a9eadd19e1c34f32e47fa332301184935c6d9bca26f3cca525" 5621 dependencies = [ 5622 "anyhow", 5623 + "cfg-if", 5624 "rustversion", 5625 "time", 5626 ] ··· 5645 5646 [[package]] 5647 name = "walkdir" 5648 + version = "2.5.0" 5649 source = "registry+https://github.com/rust-lang/crates.io-index" 5650 + checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5651 dependencies = [ 5652 "same-file", 5653 "winapi-util", ··· 5661 5662 [[package]] 5663 name = "wasm-bindgen" 5664 + version = "0.2.92" 5665 source = "registry+https://github.com/rust-lang/crates.io-index" 5666 + checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 5667 dependencies = [ 5668 + "cfg-if", 5669 "wasm-bindgen-macro", 5670 ] 5671 5672 [[package]] 5673 name = "wasm-bindgen-backend" 5674 + version = "0.2.92" 5675 source = "registry+https://github.com/rust-lang/crates.io-index" 5676 + checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 5677 dependencies = [ 5678 "bumpalo", 5679 "log", 5680 "once_cell", 5681 "proc-macro2", 5682 "quote", 5683 + "syn 2.0.53", 5684 "wasm-bindgen-shared", 5685 ] 5686 5687 [[package]] 5688 name = "wasm-bindgen-futures" 5689 + version = "0.4.42" 5690 source = "registry+https://github.com/rust-lang/crates.io-index" 5691 + checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 5692 dependencies = [ 5693 + "cfg-if", 5694 "js-sys", 5695 "wasm-bindgen", 5696 "web-sys", ··· 5698 5699 [[package]] 5700 name = "wasm-bindgen-macro" 5701 + version = "0.2.92" 5702 source = "registry+https://github.com/rust-lang/crates.io-index" 5703 + checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 5704 dependencies = [ 5705 "quote", 5706 "wasm-bindgen-macro-support", ··· 5708 5709 [[package]] 5710 name = "wasm-bindgen-macro-support" 5711 + version = "0.2.92" 5712 source = "registry+https://github.com/rust-lang/crates.io-index" 5713 + checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 5714 dependencies = [ 5715 "proc-macro2", 5716 "quote", 5717 + "syn 2.0.53", 5718 "wasm-bindgen-backend", 5719 "wasm-bindgen-shared", 5720 ] 5721 5722 [[package]] 5723 name = "wasm-bindgen-shared" 5724 + version = "0.2.92" 5725 source = "registry+https://github.com/rust-lang/crates.io-index" 5726 + checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 5727 5728 [[package]] 5729 name = "wasm-timer" ··· 5751 "rustix 0.38.31", 5752 "scoped-tls", 5753 "smallvec", 5754 + "wayland-sys", 5755 ] 5756 5757 [[package]] ··· 5763 "bitflags 2.4.2", 5764 "rustix 0.38.31", 5765 "wayland-backend", 5766 + "wayland-scanner", 5767 ] 5768 5769 [[package]] ··· 5779 5780 [[package]] 5781 name = "wayland-cursor" 5782 version = "0.31.1" 5783 source = "registry+https://github.com/rust-lang/crates.io-index" 5784 checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba" 5785 dependencies = [ 5786 "rustix 0.38.31", 5787 + "wayland-client", 5788 "xcursor", 5789 ] 5790 5791 [[package]] 5792 name = "wayland-protocols" 5793 version = "0.31.2" 5794 source = "registry+https://github.com/rust-lang/crates.io-index" 5795 checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" 5796 dependencies = [ 5797 "bitflags 2.4.2", 5798 "wayland-backend", 5799 + "wayland-client", 5800 + "wayland-scanner", 5801 ] 5802 5803 [[package]] ··· 5808 dependencies = [ 5809 "bitflags 2.4.2", 5810 "wayland-backend", 5811 + "wayland-client", 5812 + "wayland-protocols", 5813 + "wayland-scanner", 5814 ] 5815 5816 [[package]] ··· 5821 dependencies = [ 5822 "bitflags 2.4.2", 5823 "wayland-backend", 5824 + "wayland-client", 5825 + "wayland-protocols", 5826 + "wayland-scanner", 5827 ] 5828 5829 [[package]] ··· 5839 5840 [[package]] 5841 name = "wayland-sys" 5842 version = "0.31.1" 5843 source = "registry+https://github.com/rust-lang/crates.io-index" 5844 checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af" 5845 dependencies = [ 5846 + "dlib", 5847 "log", 5848 "once_cell", 5849 "pkg-config", ··· 5851 5852 [[package]] 5853 name = "web-sys" 5854 + version = "0.3.69" 5855 source = "registry+https://github.com/rust-lang/crates.io-index" 5856 + checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 5857 dependencies = [ 5858 "js-sys", 5859 "wasm-bindgen", ··· 5881 source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 5882 dependencies = [ 5883 "arrayvec 0.7.4", 5884 + "cfg-if", 5885 "cfg_aliases 0.1.1", 5886 "js-sys", 5887 "log", ··· 5947 "js-sys", 5948 "khronos-egl", 5949 "libc", 5950 + "libloading 0.8.3", 5951 "log", 5952 "metal", 5953 "naga", ··· 6017 [[package]] 6018 name = "window_clipboard" 6019 version = "0.4.1" 6020 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 6021 dependencies = [ 6022 "clipboard-win", 6023 "clipboard_macos", 6024 "clipboard_wayland", 6025 "clipboard_x11", 6026 + "mime 0.1.0", 6027 "raw-window-handle 0.6.0", 6028 "thiserror", 6029 ] ··· 6055 checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 6056 dependencies = [ 6057 "windows-core", 6058 + "windows-targets 0.52.4", 6059 ] 6060 6061 [[package]] ··· 6064 source = "registry+https://github.com/rust-lang/crates.io-index" 6065 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 6066 dependencies = [ 6067 + "windows-targets 0.52.4", 6068 ] 6069 6070 [[package]] ··· 6113 source = "registry+https://github.com/rust-lang/crates.io-index" 6114 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6115 dependencies = [ 6116 + "windows-targets 0.52.4", 6117 ] 6118 6119 [[package]] ··· 6148 6149 [[package]] 6150 name = "windows-targets" 6151 + version = "0.52.4" 6152 source = "registry+https://github.com/rust-lang/crates.io-index" 6153 + checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" 6154 dependencies = [ 6155 + "windows_aarch64_gnullvm 0.52.4", 6156 + "windows_aarch64_msvc 0.52.4", 6157 + "windows_i686_gnu 0.52.4", 6158 + "windows_i686_msvc 0.52.4", 6159 + "windows_x86_64_gnu 0.52.4", 6160 + "windows_x86_64_gnullvm 0.52.4", 6161 + "windows_x86_64_msvc 0.52.4", 6162 ] 6163 6164 [[package]] ··· 6175 6176 [[package]] 6177 name = "windows_aarch64_gnullvm" 6178 + version = "0.52.4" 6179 source = "registry+https://github.com/rust-lang/crates.io-index" 6180 + checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" 6181 6182 [[package]] 6183 name = "windows_aarch64_msvc" ··· 6193 6194 [[package]] 6195 name = "windows_aarch64_msvc" 6196 + version = "0.52.4" 6197 source = "registry+https://github.com/rust-lang/crates.io-index" 6198 + checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" 6199 6200 [[package]] 6201 name = "windows_i686_gnu" ··· 6211 6212 [[package]] 6213 name = "windows_i686_gnu" 6214 + version = "0.52.4" 6215 source = "registry+https://github.com/rust-lang/crates.io-index" 6216 + checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" 6217 6218 [[package]] 6219 name = "windows_i686_msvc" ··· 6229 6230 [[package]] 6231 name = "windows_i686_msvc" 6232 + version = "0.52.4" 6233 source = "registry+https://github.com/rust-lang/crates.io-index" 6234 + checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" 6235 6236 [[package]] 6237 name = "windows_x86_64_gnu" ··· 6247 6248 [[package]] 6249 name = "windows_x86_64_gnu" 6250 + version = "0.52.4" 6251 source = "registry+https://github.com/rust-lang/crates.io-index" 6252 + checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" 6253 6254 [[package]] 6255 name = "windows_x86_64_gnullvm" ··· 6265 6266 [[package]] 6267 name = "windows_x86_64_gnullvm" 6268 + version = "0.52.4" 6269 source = "registry+https://github.com/rust-lang/crates.io-index" 6270 + checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" 6271 6272 [[package]] 6273 name = "windows_x86_64_msvc" ··· 6283 6284 [[package]] 6285 name = "windows_x86_64_msvc" 6286 + version = "0.52.4" 6287 source = "registry+https://github.com/rust-lang/crates.io-index" 6288 + checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" 6289 6290 [[package]] 6291 name = "winit" ··· 6297 "atomic-waker", 6298 "bitflags 2.4.2", 6299 "bytemuck", 6300 + "calloop", 6301 "cfg_aliases 0.1.1", 6302 + "core-foundation", 6303 + "core-graphics", 6304 "cursor-icon", 6305 "icrate 0.0.4", 6306 "js-sys", 6307 "libc", 6308 "log", 6309 + "memmap2", 6310 + "ndk", 6311 + "ndk-sys", 6312 "objc2 0.4.1", 6313 "once_cell", 6314 "orbclient", ··· 6317 "redox_syscall 0.3.5", 6318 "rustix 0.38.31", 6319 "sctk-adwaita", 6320 + "smithay-client-toolkit", 6321 "smol_str", 6322 "unicode-segmentation", 6323 "wasm-bindgen", 6324 "wasm-bindgen-futures", 6325 "wayland-backend", 6326 + "wayland-client", 6327 + "wayland-protocols", 6328 "wayland-protocols-plasma", 6329 "web-sys", 6330 "web-time", ··· 6345 6346 [[package]] 6347 name = "winnow" 6348 + version = "0.6.5" 6349 source = "registry+https://github.com/rust-lang/crates.io-index" 6350 + checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" 6351 dependencies = [ 6352 "memchr", 6353 ] ··· 6372 "as-raw-xcb-connection", 6373 "gethostname", 6374 "libc", 6375 + "libloading 0.8.3", 6376 "once_cell", 6377 "rustix 0.38.31", 6378 "x11rb-protocol", ··· 6414 dependencies = [ 6415 "dirs-next", 6416 "glob", 6417 + "mime 0.3.17", 6418 "nom 5.1.3", 6419 "unicase", 6420 ] ··· 6426 checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 6427 dependencies = [ 6428 "bitflags 2.4.2", 6429 + "dlib", 6430 "log", 6431 "once_cell", 6432 "xkeysym", ··· 6495 "futures-sink", 6496 "futures-util", 6497 "hex", 6498 + "nix", 6499 "once_cell", 6500 "ordered-stream", 6501 "rand", ··· 6529 6530 [[package]] 6531 name = "zbus_names" 6532 + version = "2.6.1" 6533 source = "registry+https://github.com/rust-lang/crates.io-index" 6534 + checksum = "437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d" 6535 dependencies = [ 6536 "serde", 6537 "static_assertions", ··· 6561 dependencies = [ 6562 "proc-macro2", 6563 "quote", 6564 + "syn 2.0.53", 6565 ] 6566 6567 [[package]]
+9 -8
pkgs/by-name/co/cosmic-edit/package.nix
··· 21 22 rustPlatform.buildRustPackage rec { 23 pname = "cosmic-edit"; 24 - version = "unstable-2024-02-28"; 25 26 src = fetchFromGitHub { 27 owner = "pop-os"; 28 repo = pname; 29 - rev = "536a66eff9c032afd76b60be6a9067a14ed38ab1"; 30 - hash = "sha256-UsZBxeamw8VuHtHrVtTwHhPPG+SMBrGY5taw+da/Ll0="; 31 }; 32 33 cargoLock = { ··· 35 outputHashes = { 36 "accesskit-0.12.2" = "sha256-ksaYMGT/oug7isQY8/1WD97XDUsX2ShBdabUzxWffYw="; 37 "atomicwrites-0.4.2" = "sha256-QZSuGPrJXh+svMeFWqAXoqZQxLq/WfIiamqvjJNVhxA="; 38 - "cosmic-config-0.1.0" = "sha256-Zyi95zcBAohM1WBropLzJczSIfNNNBK2odB4AmW4h5I="; 39 - "cosmic-files-0.1.0" = "sha256-64An0MPgnFgyVlWmtBGBs+IV2z+4vmEY2uRPetZM4/M="; 40 "cosmic-syntax-theme-0.1.0" = "sha256-BNb9wrryD5FJImboD3TTdPRIfiBqPpItqwGdT1ZiNng="; 41 - "cosmic-text-0.11.2" = "sha256-Y9i5stMYpx+iqn4y5DJm1O1+3UIGp0/fSsnNq3Zloug="; 42 "d3d12-0.19.0" = "sha256-usrxQXWLGJDjmIdw1LBXtBvX+CchZDvE8fHC0LjvhD4="; 43 "glyphon-0.5.0" = "sha256-j1HrbEpUBqazWqNfJhpyjWuxYAxkvbXzRKeSouUoPWg="; 44 "softbuffer-0.4.1" = "sha256-a0bUFz6O8CWRweNt/OxTvflnPYwO5nm6vsyc/WcXyNg="; 45 - "systemicons-0.7.0" = "sha256-zzAI+6mnpQOh+3mX7/sJ+w4a7uX27RduQ99PNxLNF78="; 46 "taffy-0.3.11" = "sha256-SCx9GEIJjWdoNVyq+RZAGn0N71qraKZxf9ZWhvyzLaI="; 47 "winit-0.29.10" = "sha256-ScTII2AzK3SC8MVeASZ9jhVWsEaGrSQ2BnApTxgfxK4="; 48 }; ··· 50 51 # COSMIC applications now uses vergen for the About page 52 # Update the COMMIT_DATE to match when the commit was made 53 - env.VERGEN_GIT_COMMIT_DATE = "2024-02-28"; 54 env.VERGEN_GIT_SHA = src.rev; 55 56 postPatch = ''
··· 21 22 rustPlatform.buildRustPackage rec { 23 pname = "cosmic-edit"; 24 + version = "unstable-2024-03-30"; 25 26 src = fetchFromGitHub { 27 owner = "pop-os"; 28 repo = pname; 29 + rev = "cd1b32218078979aa9a944b3a32f9b96996764a1"; 30 + hash = "sha256-54DwcI/pwN6nRnHC6GeDYVJXNgS+xBQTnRrKV2YMGUA="; 31 }; 32 33 cargoLock = { ··· 35 outputHashes = { 36 "accesskit-0.12.2" = "sha256-ksaYMGT/oug7isQY8/1WD97XDUsX2ShBdabUzxWffYw="; 37 "atomicwrites-0.4.2" = "sha256-QZSuGPrJXh+svMeFWqAXoqZQxLq/WfIiamqvjJNVhxA="; 38 + "clipboard_macos-0.1.0" = "sha256-PEH+aCpjDCEIj8s39nIeWxb7qu3u9IfriGqf0pYObMk="; 39 + "cosmic-config-0.1.0" = "sha256-x/xWMR5w2oEbghTSa8iCi24DA2s99+tcnga8K6jS6HQ="; 40 + "cosmic-files-0.1.0" = "sha256-4uwqRzkttmPQlqkX6xLjxyXRcqUhchCjAzZH9wmR+Tk="; 41 "cosmic-syntax-theme-0.1.0" = "sha256-BNb9wrryD5FJImboD3TTdPRIfiBqPpItqwGdT1ZiNng="; 42 + "cosmic-text-0.11.2" = "sha256-gUIQFHPaFTmtUfgpVvsGTnw2UKIBx9gl0K67KPuynWs="; 43 "d3d12-0.19.0" = "sha256-usrxQXWLGJDjmIdw1LBXtBvX+CchZDvE8fHC0LjvhD4="; 44 "glyphon-0.5.0" = "sha256-j1HrbEpUBqazWqNfJhpyjWuxYAxkvbXzRKeSouUoPWg="; 45 + "smithay-clipboard-0.8.0" = "sha256-OZOGbdzkgRIeDFrAENXE7g62eQTs60Je6lYVr0WudlE="; 46 "softbuffer-0.4.1" = "sha256-a0bUFz6O8CWRweNt/OxTvflnPYwO5nm6vsyc/WcXyNg="; 47 "taffy-0.3.11" = "sha256-SCx9GEIJjWdoNVyq+RZAGn0N71qraKZxf9ZWhvyzLaI="; 48 "winit-0.29.10" = "sha256-ScTII2AzK3SC8MVeASZ9jhVWsEaGrSQ2BnApTxgfxK4="; 49 }; ··· 51 52 # COSMIC applications now uses vergen for the About page 53 # Update the COMMIT_DATE to match when the commit was made 54 + env.VERGEN_GIT_COMMIT_DATE = "2024-03-30"; 55 env.VERGEN_GIT_SHA = src.rev; 56 57 postPatch = ''