Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(website): Improve tablet styling

+231 -235
+216 -225
Cargo.lock
··· 18 18 ] 19 19 20 20 [[package]] 21 + name = "aligned" 22 + version = "0.4.2" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "377e4c0ba83e4431b10df45c1d4666f178ea9c552cac93e60c3a88bf32785923" 25 + dependencies = [ 26 + "as-slice", 27 + ] 28 + 29 + [[package]] 21 30 name = "aligned-vec" 22 31 version = "0.6.4" 23 32 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 73 82 74 83 [[package]] 75 84 name = "anstyle-query" 76 - version = "1.1.4" 85 + version = "1.1.5" 77 86 source = "registry+https://github.com/rust-lang/crates.io-index" 78 - checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 87 + checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 79 88 dependencies = [ 80 - "windows-sys 0.60.2", 89 + "windows-sys 0.61.2", 81 90 ] 82 91 83 92 [[package]] 84 93 name = "anstyle-wincon" 85 - version = "3.0.10" 94 + version = "3.0.11" 86 95 source = "registry+https://github.com/rust-lang/crates.io-index" 87 - checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 96 + checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 88 97 dependencies = [ 89 98 "anstyle", 90 99 "once_cell_polyfill", 91 - "windows-sys 0.60.2", 100 + "windows-sys 0.61.2", 92 101 ] 93 102 94 103 [[package]] ··· 132 141 dependencies = [ 133 142 "proc-macro2", 134 143 "quote", 135 - "syn 2.0.110", 144 + "syn 2.0.111", 136 145 ] 137 146 138 147 [[package]] ··· 148 157 checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 149 158 150 159 [[package]] 160 + name = "as-slice" 161 + version = "0.2.1" 162 + source = "registry+https://github.com/rust-lang/crates.io-index" 163 + checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516" 164 + dependencies = [ 165 + "stable_deref_trait", 166 + ] 167 + 168 + [[package]] 151 169 name = "async-scoped" 152 170 version = "0.9.0" 153 171 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 166 184 dependencies = [ 167 185 "proc-macro2", 168 186 "quote", 169 - "syn 2.0.110", 187 + "syn 2.0.111", 170 188 ] 171 189 172 190 [[package]] ··· 182 200 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 183 201 184 202 [[package]] 203 + name = "av-scenechange" 204 + version = "0.14.1" 205 + source = "registry+https://github.com/rust-lang/crates.io-index" 206 + checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394" 207 + dependencies = [ 208 + "aligned", 209 + "anyhow", 210 + "arg_enum_proc_macro", 211 + "arrayvec", 212 + "log", 213 + "num-rational", 214 + "num-traits", 215 + "pastey", 216 + "rayon", 217 + "thiserror 2.0.17", 218 + "v_frame", 219 + "y4m", 220 + ] 221 + 222 + [[package]] 185 223 name = "av1-grain" 186 224 version = "0.2.5" 187 225 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 206 244 207 245 [[package]] 208 246 name = "axum" 209 - version = "0.8.6" 247 + version = "0.8.7" 210 248 source = "registry+https://github.com/rust-lang/crates.io-index" 211 - checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" 249 + checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" 212 250 dependencies = [ 213 251 "axum-core", 214 252 "base64", ··· 348 386 349 387 [[package]] 350 388 name = "bitstream-io" 351 - version = "2.6.0" 389 + version = "4.9.0" 352 390 source = "registry+https://github.com/rust-lang/crates.io-index" 353 - checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2" 391 + checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757" 392 + dependencies = [ 393 + "core2", 394 + ] 354 395 355 396 [[package]] 356 397 name = "bitvec" ··· 467 508 "dunce", 468 509 "futures", 469 510 "indexmap", 470 - "itertools 0.14.0", 511 + "itertools", 471 512 "itoa", 472 513 "memchr", 473 514 "oxc", ··· 505 546 "dashmap", 506 547 "derive_more", 507 548 "fast-glob", 508 - "itertools 0.14.0", 549 + "itertools", 509 550 "num-bigint", 510 551 "oxc", 511 552 "oxc_ecmascript", ··· 694 735 "brk_rolldown_fs", 695 736 "brk_rolldown_utils", 696 737 "dashmap", 697 - "itertools 0.14.0", 738 + "itertools", 698 739 "oxc_resolver", 699 740 "sugar_path", 700 741 ] ··· 796 837 797 838 [[package]] 798 839 name = "built" 799 - version = "0.7.7" 840 + version = "0.8.0" 800 841 source = "registry+https://github.com/rust-lang/crates.io-index" 801 - checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b" 842 + checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64" 802 843 803 844 [[package]] 804 845 name = "bumpalo" ··· 829 870 830 871 [[package]] 831 872 name = "bytes" 832 - version = "1.10.1" 873 + version = "1.11.0" 833 874 source = "registry+https://github.com/rust-lang/crates.io-index" 834 - checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 875 + checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 835 876 836 877 [[package]] 837 878 name = "camino" ··· 876 917 877 918 [[package]] 878 919 name = "cc" 879 - version = "1.2.45" 920 + version = "1.2.48" 880 921 source = "registry+https://github.com/rust-lang/crates.io-index" 881 - checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe" 922 + checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a" 882 923 dependencies = [ 883 924 "find-msvc-tools", 884 925 "jobserver", ··· 898 939 ] 899 940 900 941 [[package]] 901 - name = "cfg-expr" 902 - version = "0.15.8" 903 - source = "registry+https://github.com/rust-lang/crates.io-index" 904 - checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 905 - dependencies = [ 906 - "smallvec", 907 - "target-lexicon", 908 - ] 909 - 910 - [[package]] 911 942 name = "cfg-if" 912 943 version = "1.0.4" 913 944 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 935 966 936 967 [[package]] 937 968 name = "clap" 938 - version = "4.5.51" 969 + version = "4.5.53" 939 970 source = "registry+https://github.com/rust-lang/crates.io-index" 940 - checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" 971 + checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" 941 972 dependencies = [ 942 973 "clap_builder", 943 974 "clap_derive", ··· 945 976 946 977 [[package]] 947 978 name = "clap_builder" 948 - version = "4.5.51" 979 + version = "4.5.53" 949 980 source = "registry+https://github.com/rust-lang/crates.io-index" 950 - checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" 981 + checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" 951 982 dependencies = [ 952 983 "anstream", 953 984 "anstyle", ··· 965 996 "heck", 966 997 "proc-macro2", 967 998 "quote", 968 - "syn 2.0.110", 999 + "syn 2.0.111", 969 1000 ] 970 1001 971 1002 [[package]] ··· 1010 1041 checksum = "058167258e819b16a4ba601fdfe270349ef191154758dbce122c62a698f70ba8" 1011 1042 dependencies = [ 1012 1043 "divan-macros", 1013 - "itertools 0.14.0", 1044 + "itertools", 1014 1045 "proc-macro-crate", 1015 1046 "proc-macro2", 1016 1047 "quote", 1017 - "syn 2.0.110", 1048 + "syn 2.0.111", 1018 1049 ] 1019 1050 1020 1051 [[package]] ··· 1106 1137 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1107 1138 1108 1139 [[package]] 1140 + name = "core2" 1141 + version = "0.4.0" 1142 + source = "registry+https://github.com/rust-lang/crates.io-index" 1143 + checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 1144 + dependencies = [ 1145 + "memchr", 1146 + ] 1147 + 1148 + [[package]] 1109 1149 name = "cow-utils" 1110 1150 version = "0.1.3" 1111 1151 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1233 1273 checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 1234 1274 dependencies = [ 1235 1275 "quote", 1236 - "syn 2.0.110", 1276 + "syn 2.0.111", 1237 1277 ] 1238 1278 1239 1279 [[package]] ··· 1282 1322 dependencies = [ 1283 1323 "proc-macro2", 1284 1324 "quote", 1285 - "syn 2.0.110", 1325 + "syn 2.0.111", 1286 1326 "unicode-xid", 1287 1327 ] 1288 1328 ··· 1310 1350 dependencies = [ 1311 1351 "proc-macro2", 1312 1352 "quote", 1313 - "syn 2.0.110", 1353 + "syn 2.0.111", 1314 1354 ] 1315 1355 1316 1356 [[package]] ··· 1321 1361 dependencies = [ 1322 1362 "proc-macro2", 1323 1363 "quote", 1324 - "syn 2.0.110", 1364 + "syn 2.0.111", 1325 1365 ] 1326 1366 1327 1367 [[package]] ··· 1418 1458 dependencies = [ 1419 1459 "proc-macro2", 1420 1460 "quote", 1421 - "syn 2.0.110", 1461 + "syn 2.0.111", 1422 1462 ] 1423 1463 1424 1464 [[package]] ··· 1495 1535 dependencies = [ 1496 1536 "proc-macro2", 1497 1537 "quote", 1498 - "syn 2.0.110", 1538 + "syn 2.0.111", 1499 1539 ] 1500 1540 1501 1541 [[package]] ··· 1530 1570 1531 1571 [[package]] 1532 1572 name = "find-msvc-tools" 1533 - version = "0.1.4" 1573 + version = "0.1.5" 1534 1574 source = "registry+https://github.com/rust-lang/crates.io-index" 1535 - checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 1575 + checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 1536 1576 1537 1577 [[package]] 1538 1578 name = "fixedbitset" ··· 1649 1689 dependencies = [ 1650 1690 "proc-macro2", 1651 1691 "quote", 1652 - "syn 2.0.110", 1692 + "syn 2.0.111", 1653 1693 ] 1654 1694 1655 1695 [[package]] ··· 1744 1784 1745 1785 [[package]] 1746 1786 name = "gif" 1747 - version = "0.13.3" 1787 + version = "0.14.0" 1748 1788 source = "registry+https://github.com/rust-lang/crates.io-index" 1749 - checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" 1789 + checksum = "f954a9e9159ec994f73a30a12b96a702dde78f5547bcb561174597924f7d4162" 1750 1790 dependencies = [ 1751 1791 "color_quant", 1752 1792 "weezl", ··· 1786 1826 1787 1827 [[package]] 1788 1828 name = "hashbrown" 1789 - version = "0.16.0" 1829 + version = "0.16.1" 1790 1830 source = "registry+https://github.com/rust-lang/crates.io-index" 1791 - checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 1831 + checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1792 1832 dependencies = [ 1793 1833 "allocator-api2", 1794 1834 "equivalent", ··· 1803 1843 1804 1844 [[package]] 1805 1845 name = "http" 1806 - version = "1.3.1" 1846 + version = "1.4.0" 1807 1847 source = "registry+https://github.com/rust-lang/crates.io-index" 1808 - checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1848 + checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1809 1849 dependencies = [ 1810 1850 "bytes", 1811 - "fnv", 1812 1851 "itoa", 1813 1852 ] 1814 1853 ··· 1855 1894 1856 1895 [[package]] 1857 1896 name = "hyper" 1858 - version = "1.8.0" 1897 + version = "1.8.1" 1859 1898 source = "registry+https://github.com/rust-lang/crates.io-index" 1860 - checksum = "1744436df46f0bde35af3eda22aeaba453aada65d8f1c171cd8a5f59030bd69f" 1899 + checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1861 1900 dependencies = [ 1862 1901 "atomic-waker", 1863 1902 "bytes", ··· 1876 1915 1877 1916 [[package]] 1878 1917 name = "hyper-util" 1879 - version = "0.1.17" 1918 + version = "0.1.18" 1880 1919 source = "registry+https://github.com/rust-lang/crates.io-index" 1881 - checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 1920 + checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56" 1882 1921 dependencies = [ 1883 1922 "bytes", 1884 1923 "futures-core", ··· 2018 2057 2019 2058 [[package]] 2020 2059 name = "image" 2021 - version = "0.25.8" 2060 + version = "0.25.9" 2022 2061 source = "registry+https://github.com/rust-lang/crates.io-index" 2023 - checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7" 2062 + checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" 2024 2063 dependencies = [ 2025 2064 "bytemuck", 2026 2065 "byteorder-lite", ··· 2036 2075 "rayon", 2037 2076 "rgb", 2038 2077 "tiff", 2039 - "zune-core", 2040 - "zune-jpeg", 2078 + "zune-core 0.5.0", 2079 + "zune-jpeg 0.5.5", 2041 2080 ] 2042 2081 2043 2082 [[package]] ··· 2058 2097 2059 2098 [[package]] 2060 2099 name = "indexmap" 2061 - version = "2.12.0" 2100 + version = "2.12.1" 2062 2101 source = "registry+https://github.com/rust-lang/crates.io-index" 2063 - checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 2102 + checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 2064 2103 dependencies = [ 2065 2104 "equivalent", 2066 - "hashbrown 0.16.0", 2105 + "hashbrown 0.16.1", 2067 2106 "rayon", 2068 2107 "serde", 2069 2108 "serde_core", ··· 2123 2162 dependencies = [ 2124 2163 "proc-macro2", 2125 2164 "quote", 2126 - "syn 2.0.110", 2165 + "syn 2.0.111", 2127 2166 ] 2128 2167 2129 2168 [[package]] ··· 2131 2170 version = "1.70.2" 2132 2171 source = "registry+https://github.com/rust-lang/crates.io-index" 2133 2172 checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 2134 - 2135 - [[package]] 2136 - name = "itertools" 2137 - version = "0.12.1" 2138 - source = "registry+https://github.com/rust-lang/crates.io-index" 2139 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2140 - dependencies = [ 2141 - "either", 2142 - ] 2143 2173 2144 2174 [[package]] 2145 2175 name = "itertools" ··· 2177 2207 dependencies = [ 2178 2208 "proc-macro2", 2179 2209 "quote", 2180 - "syn 2.0.110", 2210 + "syn 2.0.111", 2181 2211 ] 2182 2212 2183 2213 [[package]] ··· 2192 2222 2193 2223 [[package]] 2194 2224 name = "js-sys" 2195 - version = "0.3.82" 2225 + version = "0.3.83" 2196 2226 source = "registry+https://github.com/rust-lang/crates.io-index" 2197 - checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" 2227 + checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 2198 2228 dependencies = [ 2199 2229 "once_cell", 2200 2230 "wasm-bindgen", ··· 2211 2241 2212 2242 [[package]] 2213 2243 name = "json-strip-comments" 2214 - version = "3.0.1" 2244 + version = "3.1.0" 2215 2245 source = "registry+https://github.com/rust-lang/crates.io-index" 2216 - checksum = "c4135b29c84322dbc3327272084360785665452213a576a991b3ac2f63148e82" 2246 + checksum = "25376d12b2f6ae53f986f86e2a808a56af03d72284ae24fc35a2e290d09ee3c3" 2217 2247 dependencies = [ 2218 2248 "memchr", 2219 2249 ] ··· 2369 2399 "cfg-if", 2370 2400 "cssparser", 2371 2401 "encoding_rs", 2372 - "hashbrown 0.16.0", 2402 + "hashbrown 0.16.1", 2373 2403 "memchr", 2374 2404 "mime", 2375 2405 "precomputed-hash", ··· 2420 2450 "proc-macro2", 2421 2451 "proc-macro2-diagnostics", 2422 2452 "quote", 2423 - "syn 2.0.110", 2453 + "syn 2.0.111", 2424 2454 ] 2425 2455 2426 2456 [[package]] ··· 2554 2584 version = "0.5.0" 2555 2585 dependencies = [ 2556 2586 "quote", 2557 - "syn 2.0.110", 2587 + "syn 2.0.111", 2558 2588 ] 2559 2589 2560 2590 [[package]] ··· 2643 2673 2644 2674 [[package]] 2645 2675 name = "moxcms" 2646 - version = "0.7.9" 2676 + version = "0.7.10" 2647 2677 source = "registry+https://github.com/rust-lang/crates.io-index" 2648 - checksum = "0fbdd3d7436f8b5e892b8b7ea114271ff0fa00bc5acae845d53b07d498616ef6" 2678 + checksum = "80986bbbcf925ebd3be54c26613d861255284584501595cf418320c078945608" 2649 2679 dependencies = [ 2650 2680 "num-traits", 2651 2681 "pxfm", ··· 2804 2834 dependencies = [ 2805 2835 "proc-macro2", 2806 2836 "quote", 2807 - "syn 2.0.110", 2837 + "syn 2.0.111", 2808 2838 ] 2809 2839 2810 2840 [[package]] ··· 2978 3008 dependencies = [ 2979 3009 "proc-macro2", 2980 3010 "quote", 2981 - "syn 2.0.110", 3011 + "syn 2.0.111", 2982 3012 ] 2983 3013 2984 3014 [[package]] ··· 2989 3019 dependencies = [ 2990 3020 "allocator-api2", 2991 3021 "bumpalo", 2992 - "hashbrown 0.16.0", 3022 + "hashbrown 0.16.1", 2993 3023 "oxc_data_structures", 2994 3024 "oxc_estree", 2995 3025 "rustc-hash", ··· 3022 3052 "phf 0.13.1", 3023 3053 "proc-macro2", 3024 3054 "quote", 3025 - "syn 2.0.110", 3055 + "syn 2.0.111", 3026 3056 ] 3027 3057 3028 3058 [[package]] ··· 3044 3074 checksum = "a32fdc832b6ed9b007f44022e3b273e5b2cc6d798a91ea5b46e150858b17be40" 3045 3075 dependencies = [ 3046 3076 "bitflags 2.10.0", 3047 - "itertools 0.14.0", 3077 + "itertools", 3048 3078 "nonmax", 3049 3079 "oxc_index", 3050 3080 "oxc_syntax", ··· 3166 3196 source = "registry+https://github.com/rust-lang/crates.io-index" 3167 3197 checksum = "cb797e995b53f0e112b0a1359f967de7cb3a702b46fa2492d6025be4de175a65" 3168 3198 dependencies = [ 3169 - "itertools 0.14.0", 3199 + "itertools", 3170 3200 "oxc_allocator", 3171 3201 "oxc_ast", 3172 3202 "oxc_data_structures", ··· 3268 3298 source = "registry+https://github.com/rust-lang/crates.io-index" 3269 3299 checksum = "f9ce8984f6054d3deafebff4e318fea5a38d281905be8bf555e625a7d7c63220" 3270 3300 dependencies = [ 3271 - "itertools 0.14.0", 3301 + "itertools", 3272 3302 "oxc_allocator", 3273 3303 "oxc_ast", 3274 3304 "oxc_ast_visit", ··· 3464 3494 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3465 3495 3466 3496 [[package]] 3497 + name = "pastey" 3498 + version = "0.1.1" 3499 + source = "registry+https://github.com/rust-lang/crates.io-index" 3500 + checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" 3501 + 3502 + [[package]] 3467 3503 name = "pathdiff" 3468 3504 version = "0.2.3" 3469 3505 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3548 3584 "phf_shared 0.11.3", 3549 3585 "proc-macro2", 3550 3586 "quote", 3551 - "syn 2.0.110", 3587 + "syn 2.0.111", 3552 3588 ] 3553 3589 3554 3590 [[package]] ··· 3561 3597 "phf_shared 0.13.1", 3562 3598 "proc-macro2", 3563 3599 "quote", 3564 - "syn 2.0.110", 3600 + "syn 2.0.111", 3565 3601 ] 3566 3602 3567 3603 [[package]] ··· 3599 3635 dependencies = [ 3600 3636 "proc-macro2", 3601 3637 "quote", 3602 - "syn 2.0.110", 3638 + "syn 2.0.111", 3603 3639 ] 3604 3640 3605 3641 [[package]] ··· 3735 3771 dependencies = [ 3736 3772 "proc-macro2", 3737 3773 "quote", 3738 - "syn 2.0.110", 3774 + "syn 2.0.111", 3739 3775 "version_check", 3740 3776 ] 3741 3777 ··· 3755 3791 checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" 3756 3792 dependencies = [ 3757 3793 "quote", 3758 - "syn 2.0.110", 3794 + "syn 2.0.111", 3759 3795 ] 3760 3796 3761 3797 [[package]] ··· 3779 3815 3780 3816 [[package]] 3781 3817 name = "pxfm" 3782 - version = "0.1.25" 3818 + version = "0.1.26" 3783 3819 source = "registry+https://github.com/rust-lang/crates.io-index" 3784 - checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84" 3820 + checksum = "b3502d6155304a4173a5f2c34b52b7ed0dd085890326cb50fd625fdf39e86b3b" 3785 3821 dependencies = [ 3786 3822 "num-traits", 3787 3823 ] ··· 3862 3898 source = "registry+https://github.com/rust-lang/crates.io-index" 3863 3899 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3864 3900 dependencies = [ 3865 - "libc", 3866 - "rand_chacha 0.3.1", 3867 3901 "rand_core 0.6.4", 3868 3902 ] 3869 3903 ··· 3873 3907 source = "registry+https://github.com/rust-lang/crates.io-index" 3874 3908 checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 3875 3909 dependencies = [ 3876 - "rand_chacha 0.9.0", 3910 + "rand_chacha", 3877 3911 "rand_core 0.9.3", 3878 3912 ] 3879 3913 3880 3914 [[package]] 3881 3915 name = "rand_chacha" 3882 - version = "0.3.1" 3883 - source = "registry+https://github.com/rust-lang/crates.io-index" 3884 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3885 - dependencies = [ 3886 - "ppv-lite86", 3887 - "rand_core 0.6.4", 3888 - ] 3889 - 3890 - [[package]] 3891 - name = "rand_chacha" 3892 3916 version = "0.9.0" 3893 3917 source = "registry+https://github.com/rust-lang/crates.io-index" 3894 3918 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" ··· 3902 3926 version = "0.6.4" 3903 3927 source = "registry+https://github.com/rust-lang/crates.io-index" 3904 3928 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3905 - dependencies = [ 3906 - "getrandom 0.2.16", 3907 - ] 3908 3929 3909 3930 [[package]] 3910 3931 name = "rand_core" ··· 3917 3938 3918 3939 [[package]] 3919 3940 name = "rav1e" 3920 - version = "0.7.1" 3941 + version = "0.8.1" 3921 3942 source = "registry+https://github.com/rust-lang/crates.io-index" 3922 - checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9" 3943 + checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b" 3923 3944 dependencies = [ 3945 + "aligned-vec", 3924 3946 "arbitrary", 3925 3947 "arg_enum_proc_macro", 3926 3948 "arrayvec", 3949 + "av-scenechange", 3927 3950 "av1-grain", 3928 3951 "bitstream-io", 3929 3952 "built", 3930 3953 "cfg-if", 3931 3954 "interpolate_name", 3932 - "itertools 0.12.1", 3955 + "itertools", 3933 3956 "libc", 3934 3957 "libfuzzer-sys", 3935 3958 "log", ··· 3938 3961 "noop_proc_macro", 3939 3962 "num-derive", 3940 3963 "num-traits", 3941 - "once_cell", 3942 3964 "paste", 3943 3965 "profiling", 3944 - "rand 0.8.5", 3945 - "rand_chacha 0.3.1", 3966 + "rand 0.9.2", 3967 + "rand_chacha", 3946 3968 "simd_helpers", 3947 - "system-deps", 3948 - "thiserror 1.0.69", 3969 + "thiserror 2.0.17", 3949 3970 "v_frame", 3950 3971 "wasm-bindgen", 3951 3972 ] 3952 3973 3953 3974 [[package]] 3954 3975 name = "ravif" 3955 - version = "0.11.20" 3976 + version = "0.12.0" 3956 3977 source = "registry+https://github.com/rust-lang/crates.io-index" 3957 - checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b" 3978 + checksum = "ef69c1990ceef18a116855938e74793a5f7496ee907562bd0857b6ac734ab285" 3958 3979 dependencies = [ 3959 3980 "avif-serialize", 3960 3981 "imgref", ··· 4070 4091 source = "registry+https://github.com/rust-lang/crates.io-index" 4071 4092 checksum = "2057b2325e68a893284d1538021ab90279adac1139957ca2a74426c6f118fb48" 4072 4093 dependencies = [ 4073 - "hashbrown 0.16.0", 4094 + "hashbrown 0.16.1", 4074 4095 "memchr", 4075 4096 ] 4076 4097 ··· 4153 4174 4154 4175 [[package]] 4155 4176 name = "rustls-pki-types" 4156 - version = "1.13.0" 4177 + version = "1.13.1" 4157 4178 source = "registry+https://github.com/rust-lang/crates.io-index" 4158 - checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" 4179 + checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c" 4159 4180 dependencies = [ 4160 4181 "zeroize", 4161 4182 ] ··· 4276 4297 dependencies = [ 4277 4298 "proc-macro2", 4278 4299 "quote", 4279 - "syn 2.0.110", 4300 + "syn 2.0.111", 4280 4301 ] 4281 4302 4282 4303 [[package]] ··· 4305 4326 ] 4306 4327 4307 4328 [[package]] 4308 - name = "serde_spanned" 4309 - version = "0.6.9" 4310 - source = "registry+https://github.com/rust-lang/crates.io-index" 4311 - checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 4312 - dependencies = [ 4313 - "serde", 4314 - ] 4315 - 4316 - [[package]] 4317 4329 name = "serde_urlencoded" 4318 4330 version = "0.7.1" 4319 4331 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4396 4408 4397 4409 [[package]] 4398 4410 name = "signal-hook-registry" 4399 - version = "1.4.6" 4411 + version = "1.4.7" 4400 4412 source = "registry+https://github.com/rust-lang/crates.io-index" 4401 - checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 4413 + checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" 4402 4414 dependencies = [ 4403 4415 "libc", 4404 4416 ] ··· 4536 4548 4537 4549 [[package]] 4538 4550 name = "syn" 4539 - version = "2.0.110" 4551 + version = "2.0.111" 4540 4552 source = "registry+https://github.com/rust-lang/crates.io-index" 4541 - checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" 4553 + checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" 4542 4554 dependencies = [ 4543 4555 "proc-macro2", 4544 4556 "quote", ··· 4559 4571 dependencies = [ 4560 4572 "proc-macro2", 4561 4573 "quote", 4562 - "syn 2.0.110", 4574 + "syn 2.0.111", 4563 4575 ] 4564 4576 4565 4577 [[package]] ··· 4584 4596 ] 4585 4597 4586 4598 [[package]] 4587 - name = "system-deps" 4588 - version = "6.2.2" 4589 - source = "registry+https://github.com/rust-lang/crates.io-index" 4590 - checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 4591 - dependencies = [ 4592 - "cfg-expr", 4593 - "heck", 4594 - "pkg-config", 4595 - "toml", 4596 - "version-compare", 4597 - ] 4598 - 4599 - [[package]] 4600 4599 name = "tap" 4601 4600 version = "1.0.1" 4602 4601 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4612 4611 "libc", 4613 4612 "xattr", 4614 4613 ] 4615 - 4616 - [[package]] 4617 - name = "target-lexicon" 4618 - version = "0.12.16" 4619 - source = "registry+https://github.com/rust-lang/crates.io-index" 4620 - checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 4621 4614 4622 4615 [[package]] 4623 4616 name = "termcolor" ··· 4675 4668 dependencies = [ 4676 4669 "proc-macro2", 4677 4670 "quote", 4678 - "syn 2.0.110", 4671 + "syn 2.0.111", 4679 4672 ] 4680 4673 4681 4674 [[package]] ··· 4686 4679 dependencies = [ 4687 4680 "proc-macro2", 4688 4681 "quote", 4689 - "syn 2.0.110", 4682 + "syn 2.0.111", 4690 4683 ] 4691 4684 4692 4685 [[package]] ··· 4715 4708 "half", 4716 4709 "quick-error", 4717 4710 "weezl", 4718 - "zune-jpeg", 4711 + "zune-jpeg 0.4.21", 4719 4712 ] 4720 4713 4721 4714 [[package]] ··· 4783 4776 dependencies = [ 4784 4777 "proc-macro2", 4785 4778 "quote", 4786 - "syn 2.0.110", 4779 + "syn 2.0.111", 4787 4780 ] 4788 4781 4789 4782 [[package]] ··· 4812 4805 ] 4813 4806 4814 4807 [[package]] 4815 - name = "toml" 4816 - version = "0.8.23" 4817 - source = "registry+https://github.com/rust-lang/crates.io-index" 4818 - checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 4819 - dependencies = [ 4820 - "serde", 4821 - "serde_spanned", 4822 - "toml_datetime 0.6.11", 4823 - "toml_edit 0.22.27", 4824 - ] 4825 - 4826 - [[package]] 4827 4808 name = "toml_datetime" 4828 4809 version = "0.6.11" 4829 4810 source = "registry+https://github.com/rust-lang/crates.io-index" 4830 4811 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 4831 - dependencies = [ 4832 - "serde", 4833 - ] 4834 4812 4835 4813 [[package]] 4836 4814 name = "toml_datetime" ··· 4848 4826 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 4849 4827 dependencies = [ 4850 4828 "indexmap", 4851 - "serde", 4852 - "serde_spanned", 4853 4829 "toml_datetime 0.6.11", 4854 4830 "toml_write", 4855 4831 "winnow", ··· 4900 4876 4901 4877 [[package]] 4902 4878 name = "tower-http" 4903 - version = "0.6.6" 4879 + version = "0.6.7" 4904 4880 source = "registry+https://github.com/rust-lang/crates.io-index" 4905 - checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 4881 + checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" 4906 4882 dependencies = [ 4907 4883 "bitflags 2.10.0", 4908 4884 "bytes", ··· 4938 4914 4939 4915 [[package]] 4940 4916 name = "tracing" 4941 - version = "0.1.41" 4917 + version = "0.1.43" 4942 4918 source = "registry+https://github.com/rust-lang/crates.io-index" 4943 - checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 4919 + checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647" 4944 4920 dependencies = [ 4945 4921 "log", 4946 4922 "pin-project-lite", ··· 4950 4926 4951 4927 [[package]] 4952 4928 name = "tracing-attributes" 4953 - version = "0.1.30" 4929 + version = "0.1.31" 4954 4930 source = "registry+https://github.com/rust-lang/crates.io-index" 4955 - checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 4931 + checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 4956 4932 dependencies = [ 4957 4933 "proc-macro2", 4958 4934 "quote", 4959 - "syn 2.0.110", 4935 + "syn 2.0.111", 4960 4936 ] 4961 4937 4962 4938 [[package]] ··· 4972 4948 4973 4949 [[package]] 4974 4950 name = "tracing-core" 4975 - version = "0.1.34" 4951 + version = "0.1.35" 4976 4952 source = "registry+https://github.com/rust-lang/crates.io-index" 4977 - checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 4953 + checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" 4978 4954 dependencies = [ 4979 4955 "once_cell", 4980 4956 "valuable", ··· 5041 5017 dependencies = [ 5042 5018 "proc-macro2", 5043 5019 "quote", 5044 - "syn 2.0.110", 5020 + "syn 2.0.111", 5045 5021 "termcolor", 5046 5022 ] 5047 5023 ··· 5162 5138 5163 5139 [[package]] 5164 5140 name = "ureq-proto" 5165 - version = "0.5.2" 5141 + version = "0.5.3" 5166 5142 source = "registry+https://github.com/rust-lang/crates.io-index" 5167 - checksum = "60b4531c118335662134346048ddb0e54cc86bd7e81866757873055f0e38f5d2" 5143 + checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f" 5168 5144 dependencies = [ 5169 5145 "base64", 5170 5146 "http", ··· 5237 5213 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 5238 5214 5239 5215 [[package]] 5240 - name = "version-compare" 5241 - version = "0.2.1" 5242 - source = "registry+https://github.com/rust-lang/crates.io-index" 5243 - checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" 5244 - 5245 - [[package]] 5246 5216 name = "version_check" 5247 5217 version = "0.9.5" 5248 5218 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5296 5266 5297 5267 [[package]] 5298 5268 name = "wasm-bindgen" 5299 - version = "0.2.105" 5269 + version = "0.2.106" 5300 5270 source = "registry+https://github.com/rust-lang/crates.io-index" 5301 - checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" 5271 + checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 5302 5272 dependencies = [ 5303 5273 "cfg-if", 5304 5274 "once_cell", ··· 5309 5279 5310 5280 [[package]] 5311 5281 name = "wasm-bindgen-macro" 5312 - version = "0.2.105" 5282 + version = "0.2.106" 5313 5283 source = "registry+https://github.com/rust-lang/crates.io-index" 5314 - checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" 5284 + checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 5315 5285 dependencies = [ 5316 5286 "quote", 5317 5287 "wasm-bindgen-macro-support", ··· 5319 5289 5320 5290 [[package]] 5321 5291 name = "wasm-bindgen-macro-support" 5322 - version = "0.2.105" 5292 + version = "0.2.106" 5323 5293 source = "registry+https://github.com/rust-lang/crates.io-index" 5324 - checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" 5294 + checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 5325 5295 dependencies = [ 5326 5296 "bumpalo", 5327 5297 "proc-macro2", 5328 5298 "quote", 5329 - "syn 2.0.110", 5299 + "syn 2.0.111", 5330 5300 "wasm-bindgen-shared", 5331 5301 ] 5332 5302 5333 5303 [[package]] 5334 5304 name = "wasm-bindgen-shared" 5335 - version = "0.2.105" 5305 + version = "0.2.106" 5336 5306 source = "registry+https://github.com/rust-lang/crates.io-index" 5337 - checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" 5307 + checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 5338 5308 dependencies = [ 5339 5309 "unicode-ident", 5340 5310 ] 5341 5311 5342 5312 [[package]] 5343 5313 name = "web-sys" 5344 - version = "0.3.82" 5314 + version = "0.3.83" 5345 5315 source = "registry+https://github.com/rust-lang/crates.io-index" 5346 - checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" 5316 + checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" 5347 5317 dependencies = [ 5348 5318 "js-sys", 5349 5319 "wasm-bindgen", ··· 5458 5428 dependencies = [ 5459 5429 "proc-macro2", 5460 5430 "quote", 5461 - "syn 2.0.110", 5431 + "syn 2.0.111", 5462 5432 ] 5463 5433 5464 5434 [[package]] ··· 5469 5439 dependencies = [ 5470 5440 "proc-macro2", 5471 5441 "quote", 5472 - "syn 2.0.110", 5442 + "syn 2.0.111", 5473 5443 ] 5474 5444 5475 5445 [[package]] ··· 5748 5718 5749 5719 [[package]] 5750 5720 name = "winnow" 5751 - version = "0.7.13" 5721 + version = "0.7.14" 5752 5722 source = "registry+https://github.com/rust-lang/crates.io-index" 5753 - checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 5723 + checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 5754 5724 dependencies = [ 5755 5725 "memchr", 5756 5726 ] ··· 5793 5763 checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" 5794 5764 5795 5765 [[package]] 5766 + name = "y4m" 5767 + version = "0.8.0" 5768 + source = "registry+https://github.com/rust-lang/crates.io-index" 5769 + checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448" 5770 + 5771 + [[package]] 5796 5772 name = "yaml-rust" 5797 5773 version = "0.4.5" 5798 5774 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5826 5802 dependencies = [ 5827 5803 "proc-macro2", 5828 5804 "quote", 5829 - "syn 2.0.110", 5805 + "syn 2.0.111", 5830 5806 "synstructure", 5831 5807 ] 5832 5808 5833 5809 [[package]] 5834 5810 name = "zerocopy" 5835 - version = "0.8.27" 5811 + version = "0.8.31" 5836 5812 source = "registry+https://github.com/rust-lang/crates.io-index" 5837 - checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 5813 + checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 5838 5814 dependencies = [ 5839 5815 "zerocopy-derive", 5840 5816 ] 5841 5817 5842 5818 [[package]] 5843 5819 name = "zerocopy-derive" 5844 - version = "0.8.27" 5820 + version = "0.8.31" 5845 5821 source = "registry+https://github.com/rust-lang/crates.io-index" 5846 - checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 5822 + checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 5847 5823 dependencies = [ 5848 5824 "proc-macro2", 5849 5825 "quote", 5850 - "syn 2.0.110", 5826 + "syn 2.0.111", 5851 5827 ] 5852 5828 5853 5829 [[package]] ··· 5867 5843 dependencies = [ 5868 5844 "proc-macro2", 5869 5845 "quote", 5870 - "syn 2.0.110", 5846 + "syn 2.0.111", 5871 5847 "synstructure", 5872 5848 ] 5873 5849 ··· 5907 5883 dependencies = [ 5908 5884 "proc-macro2", 5909 5885 "quote", 5910 - "syn 2.0.110", 5886 + "syn 2.0.111", 5911 5887 ] 5912 5888 5913 5889 [[package]] ··· 5935 5911 checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 5936 5912 5937 5913 [[package]] 5914 + name = "zune-core" 5915 + version = "0.5.0" 5916 + source = "registry+https://github.com/rust-lang/crates.io-index" 5917 + checksum = "111f7d9820f05fd715df3144e254d6fc02ee4088b0644c0ffd0efc9e6d9d2773" 5918 + 5919 + [[package]] 5938 5920 name = "zune-inflate" 5939 5921 version = "0.2.54" 5940 5922 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5949 5931 source = "registry+https://github.com/rust-lang/crates.io-index" 5950 5932 checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" 5951 5933 dependencies = [ 5952 - "zune-core", 5934 + "zune-core 0.4.12", 5935 + ] 5936 + 5937 + [[package]] 5938 + name = "zune-jpeg" 5939 + version = "0.5.5" 5940 + source = "registry+https://github.com/rust-lang/crates.io-index" 5941 + checksum = "dc6fb7703e32e9a07fb3f757360338b3a567a5054f21b5f52a666752e333d58e" 5942 + dependencies = [ 5943 + "zune-core 0.5.0", 5953 5944 ]
+11 -6
website/assets/prin.css
··· 13 13 --max-width-larger-prose: 75ch; 14 14 15 15 --docs-columns: 0.17fr 0.72fr 0.15fr; 16 + --docs-tablet-columns: 25% 75%; 16 17 } 17 18 18 19 html, ··· 169 170 170 171 .prose pre, 171 172 .intro-code pre { 172 - margin-left: -1.5rem; 173 - margin-right: -1.5rem; 174 - } 175 - 176 - .prose pre, 177 - .intro-code pre { 178 173 background-color: var(--color-darker-black); 179 174 overflow-x: auto; 180 175 padding-top: 1em; ··· 185 180 margin-bottom: 2em; 186 181 padding-inline-start: 1.5em; 187 182 font-size: 0.888889em; 183 + margin-left: -1.5rem; 184 + margin-right: -1.5rem; 185 + } 186 + 187 + @media (min-width: 769px) and (max-width: 1280px) { 188 + .prose pre, 189 + .intro-code pre { 190 + margin-left: 0; 191 + margin-right: 0; 192 + } 188 193 } 189 194 190 195 .prose ul {
+4 -4
website/src/layout.rs
··· 111 111 } 112 112 } 113 113 114 - div.container.mx-auto."md:grid-cols-(--docs-columns)".md:grid."min-h-[calc(100%-64px)]".px-6.md:px-0.pt-2.md:pt-0 { 115 - aside.bg-linear-to-l."from-darker-white"."py-8"."h-full".border-r.border-r-borders.hidden.md:block { 114 + div.container.mx-auto."md:grid-cols-(--docs-tablet-columns)"."lg:grid-cols-(--docs-columns)".md:grid."min-h-[calc(100%-64px)]".px-6.md:px-0.pt-2.md:pt-0 { 115 + aside.bg-linear-to-l."from-darker-white"."py-8"."h-full".border-r.border-r-borders.hidden.md:block."md:pr-4"."lg:px-0" { 116 116 (left_sidebar(ctx)) 117 117 } 118 - main.w-full.max-w-larger-prose.mx-auto.md:pt-8.py-4.pb-8.md:pb-16 { 118 + main.w-full.max-w-larger-prose.mx-auto.md:pt-8.py-4.pb-8.md:pb-16.md:px-6.lg:px-0 { 119 119 (main) 120 120 } 121 - aside."py-8".hidden."md:block" { 121 + aside."py-8".hidden."lg:block" { 122 122 (right_sidebar(headings)) 123 123 } 124 124 }