Merge pull request #304267 from ahoneybun/update-cosmic-store

cosmic-store: unstable-2024-03-13 -> 0-unstable-2024-04-15

authored by Peder Bergebakken Sundt and committed by GitHub 80bfa2e7 deb9273d

+202 -183
+195 -178
pkgs/by-name/co/cosmic-store/Cargo.lock
··· 117 118 [[package]] 119 name = "aho-corasick" 120 - version = "1.1.2" 121 source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 123 dependencies = [ 124 "memchr", 125 ] ··· 149 checksum = "ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289" 150 dependencies = [ 151 "android-properties", 152 - "bitflags 2.4.2", 153 "cc", 154 "cesu8", 155 "jni", ··· 321 "async-task", 322 "concurrent-queue", 323 "fastrand 2.0.1", 324 - "futures-lite 2.2.0", 325 "slab", 326 ] 327 ··· 359 360 [[package]] 361 name = "async-io" 362 - version = "2.3.1" 363 source = "registry+https://github.com/rust-lang/crates.io-index" 364 - checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65" 365 dependencies = [ 366 "async-lock 3.3.0", 367 "cfg-if", 368 "concurrent-queue", 369 "futures-io", 370 - "futures-lite 2.2.0", 371 "parking", 372 "polling 3.5.0", 373 - "rustix 0.38.31", 374 "slab", 375 "tracing", 376 "windows-sys 0.52.0", ··· 409 "cfg-if", 410 "event-listener 3.1.0", 411 "futures-lite 1.13.0", 412 - "rustix 0.38.31", 413 "windows-sys 0.48.0", 414 ] 415 416 [[package]] 417 name = "async-recursion" 418 - version = "1.0.5" 419 source = "registry+https://github.com/rust-lang/crates.io-index" 420 - checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" 421 dependencies = [ 422 "proc-macro2", 423 "quote", 424 - "syn 2.0.52", 425 ] 426 427 [[package]] ··· 430 source = "registry+https://github.com/rust-lang/crates.io-index" 431 checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" 432 dependencies = [ 433 - "async-io 2.3.1", 434 "async-lock 2.8.0", 435 "atomic-waker", 436 "cfg-if", 437 "futures-core", 438 "futures-io", 439 - "rustix 0.38.31", 440 "signal-hook-registry", 441 "slab", 442 "windows-sys 0.48.0", ··· 450 451 [[package]] 452 name = "async-trait" 453 - version = "0.1.77" 454 source = "registry+https://github.com/rust-lang/crates.io-index" 455 - checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" 456 dependencies = [ 457 "proc-macro2", 458 "quote", 459 - "syn 2.0.52", 460 ] 461 462 [[package]] ··· 482 version = "0.4.2" 483 source = "git+https://github.com/jackpot51/rust-atomicwrites#043ab4859d53ffd3d55334685303d8df39c9f768" 484 dependencies = [ 485 - "rustix 0.38.31", 486 "tempfile", 487 "windows-sys 0.48.0", 488 ] ··· 493 source = "registry+https://github.com/rust-lang/crates.io-index" 494 checksum = "fc7b2dbe9169059af0f821e811180fddc971fc210c776c133c7819ccd6e478db" 495 dependencies = [ 496 - "rustix 0.38.31", 497 "tempfile", 498 "windows-sys 0.52.0", 499 ] ··· 554 555 [[package]] 556 name = "backtrace" 557 - version = "0.3.69" 558 source = "registry+https://github.com/rust-lang/crates.io-index" 559 - checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 560 dependencies = [ 561 "addr2line", 562 "cc", ··· 617 "packagemerge", 618 "proc-macro2", 619 "quote", 620 - "syn 2.0.52", 621 ] 622 623 [[package]] ··· 628 629 [[package]] 630 name = "bitflags" 631 - version = "2.4.2" 632 source = "registry+https://github.com/rust-lang/crates.io-index" 633 - checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 634 dependencies = [ 635 "serde", 636 ] ··· 690 "async-task", 691 "fastrand 2.0.1", 692 "futures-io", 693 - "futures-lite 2.2.0", 694 "piper", 695 "tracing", 696 ] ··· 703 704 [[package]] 705 name = "bytemuck" 706 - version = "1.14.3" 707 source = "registry+https://github.com/rust-lang/crates.io-index" 708 - checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f" 709 dependencies = [ 710 "bytemuck_derive", 711 ] 712 713 [[package]] 714 name = "bytemuck_derive" 715 - version = "1.5.0" 716 source = "registry+https://github.com/rust-lang/crates.io-index" 717 - checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1" 718 dependencies = [ 719 "proc-macro2", 720 "quote", 721 - "syn 2.0.52", 722 ] 723 724 [[package]] ··· 749 source = "registry+https://github.com/rust-lang/crates.io-index" 750 checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298" 751 dependencies = [ 752 - "bitflags 2.4.2", 753 "log", 754 "polling 3.5.0", 755 - "rustix 0.38.31", 756 "slab", 757 "thiserror", 758 ] ··· 764 checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02" 765 dependencies = [ 766 "calloop", 767 - "rustix 0.38.31", 768 "wayland-backend", 769 "wayland-client", 770 ] ··· 830 831 [[package]] 832 name = "clipboard-win" 833 - version = "5.2.0" 834 source = "registry+https://github.com/rust-lang/crates.io-index" 835 - checksum = "12f9a0700e0127ba15d1d52dd742097f821cd9c65939303a44d970465040a297" 836 dependencies = [ 837 "error-code", 838 ] ··· 840 [[package]] 841 name = "clipboard_macos" 842 version = "0.1.0" 843 - source = "registry+https://github.com/rust-lang/crates.io-index" 844 - checksum = "145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95" 845 dependencies = [ 846 "objc", 847 "objc-foundation", ··· 851 [[package]] 852 name = "clipboard_wayland" 853 version = "0.2.2" 854 - source = "registry+https://github.com/rust-lang/crates.io-index" 855 - checksum = "003f886bc4e2987729d10c1db3424e7f80809f3fc22dbc16c685738887cb37b8" 856 dependencies = [ 857 "smithay-clipboard", 858 ] 859 860 [[package]] 861 name = "clipboard_x11" 862 version = "0.4.2" 863 - source = "registry+https://github.com/rust-lang/crates.io-index" 864 - checksum = "4274ea815e013e0f9f04a2633423e14194e408a0576c943ce3d14ca56c50031c" 865 dependencies = [ 866 "thiserror", 867 "x11rb", ··· 1026 [[package]] 1027 name = "cosmic-config" 1028 version = "0.1.0" 1029 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 1030 dependencies = [ 1031 "atomicwrites 0.4.2", 1032 "cosmic-config-derive", ··· 1043 [[package]] 1044 name = "cosmic-config-derive" 1045 version = "0.1.0" 1046 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 1047 dependencies = [ 1048 "quote", 1049 "syn 1.0.109", ··· 1085 [[package]] 1086 name = "cosmic-text" 1087 version = "0.11.2" 1088 - source = "git+https://github.com/pop-os/cosmic-text.git#a53a0b3a8c085143470a9d26ac2c2911cc479033" 1089 dependencies = [ 1090 - "bitflags 2.4.2", 1091 "fontdb", 1092 "libm", 1093 "log", ··· 1107 [[package]] 1108 name = "cosmic-theme" 1109 version = "0.1.0" 1110 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 1111 dependencies = [ 1112 "almost", 1113 "cosmic-config", 1114 "csscolorparser", 1115 "lazy_static", 1116 "palette", 1117 "ron", 1118 "serde", 1119 ] 1120 1121 [[package]] ··· 1209 checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" 1210 dependencies = [ 1211 "quote", 1212 - "syn 2.0.52", 1213 ] 1214 1215 [[package]] ··· 1223 version = "0.19.0" 1224 source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 1225 dependencies = [ 1226 - "bitflags 2.4.2", 1227 "libloading 0.8.3", 1228 "winapi", 1229 ] ··· 1249 "proc-macro2", 1250 "quote", 1251 "strsim", 1252 - "syn 2.0.52", 1253 ] 1254 1255 [[package]] ··· 1260 dependencies = [ 1261 "darling_core", 1262 "quote", 1263 - "syn 2.0.52", 1264 ] 1265 1266 [[package]] ··· 1302 "darling", 1303 "proc-macro2", 1304 "quote", 1305 - "syn 2.0.52", 1306 ] 1307 1308 [[package]] ··· 1370 dependencies = [ 1371 "proc-macro2", 1372 "quote", 1373 - "syn 2.0.52", 1374 ] 1375 1376 [[package]] ··· 1403 source = "registry+https://github.com/rust-lang/crates.io-index" 1404 checksum = "a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde" 1405 dependencies = [ 1406 - "bitflags 2.4.2", 1407 "bytemuck", 1408 "drm-ffi", 1409 "drm-fourcc", 1410 - "rustix 0.38.31", 1411 ] 1412 1413 [[package]] ··· 1417 checksum = "41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6" 1418 dependencies = [ 1419 "drm-sys", 1420 - "rustix 0.38.31", 1421 ] 1422 1423 [[package]] ··· 1469 dependencies = [ 1470 "proc-macro2", 1471 "quote", 1472 - "syn 2.0.52", 1473 ] 1474 1475 [[package]] ··· 1746 1747 [[package]] 1748 name = "font-types" 1749 - version = "0.4.2" 1750 source = "registry+https://github.com/rust-lang/crates.io-index" 1751 - checksum = "0bd7f3ea17572640b606b35df42cfb6ecdf003704b062580e59918692190b73d" 1752 1753 [[package]] 1754 name = "fontconfig-parser" ··· 1800 dependencies = [ 1801 "proc-macro2", 1802 "quote", 1803 - "syn 2.0.52", 1804 ] 1805 1806 [[package]] ··· 1836 1837 [[package]] 1838 name = "freedesktop-desktop-entry" 1839 - version = "0.5.0" 1840 source = "registry+https://github.com/rust-lang/crates.io-index" 1841 - checksum = "45157175a725e81f3f594382430b6b78af5f8f72db9bd51b94f0785f80fc6d29" 1842 dependencies = [ 1843 "dirs 3.0.2", 1844 "gettext-rs", ··· 1951 1952 [[package]] 1953 name = "futures-lite" 1954 - version = "2.2.0" 1955 source = "registry+https://github.com/rust-lang/crates.io-index" 1956 - checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" 1957 dependencies = [ 1958 "fastrand 2.0.1", 1959 "futures-core", ··· 1970 dependencies = [ 1971 "proc-macro2", 1972 "quote", 1973 - "syn 2.0.52", 1974 ] 1975 1976 [[package]] ··· 2165 source = "registry+https://github.com/rust-lang/crates.io-index" 2166 checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" 2167 dependencies = [ 2168 - "bitflags 2.4.2", 2169 "futures-channel", 2170 "futures-core", 2171 "futures-executor", ··· 2188 source = "registry+https://github.com/rust-lang/crates.io-index" 2189 checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" 2190 dependencies = [ 2191 - "heck", 2192 "proc-macro-crate 2.0.2", 2193 "proc-macro-error", 2194 "proc-macro2", 2195 "quote", 2196 - "syn 2.0.52", 2197 ] 2198 2199 [[package]] ··· 2255 source = "registry+https://github.com/rust-lang/crates.io-index" 2256 checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 2257 dependencies = [ 2258 - "bitflags 2.4.2", 2259 "gpu-alloc-types", 2260 ] 2261 ··· 2265 source = "registry+https://github.com/rust-lang/crates.io-index" 2266 checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 2267 dependencies = [ 2268 - "bitflags 2.4.2", 2269 ] 2270 2271 [[package]] ··· 2287 source = "registry+https://github.com/rust-lang/crates.io-index" 2288 checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c" 2289 dependencies = [ 2290 - "bitflags 2.4.2", 2291 "gpu-descriptor-types", 2292 "hashbrown", 2293 ] ··· 2298 source = "registry+https://github.com/rust-lang/crates.io-index" 2299 checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c" 2300 dependencies = [ 2301 - "bitflags 2.4.2", 2302 ] 2303 2304 [[package]] ··· 2337 2338 [[package]] 2339 name = "h2" 2340 - version = "0.3.24" 2341 source = "registry+https://github.com/rust-lang/crates.io-index" 2342 - checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" 2343 dependencies = [ 2344 "bytes", 2345 "fnv", ··· 2380 source = "registry+https://github.com/rust-lang/crates.io-index" 2381 checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890" 2382 dependencies = [ 2383 - "bitflags 2.4.2", 2384 "com", 2385 "libc", 2386 "libloading 0.8.3", ··· 2396 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2397 2398 [[package]] 2399 name = "hermit-abi" 2400 version = "0.3.9" 2401 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2543 "proc-macro2", 2544 "quote", 2545 "strsim", 2546 - "syn 2.0.52", 2547 "unic-langid", 2548 ] 2549 ··· 2557 "i18n-config", 2558 "proc-macro2", 2559 "quote", 2560 - "syn 2.0.52", 2561 ] 2562 2563 [[package]] ··· 2586 [[package]] 2587 name = "iced" 2588 version = "0.12.0" 2589 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 2590 dependencies = [ 2591 "iced_accessibility", 2592 "iced_core", ··· 2596 "iced_winit", 2597 "image", 2598 "thiserror", 2599 ] 2600 2601 [[package]] 2602 name = "iced_accessibility" 2603 version = "0.1.0" 2604 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 2605 dependencies = [ 2606 "accesskit", 2607 "accesskit_winit", ··· 2610 [[package]] 2611 name = "iced_core" 2612 version = "0.12.0" 2613 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 2614 dependencies = [ 2615 "bitflags 1.3.2", 2616 "log", ··· 2621 "smol_str", 2622 "thiserror", 2623 "web-time", 2624 "xxhash-rust", 2625 ] 2626 2627 [[package]] 2628 name = "iced_futures" 2629 version = "0.12.0" 2630 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 2631 dependencies = [ 2632 "futures", 2633 "iced_core", ··· 2640 [[package]] 2641 name = "iced_graphics" 2642 version = "0.12.0" 2643 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 2644 dependencies = [ 2645 "bitflags 1.3.2", 2646 "bytemuck", ··· 2664 [[package]] 2665 name = "iced_renderer" 2666 version = "0.12.0" 2667 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 2668 dependencies = [ 2669 "iced_graphics", 2670 "iced_tiny_skia", ··· 2676 [[package]] 2677 name = "iced_runtime" 2678 version = "0.12.0" 2679 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 2680 dependencies = [ 2681 "iced_core", 2682 "iced_futures", 2683 "thiserror", 2684 ] 2685 2686 [[package]] 2687 name = "iced_style" 2688 version = "0.12.0" 2689 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 2690 dependencies = [ 2691 "iced_core", 2692 "once_cell", ··· 2696 [[package]] 2697 name = "iced_tiny_skia" 2698 version = "0.12.0" 2699 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 2700 dependencies = [ 2701 "bytemuck", 2702 "cosmic-text", ··· 2713 [[package]] 2714 name = "iced_wgpu" 2715 version = "0.12.0" 2716 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 2717 dependencies = [ 2718 "bitflags 1.3.2", 2719 "bytemuck", ··· 2732 [[package]] 2733 name = "iced_widget" 2734 version = "0.12.0" 2735 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 2736 dependencies = [ 2737 "iced_renderer", 2738 "iced_runtime", ··· 2746 [[package]] 2747 name = "iced_winit" 2748 version = "0.12.0" 2749 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 2750 dependencies = [ 2751 "iced_graphics", 2752 "iced_runtime", ··· 3062 [[package]] 3063 name = "libcosmic" 3064 version = "0.1.0" 3065 - source = "git+https://github.com/pop-os/libcosmic.git#2b23005fbff5a3d7e218a867e1aadb491abeac55" 3066 dependencies = [ 3067 "apply", 3068 "ashpd 0.7.0", 3069 "cosmic-config", 3070 "cosmic-theme", 3071 "css-color", ··· 3084 "iced_widget", 3085 "iced_winit", 3086 "lazy_static", 3087 - "mime", 3088 "nix 0.27.1", 3089 "palette", 3090 "rfd", ··· 3157 source = "registry+https://github.com/rust-lang/crates.io-index" 3158 checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" 3159 dependencies = [ 3160 - "bitflags 2.4.2", 3161 "libc", 3162 "redox_syscall 0.4.1", 3163 ] ··· 3168 source = "registry+https://github.com/rust-lang/crates.io-index" 3169 checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607" 3170 dependencies = [ 3171 - "bitflags 2.4.2", 3172 "libc", 3173 "redox_syscall 0.4.1", 3174 ] ··· 3329 source = "registry+https://github.com/rust-lang/crates.io-index" 3330 checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25" 3331 dependencies = [ 3332 - "bitflags 2.4.2", 3333 "block", 3334 "core-graphics-types", 3335 "foreign-types 0.5.0", ··· 3340 3341 [[package]] 3342 name = "mime" 3343 version = "0.3.17" 3344 source = "registry+https://github.com/rust-lang/crates.io-index" 3345 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" ··· 3385 dependencies = [ 3386 "arrayvec", 3387 "bit-set", 3388 - "bitflags 2.4.2", 3389 "codespan-reporting", 3390 "hexf-parse", 3391 "indexmap", ··· 3422 source = "registry+https://github.com/rust-lang/crates.io-index" 3423 checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" 3424 dependencies = [ 3425 - "bitflags 2.4.2", 3426 "jni-sys", 3427 "log", 3428 "ndk-sys", ··· 3464 source = "registry+https://github.com/rust-lang/crates.io-index" 3465 checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" 3466 dependencies = [ 3467 - "bitflags 2.4.2", 3468 "cfg-if", 3469 "libc", 3470 ] ··· 3485 source = "registry+https://github.com/rust-lang/crates.io-index" 3486 checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 3487 dependencies = [ 3488 - "bitflags 2.4.2", 3489 "crossbeam-channel", 3490 "filetime", 3491 "fsevent-sys", ··· 3602 "proc-macro-crate 2.0.2", 3603 "proc-macro2", 3604 "quote", 3605 - "syn 2.0.52", 3606 ] 3607 3608 [[package]] ··· 3703 source = "registry+https://github.com/rust-lang/crates.io-index" 3704 checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" 3705 dependencies = [ 3706 - "bitflags 2.4.2", 3707 "cfg-if", 3708 "foreign-types 0.3.2", 3709 "libc", ··· 3720 dependencies = [ 3721 "proc-macro2", 3722 "quote", 3723 - "syn 2.0.52", 3724 ] 3725 3726 [[package]] ··· 3793 source = "registry+https://github.com/rust-lang/crates.io-index" 3794 checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8" 3795 dependencies = [ 3796 - "heck", 3797 "proc-macro-error", 3798 "proc-macro2", 3799 "quote", 3800 - "syn 2.0.52", 3801 ] 3802 3803 [[package]] ··· 3848 dependencies = [ 3849 "proc-macro2", 3850 "quote", 3851 - "syn 2.0.52", 3852 ] 3853 3854 [[package]] ··· 3959 "phf_shared", 3960 "proc-macro2", 3961 "quote", 3962 - "syn 2.0.52", 3963 ] 3964 3965 [[package]] ··· 4044 "cfg-if", 4045 "concurrent-queue", 4046 "pin-project-lite", 4047 - "rustix 0.38.31", 4048 "tracing", 4049 "windows-sys 0.52.0", 4050 ] ··· 4107 4108 [[package]] 4109 name = "proc-macro2" 4110 - version = "1.0.78" 4111 source = "registry+https://github.com/rust-lang/crates.io-index" 4112 - checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 4113 dependencies = [ 4114 "unicode-ident", 4115 ] ··· 4229 4230 [[package]] 4231 name = "read-fonts" 4232 - version = "0.15.6" 4233 source = "registry+https://github.com/rust-lang/crates.io-index" 4234 - checksum = "17ea23eedb4d938031b6d4343222444608727a6aa68ec355e13588d9947ffe92" 4235 dependencies = [ 4236 "font-types", 4237 ] ··· 4311 4312 [[package]] 4313 name = "reqwest" 4314 - version = "0.11.25" 4315 source = "registry+https://github.com/rust-lang/crates.io-index" 4316 - checksum = "0eea5a9eb898d3783f17c6407670e3592fd174cb81a10e51d4c37f49450b9946" 4317 dependencies = [ 4318 "base64", 4319 "bytes", ··· 4328 "ipnet", 4329 "js-sys", 4330 "log", 4331 - "mime", 4332 "native-tls", 4333 "once_cell", 4334 "percent-encoding", ··· 4412 checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" 4413 dependencies = [ 4414 "base64", 4415 - "bitflags 2.4.2", 4416 "serde", 4417 "serde_derive", 4418 ] ··· 4443 "proc-macro2", 4444 "quote", 4445 "rust-embed-utils", 4446 - "syn 2.0.52", 4447 "walkdir", 4448 ] 4449 ··· 4495 4496 [[package]] 4497 name = "rustix" 4498 - version = "0.38.31" 4499 source = "registry+https://github.com/rust-lang/crates.io-index" 4500 - checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" 4501 dependencies = [ 4502 - "bitflags 2.4.2", 4503 "errno", 4504 "libc", 4505 "linux-raw-sys 0.4.13", ··· 4527 source = "registry+https://github.com/rust-lang/crates.io-index" 4528 checksum = "f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c" 4529 dependencies = [ 4530 - "bitflags 2.4.2", 4531 "bytemuck", 4532 "libm", 4533 "smallvec", ··· 4642 dependencies = [ 4643 "proc-macro2", 4644 "quote", 4645 - "syn 2.0.52", 4646 ] 4647 4648 [[package]] ··· 4664 dependencies = [ 4665 "proc-macro2", 4666 "quote", 4667 - "syn 2.0.52", 4668 ] 4669 4670 [[package]] ··· 4690 4691 [[package]] 4692 name = "serde_yaml" 4693 - version = "0.9.32" 4694 source = "registry+https://github.com/rust-lang/crates.io-index" 4695 - checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f" 4696 dependencies = [ 4697 "indexmap", 4698 "itoa", ··· 4785 4786 [[package]] 4787 name = "smallvec" 4788 - version = "1.13.1" 4789 source = "registry+https://github.com/rust-lang/crates.io-index" 4790 - checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 4791 4792 [[package]] 4793 name = "smithay-client-toolkit" ··· 4795 source = "registry+https://github.com/rust-lang/crates.io-index" 4796 checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a" 4797 dependencies = [ 4798 - "bitflags 2.4.2", 4799 "calloop", 4800 "calloop-wayland-source", 4801 "cursor-icon", 4802 "libc", 4803 "log", 4804 "memmap2", 4805 - "rustix 0.38.31", 4806 "thiserror", 4807 "wayland-backend", 4808 "wayland-client", ··· 4816 4817 [[package]] 4818 name = "smithay-clipboard" 4819 - version = "0.7.1" 4820 - source = "registry+https://github.com/rust-lang/crates.io-index" 4821 - checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d" 4822 dependencies = [ 4823 "libc", 4824 "smithay-client-toolkit", ··· 4873 "objc", 4874 "raw-window-handle 0.6.0", 4875 "redox_syscall 0.4.1", 4876 - "rustix 0.38.31", 4877 "tiny-xlib", 4878 "wasm-bindgen", 4879 "wayland-backend", ··· 4899 source = "registry+https://github.com/rust-lang/crates.io-index" 4900 checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 4901 dependencies = [ 4902 - "bitflags 2.4.2", 4903 ] 4904 4905 [[package]] ··· 4935 source = "registry+https://github.com/rust-lang/crates.io-index" 4936 checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" 4937 dependencies = [ 4938 - "heck", 4939 "proc-macro2", 4940 "quote", 4941 "rustversion", ··· 4960 4961 [[package]] 4962 name = "swash" 4963 - version = "0.1.12" 4964 source = "registry+https://github.com/rust-lang/crates.io-index" 4965 - checksum = "d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7" 4966 dependencies = [ 4967 "read-fonts", 4968 "yazi", ··· 4982 4983 [[package]] 4984 name = "syn" 4985 - version = "2.0.52" 4986 source = "registry+https://github.com/rust-lang/crates.io-index" 4987 - checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" 4988 dependencies = [ 4989 "proc-macro2", 4990 "quote", ··· 5008 5009 [[package]] 5010 name = "system-configuration" 5011 - version = "0.6.0" 5012 source = "registry+https://github.com/rust-lang/crates.io-index" 5013 - checksum = "658bc6ee10a9b4fcf576e9b0819d95ec16f4d2c02d39fd83ac1c8789785c4a42" 5014 dependencies = [ 5015 - "bitflags 2.4.2", 5016 "core-foundation", 5017 "system-configuration-sys", 5018 ] 5019 5020 [[package]] 5021 name = "system-configuration-sys" 5022 - version = "0.6.0" 5023 source = "registry+https://github.com/rust-lang/crates.io-index" 5024 - checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 5025 dependencies = [ 5026 "core-foundation-sys", 5027 "libc", ··· 5029 5030 [[package]] 5031 name = "system-deps" 5032 - version = "6.2.0" 5033 source = "registry+https://github.com/rust-lang/crates.io-index" 5034 - checksum = "2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331" 5035 dependencies = [ 5036 "cfg-expr", 5037 - "heck", 5038 "pkg-config", 5039 "toml 0.8.2", 5040 "version-compare", ··· 5059 5060 [[package]] 5061 name = "temp-dir" 5062 - version = "0.1.12" 5063 source = "registry+https://github.com/rust-lang/crates.io-index" 5064 - checksum = "dd16aa9ffe15fe021c6ee3766772132c6e98dfa395a167e16864f61a9cfb71d6" 5065 5066 [[package]] 5067 name = "tempfile" ··· 5071 dependencies = [ 5072 "cfg-if", 5073 "fastrand 2.0.1", 5074 - "rustix 0.38.31", 5075 "windows-sys 0.52.0", 5076 ] 5077 ··· 5086 5087 [[package]] 5088 name = "thiserror" 5089 - version = "1.0.57" 5090 source = "registry+https://github.com/rust-lang/crates.io-index" 5091 - checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" 5092 dependencies = [ 5093 "thiserror-impl", 5094 ] 5095 5096 [[package]] 5097 name = "thiserror-impl" 5098 - version = "1.0.57" 5099 source = "registry+https://github.com/rust-lang/crates.io-index" 5100 - checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" 5101 dependencies = [ 5102 "proc-macro2", 5103 "quote", 5104 - "syn 2.0.52", 5105 ] 5106 5107 [[package]] ··· 5214 dependencies = [ 5215 "proc-macro2", 5216 "quote", 5217 - "syn 2.0.52", 5218 ] 5219 5220 [[package]] ··· 5320 dependencies = [ 5321 "proc-macro2", 5322 "quote", 5323 - "syn 2.0.52", 5324 ] 5325 5326 [[package]] ··· 5466 5467 [[package]] 5468 name = "unsafe-libyaml" 5469 - version = "0.2.10" 5470 source = "registry+https://github.com/rust-lang/crates.io-index" 5471 - checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b" 5472 5473 [[package]] 5474 name = "url" ··· 5551 5552 [[package]] 5553 name = "version-compare" 5554 - version = "0.1.1" 5555 source = "registry+https://github.com/rust-lang/crates.io-index" 5556 - checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29" 5557 5558 [[package]] 5559 name = "version_check" ··· 5613 "once_cell", 5614 "proc-macro2", 5615 "quote", 5616 - "syn 2.0.52", 5617 "wasm-bindgen-shared", 5618 ] 5619 ··· 5647 dependencies = [ 5648 "proc-macro2", 5649 "quote", 5650 - "syn 2.0.52", 5651 "wasm-bindgen-backend", 5652 "wasm-bindgen-shared", 5653 ] ··· 5681 dependencies = [ 5682 "cc", 5683 "downcast-rs", 5684 - "rustix 0.38.31", 5685 "scoped-tls", 5686 "smallvec", 5687 "wayland-sys", ··· 5693 source = "registry+https://github.com/rust-lang/crates.io-index" 5694 checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f" 5695 dependencies = [ 5696 - "bitflags 2.4.2", 5697 - "rustix 0.38.31", 5698 "wayland-backend", 5699 "wayland-scanner", 5700 ] ··· 5705 source = "registry+https://github.com/rust-lang/crates.io-index" 5706 checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 5707 dependencies = [ 5708 - "bitflags 2.4.2", 5709 "cursor-icon", 5710 "wayland-backend", 5711 ] ··· 5716 source = "registry+https://github.com/rust-lang/crates.io-index" 5717 checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba" 5718 dependencies = [ 5719 - "rustix 0.38.31", 5720 "wayland-client", 5721 "xcursor", 5722 ] ··· 5727 source = "registry+https://github.com/rust-lang/crates.io-index" 5728 checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" 5729 dependencies = [ 5730 - "bitflags 2.4.2", 5731 "wayland-backend", 5732 "wayland-client", 5733 "wayland-scanner", ··· 5739 source = "registry+https://github.com/rust-lang/crates.io-index" 5740 checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479" 5741 dependencies = [ 5742 - "bitflags 2.4.2", 5743 "wayland-backend", 5744 "wayland-client", 5745 "wayland-protocols", ··· 5752 source = "registry+https://github.com/rust-lang/crates.io-index" 5753 checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6" 5754 dependencies = [ 5755 - "bitflags 2.4.2", 5756 "wayland-backend", 5757 "wayland-client", 5758 "wayland-protocols", ··· 5839 dependencies = [ 5840 "arrayvec", 5841 "bit-vec", 5842 - "bitflags 2.4.2", 5843 "cfg_aliases 0.1.1", 5844 "codespan-reporting", 5845 "indexmap", ··· 5866 "arrayvec", 5867 "ash", 5868 "bit-set", 5869 - "bitflags 2.4.2", 5870 "block", 5871 "cfg_aliases 0.1.1", 5872 "core-graphics-types", ··· 5905 version = "0.19.0" 5906 source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 5907 dependencies = [ 5908 - "bitflags 2.4.2", 5909 "js-sys", 5910 "web-sys", 5911 ] ··· 5950 [[package]] 5951 name = "window_clipboard" 5952 version = "0.4.1" 5953 - source = "registry+https://github.com/rust-lang/crates.io-index" 5954 - checksum = "f6d692d46038c433f9daee7ad8757e002a4248c20b0a3fbc991d99521d3bcb6d" 5955 dependencies = [ 5956 "clipboard-win", 5957 "clipboard_macos", 5958 "clipboard_wayland", 5959 "clipboard_x11", 5960 "raw-window-handle 0.6.0", 5961 "thiserror", 5962 ] ··· 6219 "ahash", 6220 "android-activity", 6221 "atomic-waker", 6222 - "bitflags 2.4.2", 6223 "bytemuck", 6224 "calloop", 6225 "cfg_aliases 0.1.1", ··· 6239 "percent-encoding", 6240 "raw-window-handle 0.6.0", 6241 "redox_syscall 0.3.5", 6242 - "rustix 0.38.31", 6243 "sctk-adwaita", 6244 "smithay-client-toolkit", 6245 "smol_str", ··· 6299 "libc", 6300 "libloading 0.8.3", 6301 "once_cell", 6302 - "rustix 0.38.31", 6303 "x11rb-protocol", 6304 ] 6305 ··· 6337 source = "registry+https://github.com/rust-lang/crates.io-index" 6338 checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 6339 dependencies = [ 6340 - "bitflags 2.4.2", 6341 "dlib", 6342 "log", 6343 "once_cell", ··· 6473 dependencies = [ 6474 "proc-macro2", 6475 "quote", 6476 - "syn 2.0.52", 6477 ] 6478 6479 [[package]]
··· 117 118 [[package]] 119 name = "aho-corasick" 120 + version = "1.1.3" 121 source = "registry+https://github.com/rust-lang/crates.io-index" 122 + checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 123 dependencies = [ 124 "memchr", 125 ] ··· 149 checksum = "ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289" 150 dependencies = [ 151 "android-properties", 152 + "bitflags 2.5.0", 153 "cc", 154 "cesu8", 155 "jni", ··· 321 "async-task", 322 "concurrent-queue", 323 "fastrand 2.0.1", 324 + "futures-lite 2.3.0", 325 "slab", 326 ] 327 ··· 359 360 [[package]] 361 name = "async-io" 362 + version = "2.3.2" 363 source = "registry+https://github.com/rust-lang/crates.io-index" 364 + checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884" 365 dependencies = [ 366 "async-lock 3.3.0", 367 "cfg-if", 368 "concurrent-queue", 369 "futures-io", 370 + "futures-lite 2.3.0", 371 "parking", 372 "polling 3.5.0", 373 + "rustix 0.38.32", 374 "slab", 375 "tracing", 376 "windows-sys 0.52.0", ··· 409 "cfg-if", 410 "event-listener 3.1.0", 411 "futures-lite 1.13.0", 412 + "rustix 0.38.32", 413 "windows-sys 0.48.0", 414 ] 415 416 [[package]] 417 name = "async-recursion" 418 + version = "1.1.0" 419 source = "registry+https://github.com/rust-lang/crates.io-index" 420 + checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5" 421 dependencies = [ 422 "proc-macro2", 423 "quote", 424 + "syn 2.0.53", 425 ] 426 427 [[package]] ··· 430 source = "registry+https://github.com/rust-lang/crates.io-index" 431 checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" 432 dependencies = [ 433 + "async-io 2.3.2", 434 "async-lock 2.8.0", 435 "atomic-waker", 436 "cfg-if", 437 "futures-core", 438 "futures-io", 439 + "rustix 0.38.32", 440 "signal-hook-registry", 441 "slab", 442 "windows-sys 0.48.0", ··· 450 451 [[package]] 452 name = "async-trait" 453 + version = "0.1.78" 454 source = "registry+https://github.com/rust-lang/crates.io-index" 455 + checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" 456 dependencies = [ 457 "proc-macro2", 458 "quote", 459 + "syn 2.0.53", 460 ] 461 462 [[package]] ··· 482 version = "0.4.2" 483 source = "git+https://github.com/jackpot51/rust-atomicwrites#043ab4859d53ffd3d55334685303d8df39c9f768" 484 dependencies = [ 485 + "rustix 0.38.32", 486 "tempfile", 487 "windows-sys 0.48.0", 488 ] ··· 493 source = "registry+https://github.com/rust-lang/crates.io-index" 494 checksum = "fc7b2dbe9169059af0f821e811180fddc971fc210c776c133c7819ccd6e478db" 495 dependencies = [ 496 + "rustix 0.38.32", 497 "tempfile", 498 "windows-sys 0.52.0", 499 ] ··· 554 555 [[package]] 556 name = "backtrace" 557 + version = "0.3.70" 558 source = "registry+https://github.com/rust-lang/crates.io-index" 559 + checksum = "95d8e92cac0961e91dbd517496b00f7e9b92363dbe6d42c3198268323798860c" 560 dependencies = [ 561 "addr2line", 562 "cc", ··· 617 "packagemerge", 618 "proc-macro2", 619 "quote", 620 + "syn 2.0.53", 621 ] 622 623 [[package]] ··· 628 629 [[package]] 630 name = "bitflags" 631 + version = "2.5.0" 632 source = "registry+https://github.com/rust-lang/crates.io-index" 633 + checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" 634 dependencies = [ 635 "serde", 636 ] ··· 690 "async-task", 691 "fastrand 2.0.1", 692 "futures-io", 693 + "futures-lite 2.3.0", 694 "piper", 695 "tracing", 696 ] ··· 703 704 [[package]] 705 name = "bytemuck" 706 + version = "1.15.0" 707 source = "registry+https://github.com/rust-lang/crates.io-index" 708 + checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" 709 dependencies = [ 710 "bytemuck_derive", 711 ] 712 713 [[package]] 714 name = "bytemuck_derive" 715 + version = "1.6.0" 716 source = "registry+https://github.com/rust-lang/crates.io-index" 717 + checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60" 718 dependencies = [ 719 "proc-macro2", 720 "quote", 721 + "syn 2.0.53", 722 ] 723 724 [[package]] ··· 749 source = "registry+https://github.com/rust-lang/crates.io-index" 750 checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298" 751 dependencies = [ 752 + "bitflags 2.5.0", 753 "log", 754 "polling 3.5.0", 755 + "rustix 0.38.32", 756 "slab", 757 "thiserror", 758 ] ··· 764 checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02" 765 dependencies = [ 766 "calloop", 767 + "rustix 0.38.32", 768 "wayland-backend", 769 "wayland-client", 770 ] ··· 830 831 [[package]] 832 name = "clipboard-win" 833 + version = "5.3.0" 834 source = "registry+https://github.com/rust-lang/crates.io-index" 835 + checksum = "d517d4b86184dbb111d3556a10f1c8a04da7428d2987bf1081602bf11c3aa9ee" 836 dependencies = [ 837 "error-code", 838 ] ··· 840 [[package]] 841 name = "clipboard_macos" 842 version = "0.1.0" 843 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 844 dependencies = [ 845 "objc", 846 "objc-foundation", ··· 850 [[package]] 851 name = "clipboard_wayland" 852 version = "0.2.2" 853 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 854 dependencies = [ 855 + "mime 0.1.0", 856 "smithay-clipboard", 857 ] 858 859 [[package]] 860 name = "clipboard_x11" 861 version = "0.4.2" 862 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 863 dependencies = [ 864 "thiserror", 865 "x11rb", ··· 1024 [[package]] 1025 name = "cosmic-config" 1026 version = "0.1.0" 1027 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 1028 dependencies = [ 1029 "atomicwrites 0.4.2", 1030 "cosmic-config-derive", ··· 1041 [[package]] 1042 name = "cosmic-config-derive" 1043 version = "0.1.0" 1044 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 1045 dependencies = [ 1046 "quote", 1047 "syn 1.0.109", ··· 1083 [[package]] 1084 name = "cosmic-text" 1085 version = "0.11.2" 1086 + source = "git+https://github.com/pop-os/cosmic-text.git#b08676909f882f553ab574601b35b58276a52458" 1087 dependencies = [ 1088 + "bitflags 2.5.0", 1089 "fontdb", 1090 "libm", 1091 "log", ··· 1105 [[package]] 1106 name = "cosmic-theme" 1107 version = "0.1.0" 1108 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 1109 dependencies = [ 1110 "almost", 1111 "cosmic-config", 1112 "csscolorparser", 1113 + "dirs 5.0.1", 1114 "lazy_static", 1115 "palette", 1116 "ron", 1117 "serde", 1118 + "thiserror", 1119 ] 1120 1121 [[package]] ··· 1209 checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" 1210 dependencies = [ 1211 "quote", 1212 + "syn 2.0.53", 1213 ] 1214 1215 [[package]] ··· 1223 version = "0.19.0" 1224 source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 1225 dependencies = [ 1226 + "bitflags 2.5.0", 1227 "libloading 0.8.3", 1228 "winapi", 1229 ] ··· 1249 "proc-macro2", 1250 "quote", 1251 "strsim", 1252 + "syn 2.0.53", 1253 ] 1254 1255 [[package]] ··· 1260 dependencies = [ 1261 "darling_core", 1262 "quote", 1263 + "syn 2.0.53", 1264 ] 1265 1266 [[package]] ··· 1302 "darling", 1303 "proc-macro2", 1304 "quote", 1305 + "syn 2.0.53", 1306 ] 1307 1308 [[package]] ··· 1370 dependencies = [ 1371 "proc-macro2", 1372 "quote", 1373 + "syn 2.0.53", 1374 ] 1375 1376 [[package]] ··· 1403 source = "registry+https://github.com/rust-lang/crates.io-index" 1404 checksum = "a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde" 1405 dependencies = [ 1406 + "bitflags 2.5.0", 1407 "bytemuck", 1408 "drm-ffi", 1409 "drm-fourcc", 1410 + "rustix 0.38.32", 1411 ] 1412 1413 [[package]] ··· 1417 checksum = "41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6" 1418 dependencies = [ 1419 "drm-sys", 1420 + "rustix 0.38.32", 1421 ] 1422 1423 [[package]] ··· 1469 dependencies = [ 1470 "proc-macro2", 1471 "quote", 1472 + "syn 2.0.53", 1473 ] 1474 1475 [[package]] ··· 1746 1747 [[package]] 1748 name = "font-types" 1749 + version = "0.4.3" 1750 source = "registry+https://github.com/rust-lang/crates.io-index" 1751 + checksum = "5b7f6040d337bd44434ab21fc6509154edf2cece88b23758d9d64654c4e7730b" 1752 1753 [[package]] 1754 name = "fontconfig-parser" ··· 1800 dependencies = [ 1801 "proc-macro2", 1802 "quote", 1803 + "syn 2.0.53", 1804 ] 1805 1806 [[package]] ··· 1836 1837 [[package]] 1838 name = "freedesktop-desktop-entry" 1839 + version = "0.5.1" 1840 source = "registry+https://github.com/rust-lang/crates.io-index" 1841 + checksum = "287f89b1a3d88dd04d2b65dfec39f3c381efbcded7b736456039c4ee49d54b17" 1842 dependencies = [ 1843 "dirs 3.0.2", 1844 "gettext-rs", ··· 1951 1952 [[package]] 1953 name = "futures-lite" 1954 + version = "2.3.0" 1955 source = "registry+https://github.com/rust-lang/crates.io-index" 1956 + checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 1957 dependencies = [ 1958 "fastrand 2.0.1", 1959 "futures-core", ··· 1970 dependencies = [ 1971 "proc-macro2", 1972 "quote", 1973 + "syn 2.0.53", 1974 ] 1975 1976 [[package]] ··· 2165 source = "registry+https://github.com/rust-lang/crates.io-index" 2166 checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" 2167 dependencies = [ 2168 + "bitflags 2.5.0", 2169 "futures-channel", 2170 "futures-core", 2171 "futures-executor", ··· 2188 source = "registry+https://github.com/rust-lang/crates.io-index" 2189 checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" 2190 dependencies = [ 2191 + "heck 0.4.1", 2192 "proc-macro-crate 2.0.2", 2193 "proc-macro-error", 2194 "proc-macro2", 2195 "quote", 2196 + "syn 2.0.53", 2197 ] 2198 2199 [[package]] ··· 2255 source = "registry+https://github.com/rust-lang/crates.io-index" 2256 checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 2257 dependencies = [ 2258 + "bitflags 2.5.0", 2259 "gpu-alloc-types", 2260 ] 2261 ··· 2265 source = "registry+https://github.com/rust-lang/crates.io-index" 2266 checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 2267 dependencies = [ 2268 + "bitflags 2.5.0", 2269 ] 2270 2271 [[package]] ··· 2287 source = "registry+https://github.com/rust-lang/crates.io-index" 2288 checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c" 2289 dependencies = [ 2290 + "bitflags 2.5.0", 2291 "gpu-descriptor-types", 2292 "hashbrown", 2293 ] ··· 2298 source = "registry+https://github.com/rust-lang/crates.io-index" 2299 checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c" 2300 dependencies = [ 2301 + "bitflags 2.5.0", 2302 ] 2303 2304 [[package]] ··· 2337 2338 [[package]] 2339 name = "h2" 2340 + version = "0.3.25" 2341 source = "registry+https://github.com/rust-lang/crates.io-index" 2342 + checksum = "4fbd2820c5e49886948654ab546d0688ff24530286bdcf8fca3cefb16d4618eb" 2343 dependencies = [ 2344 "bytes", 2345 "fnv", ··· 2380 source = "registry+https://github.com/rust-lang/crates.io-index" 2381 checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890" 2382 dependencies = [ 2383 + "bitflags 2.5.0", 2384 "com", 2385 "libc", 2386 "libloading 0.8.3", ··· 2396 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2397 2398 [[package]] 2399 + name = "heck" 2400 + version = "0.5.0" 2401 + source = "registry+https://github.com/rust-lang/crates.io-index" 2402 + checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2403 + 2404 + [[package]] 2405 name = "hermit-abi" 2406 version = "0.3.9" 2407 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2549 "proc-macro2", 2550 "quote", 2551 "strsim", 2552 + "syn 2.0.53", 2553 "unic-langid", 2554 ] 2555 ··· 2563 "i18n-config", 2564 "proc-macro2", 2565 "quote", 2566 + "syn 2.0.53", 2567 ] 2568 2569 [[package]] ··· 2592 [[package]] 2593 name = "iced" 2594 version = "0.12.0" 2595 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 2596 dependencies = [ 2597 "iced_accessibility", 2598 "iced_core", ··· 2602 "iced_winit", 2603 "image", 2604 "thiserror", 2605 + "window_clipboard", 2606 ] 2607 2608 [[package]] 2609 name = "iced_accessibility" 2610 version = "0.1.0" 2611 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 2612 dependencies = [ 2613 "accesskit", 2614 "accesskit_winit", ··· 2617 [[package]] 2618 name = "iced_core" 2619 version = "0.12.0" 2620 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 2621 dependencies = [ 2622 "bitflags 1.3.2", 2623 "log", ··· 2628 "smol_str", 2629 "thiserror", 2630 "web-time", 2631 + "window_clipboard", 2632 "xxhash-rust", 2633 ] 2634 2635 [[package]] 2636 name = "iced_futures" 2637 version = "0.12.0" 2638 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 2639 dependencies = [ 2640 "futures", 2641 "iced_core", ··· 2648 [[package]] 2649 name = "iced_graphics" 2650 version = "0.12.0" 2651 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 2652 dependencies = [ 2653 "bitflags 1.3.2", 2654 "bytemuck", ··· 2672 [[package]] 2673 name = "iced_renderer" 2674 version = "0.12.0" 2675 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 2676 dependencies = [ 2677 "iced_graphics", 2678 "iced_tiny_skia", ··· 2684 [[package]] 2685 name = "iced_runtime" 2686 version = "0.12.0" 2687 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 2688 dependencies = [ 2689 "iced_core", 2690 "iced_futures", 2691 "thiserror", 2692 + "window_clipboard", 2693 ] 2694 2695 [[package]] 2696 name = "iced_style" 2697 version = "0.12.0" 2698 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 2699 dependencies = [ 2700 "iced_core", 2701 "once_cell", ··· 2705 [[package]] 2706 name = "iced_tiny_skia" 2707 version = "0.12.0" 2708 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 2709 dependencies = [ 2710 "bytemuck", 2711 "cosmic-text", ··· 2722 [[package]] 2723 name = "iced_wgpu" 2724 version = "0.12.0" 2725 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 2726 dependencies = [ 2727 "bitflags 1.3.2", 2728 "bytemuck", ··· 2741 [[package]] 2742 name = "iced_widget" 2743 version = "0.12.0" 2744 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 2745 dependencies = [ 2746 "iced_renderer", 2747 "iced_runtime", ··· 2755 [[package]] 2756 name = "iced_winit" 2757 version = "0.12.0" 2758 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 2759 dependencies = [ 2760 "iced_graphics", 2761 "iced_runtime", ··· 3071 [[package]] 3072 name = "libcosmic" 3073 version = "0.1.0" 3074 + source = "git+https://github.com/pop-os/libcosmic.git#1575aa267cc5cd69ac65cfbe09fc7c4212d18e3a" 3075 dependencies = [ 3076 "apply", 3077 "ashpd 0.7.0", 3078 + "chrono", 3079 "cosmic-config", 3080 "cosmic-theme", 3081 "css-color", ··· 3094 "iced_widget", 3095 "iced_winit", 3096 "lazy_static", 3097 + "mime 0.3.17", 3098 "nix 0.27.1", 3099 "palette", 3100 "rfd", ··· 3167 source = "registry+https://github.com/rust-lang/crates.io-index" 3168 checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" 3169 dependencies = [ 3170 + "bitflags 2.5.0", 3171 "libc", 3172 "redox_syscall 0.4.1", 3173 ] ··· 3178 source = "registry+https://github.com/rust-lang/crates.io-index" 3179 checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607" 3180 dependencies = [ 3181 + "bitflags 2.5.0", 3182 "libc", 3183 "redox_syscall 0.4.1", 3184 ] ··· 3339 source = "registry+https://github.com/rust-lang/crates.io-index" 3340 checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25" 3341 dependencies = [ 3342 + "bitflags 2.5.0", 3343 "block", 3344 "core-graphics-types", 3345 "foreign-types 0.5.0", ··· 3350 3351 [[package]] 3352 name = "mime" 3353 + version = "0.1.0" 3354 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 3355 + dependencies = [ 3356 + "smithay-clipboard", 3357 + ] 3358 + 3359 + [[package]] 3360 + name = "mime" 3361 version = "0.3.17" 3362 source = "registry+https://github.com/rust-lang/crates.io-index" 3363 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" ··· 3403 dependencies = [ 3404 "arrayvec", 3405 "bit-set", 3406 + "bitflags 2.5.0", 3407 "codespan-reporting", 3408 "hexf-parse", 3409 "indexmap", ··· 3440 source = "registry+https://github.com/rust-lang/crates.io-index" 3441 checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" 3442 dependencies = [ 3443 + "bitflags 2.5.0", 3444 "jni-sys", 3445 "log", 3446 "ndk-sys", ··· 3482 source = "registry+https://github.com/rust-lang/crates.io-index" 3483 checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" 3484 dependencies = [ 3485 + "bitflags 2.5.0", 3486 "cfg-if", 3487 "libc", 3488 ] ··· 3503 source = "registry+https://github.com/rust-lang/crates.io-index" 3504 checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 3505 dependencies = [ 3506 + "bitflags 2.5.0", 3507 "crossbeam-channel", 3508 "filetime", 3509 "fsevent-sys", ··· 3620 "proc-macro-crate 2.0.2", 3621 "proc-macro2", 3622 "quote", 3623 + "syn 2.0.53", 3624 ] 3625 3626 [[package]] ··· 3721 source = "registry+https://github.com/rust-lang/crates.io-index" 3722 checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" 3723 dependencies = [ 3724 + "bitflags 2.5.0", 3725 "cfg-if", 3726 "foreign-types 0.3.2", 3727 "libc", ··· 3738 dependencies = [ 3739 "proc-macro2", 3740 "quote", 3741 + "syn 2.0.53", 3742 ] 3743 3744 [[package]] ··· 3811 source = "registry+https://github.com/rust-lang/crates.io-index" 3812 checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8" 3813 dependencies = [ 3814 + "heck 0.4.1", 3815 "proc-macro-error", 3816 "proc-macro2", 3817 "quote", 3818 + "syn 2.0.53", 3819 ] 3820 3821 [[package]] ··· 3866 dependencies = [ 3867 "proc-macro2", 3868 "quote", 3869 + "syn 2.0.53", 3870 ] 3871 3872 [[package]] ··· 3977 "phf_shared", 3978 "proc-macro2", 3979 "quote", 3980 + "syn 2.0.53", 3981 ] 3982 3983 [[package]] ··· 4062 "cfg-if", 4063 "concurrent-queue", 4064 "pin-project-lite", 4065 + "rustix 0.38.32", 4066 "tracing", 4067 "windows-sys 0.52.0", 4068 ] ··· 4125 4126 [[package]] 4127 name = "proc-macro2" 4128 + version = "1.0.79" 4129 source = "registry+https://github.com/rust-lang/crates.io-index" 4130 + checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" 4131 dependencies = [ 4132 "unicode-ident", 4133 ] ··· 4247 4248 [[package]] 4249 name = "read-fonts" 4250 + version = "0.16.0" 4251 source = "registry+https://github.com/rust-lang/crates.io-index" 4252 + checksum = "81c524658d3b77930a391f559756d91dbe829ab6cf4687083f615d395df99722" 4253 dependencies = [ 4254 "font-types", 4255 ] ··· 4329 4330 [[package]] 4331 name = "reqwest" 4332 + version = "0.11.27" 4333 source = "registry+https://github.com/rust-lang/crates.io-index" 4334 + checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 4335 dependencies = [ 4336 "base64", 4337 "bytes", ··· 4346 "ipnet", 4347 "js-sys", 4348 "log", 4349 + "mime 0.3.17", 4350 "native-tls", 4351 "once_cell", 4352 "percent-encoding", ··· 4430 checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" 4431 dependencies = [ 4432 "base64", 4433 + "bitflags 2.5.0", 4434 "serde", 4435 "serde_derive", 4436 ] ··· 4461 "proc-macro2", 4462 "quote", 4463 "rust-embed-utils", 4464 + "syn 2.0.53", 4465 "walkdir", 4466 ] 4467 ··· 4513 4514 [[package]] 4515 name = "rustix" 4516 + version = "0.38.32" 4517 source = "registry+https://github.com/rust-lang/crates.io-index" 4518 + checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" 4519 dependencies = [ 4520 + "bitflags 2.5.0", 4521 "errno", 4522 "libc", 4523 "linux-raw-sys 0.4.13", ··· 4545 source = "registry+https://github.com/rust-lang/crates.io-index" 4546 checksum = "f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c" 4547 dependencies = [ 4548 + "bitflags 2.5.0", 4549 "bytemuck", 4550 "libm", 4551 "smallvec", ··· 4660 dependencies = [ 4661 "proc-macro2", 4662 "quote", 4663 + "syn 2.0.53", 4664 ] 4665 4666 [[package]] ··· 4682 dependencies = [ 4683 "proc-macro2", 4684 "quote", 4685 + "syn 2.0.53", 4686 ] 4687 4688 [[package]] ··· 4708 4709 [[package]] 4710 name = "serde_yaml" 4711 + version = "0.9.33" 4712 source = "registry+https://github.com/rust-lang/crates.io-index" 4713 + checksum = "a0623d197252096520c6f2a5e1171ee436e5af99a5d7caa2891e55e61950e6d9" 4714 dependencies = [ 4715 "indexmap", 4716 "itoa", ··· 4803 4804 [[package]] 4805 name = "smallvec" 4806 + version = "1.13.2" 4807 source = "registry+https://github.com/rust-lang/crates.io-index" 4808 + checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 4809 4810 [[package]] 4811 name = "smithay-client-toolkit" ··· 4813 source = "registry+https://github.com/rust-lang/crates.io-index" 4814 checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a" 4815 dependencies = [ 4816 + "bitflags 2.5.0", 4817 "calloop", 4818 "calloop-wayland-source", 4819 "cursor-icon", 4820 "libc", 4821 "log", 4822 "memmap2", 4823 + "rustix 0.38.32", 4824 "thiserror", 4825 "wayland-backend", 4826 "wayland-client", ··· 4834 4835 [[package]] 4836 name = "smithay-clipboard" 4837 + version = "0.8.0" 4838 + source = "git+https://github.com/pop-os/smithay-clipboard?tag=pop-mime-types#cc0101c1f9ccc937a413bd3af3c0f6217f27e935" 4839 dependencies = [ 4840 "libc", 4841 "smithay-client-toolkit", ··· 4890 "objc", 4891 "raw-window-handle 0.6.0", 4892 "redox_syscall 0.4.1", 4893 + "rustix 0.38.32", 4894 "tiny-xlib", 4895 "wasm-bindgen", 4896 "wayland-backend", ··· 4916 source = "registry+https://github.com/rust-lang/crates.io-index" 4917 checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 4918 dependencies = [ 4919 + "bitflags 2.5.0", 4920 ] 4921 4922 [[package]] ··· 4952 source = "registry+https://github.com/rust-lang/crates.io-index" 4953 checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" 4954 dependencies = [ 4955 + "heck 0.4.1", 4956 "proc-macro2", 4957 "quote", 4958 "rustversion", ··· 4977 4978 [[package]] 4979 name = "swash" 4980 + version = "0.1.13" 4981 source = "registry+https://github.com/rust-lang/crates.io-index" 4982 + checksum = "9af636fb90d39858650cae1088a37e2862dab4e874a0bb49d6dfb5b2dacf0e24" 4983 dependencies = [ 4984 "read-fonts", 4985 "yazi", ··· 4999 5000 [[package]] 5001 name = "syn" 5002 + version = "2.0.53" 5003 source = "registry+https://github.com/rust-lang/crates.io-index" 5004 + checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032" 5005 dependencies = [ 5006 "proc-macro2", 5007 "quote", ··· 5025 5026 [[package]] 5027 name = "system-configuration" 5028 + version = "0.5.1" 5029 source = "registry+https://github.com/rust-lang/crates.io-index" 5030 + checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 5031 dependencies = [ 5032 + "bitflags 1.3.2", 5033 "core-foundation", 5034 "system-configuration-sys", 5035 ] 5036 5037 [[package]] 5038 name = "system-configuration-sys" 5039 + version = "0.5.0" 5040 source = "registry+https://github.com/rust-lang/crates.io-index" 5041 + checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 5042 dependencies = [ 5043 "core-foundation-sys", 5044 "libc", ··· 5046 5047 [[package]] 5048 name = "system-deps" 5049 + version = "6.2.2" 5050 source = "registry+https://github.com/rust-lang/crates.io-index" 5051 + checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 5052 dependencies = [ 5053 "cfg-expr", 5054 + "heck 0.5.0", 5055 "pkg-config", 5056 "toml 0.8.2", 5057 "version-compare", ··· 5076 5077 [[package]] 5078 name = "temp-dir" 5079 + version = "0.1.13" 5080 source = "registry+https://github.com/rust-lang/crates.io-index" 5081 + checksum = "1f227968ec00f0e5322f9b8173c7a0cbcff6181a0a5b28e9892491c286277231" 5082 5083 [[package]] 5084 name = "tempfile" ··· 5088 dependencies = [ 5089 "cfg-if", 5090 "fastrand 2.0.1", 5091 + "rustix 0.38.32", 5092 "windows-sys 0.52.0", 5093 ] 5094 ··· 5103 5104 [[package]] 5105 name = "thiserror" 5106 + version = "1.0.58" 5107 source = "registry+https://github.com/rust-lang/crates.io-index" 5108 + checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" 5109 dependencies = [ 5110 "thiserror-impl", 5111 ] 5112 5113 [[package]] 5114 name = "thiserror-impl" 5115 + version = "1.0.58" 5116 source = "registry+https://github.com/rust-lang/crates.io-index" 5117 + checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" 5118 dependencies = [ 5119 "proc-macro2", 5120 "quote", 5121 + "syn 2.0.53", 5122 ] 5123 5124 [[package]] ··· 5231 dependencies = [ 5232 "proc-macro2", 5233 "quote", 5234 + "syn 2.0.53", 5235 ] 5236 5237 [[package]] ··· 5337 dependencies = [ 5338 "proc-macro2", 5339 "quote", 5340 + "syn 2.0.53", 5341 ] 5342 5343 [[package]] ··· 5483 5484 [[package]] 5485 name = "unsafe-libyaml" 5486 + version = "0.2.11" 5487 source = "registry+https://github.com/rust-lang/crates.io-index" 5488 + checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 5489 5490 [[package]] 5491 name = "url" ··· 5568 5569 [[package]] 5570 name = "version-compare" 5571 + version = "0.2.0" 5572 source = "registry+https://github.com/rust-lang/crates.io-index" 5573 + checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 5574 5575 [[package]] 5576 name = "version_check" ··· 5630 "once_cell", 5631 "proc-macro2", 5632 "quote", 5633 + "syn 2.0.53", 5634 "wasm-bindgen-shared", 5635 ] 5636 ··· 5664 dependencies = [ 5665 "proc-macro2", 5666 "quote", 5667 + "syn 2.0.53", 5668 "wasm-bindgen-backend", 5669 "wasm-bindgen-shared", 5670 ] ··· 5698 dependencies = [ 5699 "cc", 5700 "downcast-rs", 5701 + "rustix 0.38.32", 5702 "scoped-tls", 5703 "smallvec", 5704 "wayland-sys", ··· 5710 source = "registry+https://github.com/rust-lang/crates.io-index" 5711 checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f" 5712 dependencies = [ 5713 + "bitflags 2.5.0", 5714 + "rustix 0.38.32", 5715 "wayland-backend", 5716 "wayland-scanner", 5717 ] ··· 5722 source = "registry+https://github.com/rust-lang/crates.io-index" 5723 checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 5724 dependencies = [ 5725 + "bitflags 2.5.0", 5726 "cursor-icon", 5727 "wayland-backend", 5728 ] ··· 5733 source = "registry+https://github.com/rust-lang/crates.io-index" 5734 checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba" 5735 dependencies = [ 5736 + "rustix 0.38.32", 5737 "wayland-client", 5738 "xcursor", 5739 ] ··· 5744 source = "registry+https://github.com/rust-lang/crates.io-index" 5745 checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" 5746 dependencies = [ 5747 + "bitflags 2.5.0", 5748 "wayland-backend", 5749 "wayland-client", 5750 "wayland-scanner", ··· 5756 source = "registry+https://github.com/rust-lang/crates.io-index" 5757 checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479" 5758 dependencies = [ 5759 + "bitflags 2.5.0", 5760 "wayland-backend", 5761 "wayland-client", 5762 "wayland-protocols", ··· 5769 source = "registry+https://github.com/rust-lang/crates.io-index" 5770 checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6" 5771 dependencies = [ 5772 + "bitflags 2.5.0", 5773 "wayland-backend", 5774 "wayland-client", 5775 "wayland-protocols", ··· 5856 dependencies = [ 5857 "arrayvec", 5858 "bit-vec", 5859 + "bitflags 2.5.0", 5860 "cfg_aliases 0.1.1", 5861 "codespan-reporting", 5862 "indexmap", ··· 5883 "arrayvec", 5884 "ash", 5885 "bit-set", 5886 + "bitflags 2.5.0", 5887 "block", 5888 "cfg_aliases 0.1.1", 5889 "core-graphics-types", ··· 5922 version = "0.19.0" 5923 source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 5924 dependencies = [ 5925 + "bitflags 2.5.0", 5926 "js-sys", 5927 "web-sys", 5928 ] ··· 5967 [[package]] 5968 name = "window_clipboard" 5969 version = "0.4.1" 5970 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 5971 dependencies = [ 5972 "clipboard-win", 5973 "clipboard_macos", 5974 "clipboard_wayland", 5975 "clipboard_x11", 5976 + "mime 0.1.0", 5977 "raw-window-handle 0.6.0", 5978 "thiserror", 5979 ] ··· 6236 "ahash", 6237 "android-activity", 6238 "atomic-waker", 6239 + "bitflags 2.5.0", 6240 "bytemuck", 6241 "calloop", 6242 "cfg_aliases 0.1.1", ··· 6256 "percent-encoding", 6257 "raw-window-handle 0.6.0", 6258 "redox_syscall 0.3.5", 6259 + "rustix 0.38.32", 6260 "sctk-adwaita", 6261 "smithay-client-toolkit", 6262 "smol_str", ··· 6316 "libc", 6317 "libloading 0.8.3", 6318 "once_cell", 6319 + "rustix 0.38.32", 6320 "x11rb-protocol", 6321 ] 6322 ··· 6354 source = "registry+https://github.com/rust-lang/crates.io-index" 6355 checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 6356 dependencies = [ 6357 + "bitflags 2.5.0", 6358 "dlib", 6359 "log", 6360 "once_cell", ··· 6490 dependencies = [ 6491 "proc-macro2", 6492 "quote", 6493 + "syn 2.0.53", 6494 ] 6495 6496 [[package]]
+7 -5
pkgs/by-name/co/cosmic-store/package.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "cosmic-store"; 8 - version = "unstable-2024-03-13"; 9 src = fetchFromGitHub { 10 owner = "pop-os"; 11 repo = pname; 12 - rev = "df014ea82ae0465470f5d237bfe71d2c085d29a0"; 13 - hash = "sha256-1Sp6/qVONK+O5FLEcsu45eEBNaVbJLptt+ByXOZYwpo="; 14 fetchSubmodules = true; 15 }; 16 ··· 20 "accesskit-0.12.2" = "sha256-ksaYMGT/oug7isQY8/1WD97XDUsX2ShBdabUzxWffYw="; 21 "appstream-0.2.2" = "sha256-Qb/zzZJ2sM97nGVtp8amecTlwuaDrx1cacDcZOwhUm8="; 22 "atomicwrites-0.4.2" = "sha256-QZSuGPrJXh+svMeFWqAXoqZQxLq/WfIiamqvjJNVhxA="; 23 - "cosmic-config-0.1.0" = "sha256-J6c2pRCpyfCFMmzwJ4RdEghSaFDshDtZL6DteAiaq1o="; 24 - "cosmic-text-0.11.2" = "sha256-6mvGyMCFC/tSIiDgDX+zuDUi15S9dXI6Dc6pj36hIJM="; 25 "d3d12-0.19.0" = "sha256-usrxQXWLGJDjmIdw1LBXtBvX+CchZDvE8fHC0LjvhD4="; 26 "glyphon-0.5.0" = "sha256-j1HrbEpUBqazWqNfJhpyjWuxYAxkvbXzRKeSouUoPWg="; 27 "softbuffer-0.4.1" = "sha256-a0bUFz6O8CWRweNt/OxTvflnPYwO5nm6vsyc/WcXyNg="; 28 "taffy-0.3.11" = "sha256-SCx9GEIJjWdoNVyq+RZAGn0N71qraKZxf9ZWhvyzLaI="; 29 "winit-0.29.10" = "sha256-ScTII2AzK3SC8MVeASZ9jhVWsEaGrSQ2BnApTxgfxK4=";
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "cosmic-store"; 8 + version = "unstable-2024-04-14"; 9 src = fetchFromGitHub { 10 owner = "pop-os"; 11 repo = pname; 12 + rev = "b1bbeaa6e6bdc85c84d329ae01b69d72716411fc"; 13 + hash = "sha256-KHYcQnaRFoYzl/00mFkS6MJS7Th0T0fQhxYUErjzGCo="; 14 fetchSubmodules = true; 15 }; 16 ··· 20 "accesskit-0.12.2" = "sha256-ksaYMGT/oug7isQY8/1WD97XDUsX2ShBdabUzxWffYw="; 21 "appstream-0.2.2" = "sha256-Qb/zzZJ2sM97nGVtp8amecTlwuaDrx1cacDcZOwhUm8="; 22 "atomicwrites-0.4.2" = "sha256-QZSuGPrJXh+svMeFWqAXoqZQxLq/WfIiamqvjJNVhxA="; 23 + "clipboard_macos-0.1.0" = "sha256-PEH+aCpjDCEIj8s39nIeWxb7qu3u9IfriGqf0pYObMk="; 24 + "cosmic-config-0.1.0" = "sha256-Ps2QIzlwgW8ENB+uD6cOjCkjlZvmWspazsXNxDFCu7g="; 25 + "cosmic-text-0.11.2" = "sha256-K9cZeClr1zz4LanJS0WPEpxAplQrXfCjFKrSn5n4rDA="; 26 "d3d12-0.19.0" = "sha256-usrxQXWLGJDjmIdw1LBXtBvX+CchZDvE8fHC0LjvhD4="; 27 "glyphon-0.5.0" = "sha256-j1HrbEpUBqazWqNfJhpyjWuxYAxkvbXzRKeSouUoPWg="; 28 + "smithay-clipboard-0.8.0" = "sha256-OZOGbdzkgRIeDFrAENXE7g62eQTs60Je6lYVr0WudlE="; 29 "softbuffer-0.4.1" = "sha256-a0bUFz6O8CWRweNt/OxTvflnPYwO5nm6vsyc/WcXyNg="; 30 "taffy-0.3.11" = "sha256-SCx9GEIJjWdoNVyq+RZAGn0N71qraKZxf9ZWhvyzLaI="; 31 "winit-0.29.10" = "sha256-ScTII2AzK3SC8MVeASZ9jhVWsEaGrSQ2BnApTxgfxK4=";