| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "ab_glyph" |
| version = "0.2.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" |
| dependencies = [ |
| "ab_glyph_rasterizer", |
| "owned_ttf_parser", |
| ] |
| |
| [[package]] |
| name = "ab_glyph_rasterizer" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" |
| |
| [[package]] |
| name = "adler2" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| |
| [[package]] |
| name = "ahash" |
| version = "0.8.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| dependencies = [ |
| "cfg-if", |
| "getrandom", |
| "once_cell", |
| "version_check", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| |
| [[package]] |
| name = "android-activity" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" |
| dependencies = [ |
| "android-properties", |
| "bitflags 2.11.0", |
| "cc", |
| "cesu8", |
| "jni", |
| "jni-sys", |
| "libc", |
| "log", |
| "ndk", |
| "ndk-context", |
| "ndk-sys", |
| "num_enum", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "android-properties" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" |
| |
| [[package]] |
| name = "android_log-sys" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84521a3cf562bc62942e294181d9eef17eb38ceb8c68677bc49f144e4c3d4f8d" |
| |
| [[package]] |
| name = "android_logger" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbb4e440d04be07da1f1bf44fb4495ebd58669372fe0cffa6e48595ac5bd88a3" |
| dependencies = [ |
| "android_log-sys", |
| "env_filter 0.1.4", |
| "log", |
| ] |
| |
| [[package]] |
| name = "android_system_properties" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "android_trace" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0d564b0f7a9c9e272c7e43c59f1f09ba04d060774ba7c5fa14c2f966bbd6c4e" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "anes" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
| |
| [[package]] |
| name = "anstream" |
| version = "0.6.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse 0.2.7", |
| "anstyle-query", |
| "anstyle-wincon", |
| "colorchoice", |
| "is_terminal_polyfill", |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstream" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse 1.0.0", |
| "anstyle-query", |
| "anstyle-wincon", |
| "colorchoice", |
| "is_terminal_polyfill", |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| |
| [[package]] |
| name = "anstyle-parse" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle-parse" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle-query" |
| version = "1.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "anstyle-wincon" |
| version = "3.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| dependencies = [ |
| "anstyle", |
| "once_cell_polyfill", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.102" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| |
| [[package]] |
| name = "arrayref" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| |
| [[package]] |
| name = "as-raw-xcb-connection" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" |
| |
| [[package]] |
| name = "ash" |
| version = "0.38.0+1.3.281" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" |
| dependencies = [ |
| "libloading", |
| ] |
| |
| [[package]] |
| name = "async-trait" |
| version = "0.1.89" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "atomic-waker" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| |
| [[package]] |
| name = "axum" |
| version = "0.8.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" |
| dependencies = [ |
| "axum-core", |
| "bytes", |
| "form_urlencoded", |
| "futures-util", |
| "http", |
| "http-body", |
| "http-body-util", |
| "hyper", |
| "hyper-util", |
| "itoa", |
| "matchit", |
| "memchr", |
| "mime", |
| "percent-encoding", |
| "pin-project-lite", |
| "serde_core", |
| "serde_json", |
| "serde_path_to_error", |
| "serde_urlencoded", |
| "sync_wrapper", |
| "tokio", |
| "tower", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "axum-core" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "http", |
| "http-body", |
| "http-body-util", |
| "mime", |
| "pin-project-lite", |
| "sync_wrapper", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.22.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| |
| [[package]] |
| name = "bit-set" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| dependencies = [ |
| "bit-vec", |
| ] |
| |
| [[package]] |
| name = "bit-vec" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| |
| [[package]] |
| name = "bitvec" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
| dependencies = [ |
| "funty", |
| "radium", |
| "tap", |
| "wyz", |
| ] |
| |
| [[package]] |
| name = "block" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" |
| |
| [[package]] |
| name = "block2" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" |
| dependencies = [ |
| "objc2 0.5.2", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| |
| [[package]] |
| name = "bytemuck" |
| version = "1.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" |
| dependencies = [ |
| "bytemuck_derive", |
| ] |
| |
| [[package]] |
| name = "bytemuck_derive" |
| version = "1.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "byteorder-lite" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| |
| [[package]] |
| name = "calloop" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "log", |
| "polling", |
| "rustix 0.38.44", |
| "slab", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "calloop-wayland-source" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" |
| dependencies = [ |
| "calloop", |
| "rustix 0.38.44", |
| "wayland-backend", |
| "wayland-client", |
| ] |
| |
| [[package]] |
| name = "cargo-run-wasm" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa9c33bbfab116bda01ec67729b988895b34167a1e9cf034343099092421ed43" |
| dependencies = [ |
| "devserver_lib", |
| "pico-args", |
| "serde_json", |
| "wasm-bindgen-cli-support", |
| ] |
| |
| [[package]] |
| name = "cast" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
| |
| [[package]] |
| name = "cc" |
| version = "1.2.57" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" |
| dependencies = [ |
| "find-msvc-tools", |
| "jobserver", |
| "libc", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cesu8" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" |
| dependencies = [ |
| "iana-time-zone", |
| "js-sys", |
| "num-traits", |
| "wasm-bindgen", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "ciborium" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" |
| dependencies = [ |
| "ciborium-io", |
| "ciborium-ll", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ciborium-io" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" |
| |
| [[package]] |
| name = "ciborium-ll" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" |
| dependencies = [ |
| "ciborium-io", |
| "half", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" |
| dependencies = [ |
| "clap_builder", |
| "clap_derive", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" |
| dependencies = [ |
| "anstream 1.0.0", |
| "anstyle", |
| "clap_lex", |
| "strsim", |
| ] |
| |
| [[package]] |
| name = "clap_derive" |
| version = "4.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| |
| [[package]] |
| name = "codespan-reporting" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" |
| dependencies = [ |
| "serde", |
| "termcolor", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "color" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a18ef4657441fb193b65f34dc39b3781f0dfec23d3bd94d0eeb4e88cde421edb" |
| dependencies = [ |
| "bytemuck", |
| "libm", |
| ] |
| |
| [[package]] |
| name = "colorchoice" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" |
| |
| [[package]] |
| name = "combine" |
| version = "4.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| dependencies = [ |
| "bytes", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "concurrent-queue" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "console" |
| version = "0.15.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" |
| dependencies = [ |
| "encode_unicode", |
| "libc", |
| "once_cell", |
| "unicode-width", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "console_error_panic_hook" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" |
| dependencies = [ |
| "cfg-if", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "console_log" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f" |
| dependencies = [ |
| "log", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| |
| [[package]] |
| name = "core-graphics" |
| version = "0.23.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "core-foundation 0.9.4", |
| "core-graphics-types 0.1.3", |
| "foreign-types", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-graphics-types" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "core-foundation 0.9.4", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-graphics-types" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "core-foundation 0.10.1", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core_maths" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30" |
| dependencies = [ |
| "libm", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "criterion" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" |
| dependencies = [ |
| "anes", |
| "cast", |
| "ciborium", |
| "clap", |
| "criterion-plot", |
| "is-terminal", |
| "itertools", |
| "num-traits", |
| "once_cell", |
| "oorandom", |
| "regex", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "tinytemplate", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "criterion-plot" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
| dependencies = [ |
| "cast", |
| "itertools", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| |
| [[package]] |
| name = "crunchy" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| |
| [[package]] |
| name = "ctor-lite" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e162d0c2e2068eb736b71e5597eff0b9944e6b973cd9f37b6a288ab9bf20e300" |
| |
| [[package]] |
| name = "cursor-icon" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" |
| |
| [[package]] |
| name = "data-url" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" |
| |
| [[package]] |
| name = "devserver_lib" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edf215dbb8cb1409cca7645aaed35f9e39fb0a21855bba1ac48bc0334903bf66" |
| |
| [[package]] |
| name = "dispatch" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" |
| |
| [[package]] |
| name = "dispatch2" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "objc2 0.6.4", |
| ] |
| |
| [[package]] |
| name = "displaydoc" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "dlib" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a" |
| dependencies = [ |
| "libloading", |
| ] |
| |
| [[package]] |
| name = "document-features" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" |
| dependencies = [ |
| "litrs", |
| ] |
| |
| [[package]] |
| name = "downcast-rs" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" |
| |
| [[package]] |
| name = "dpi" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" |
| |
| [[package]] |
| name = "drm" |
| version = "0.14.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80bc8c5c6c2941f70a55c15f8d9f00f9710ebda3ffda98075f996a0e6c92756f" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "bytemuck", |
| "drm-ffi", |
| "drm-fourcc", |
| "libc", |
| "rustix 0.38.44", |
| ] |
| |
| [[package]] |
| name = "drm-ffi" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51a91c9b32ac4e8105dec255e849e0d66e27d7c34d184364fb93e469db08f690" |
| dependencies = [ |
| "drm-sys", |
| "rustix 1.1.4", |
| ] |
| |
| [[package]] |
| name = "drm-fourcc" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4" |
| |
| [[package]] |
| name = "drm-sys" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ecc8e1361066d91f5ffccff060a3c3be9c3ecde15be2959c1937595f7a82a9f8" |
| dependencies = [ |
| "libc", |
| "linux-raw-sys 0.9.4", |
| ] |
| |
| [[package]] |
| name = "dyn-clone" |
| version = "1.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
| |
| [[package]] |
| name = "either" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| |
| [[package]] |
| name = "encode_unicode" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
| |
| [[package]] |
| name = "env_filter" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" |
| dependencies = [ |
| "log", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "env_filter" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f" |
| dependencies = [ |
| "log", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.11.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d" |
| dependencies = [ |
| "anstream 0.6.21", |
| "anstyle", |
| "env_filter 1.0.0", |
| "jiff", |
| "log", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "euclid" |
| version = "0.22.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "fallible-iterator" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
| |
| [[package]] |
| name = "fastrand" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| |
| [[package]] |
| name = "fdeflate" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| dependencies = [ |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "fearless_simd" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76258897e51fd156ee03b6246ea53f3e0eb395d0b327e9961c4fc4c8b2fa151a" |
| dependencies = [ |
| "libm", |
| ] |
| |
| [[package]] |
| name = "file-id" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1fc6a637b6dc58414714eddd9170ff187ecb0933d4c7024d1abbd23a3cc26e9" |
| dependencies = [ |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "libredox", |
| ] |
| |
| [[package]] |
| name = "find-msvc-tools" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| |
| [[package]] |
| name = "flate2" |
| version = "1.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "float-cmp" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| |
| [[package]] |
| name = "font-types" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02a596f5713680923a2080d86de50fe472fb290693cf0f701187a1c8b36996b7" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "font-types" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39a654f404bbcbd48ea58c617c2993ee91d1cb63727a37bf2323a4edeed1b8c5" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "font-types" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "fontconfig-cache-parser" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7f8afb20c8069fd676d27b214559a337cc619a605d25a87baa90b49a06f3b18" |
| dependencies = [ |
| "bytemuck", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "fontconfig-parser" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646" |
| dependencies = [ |
| "roxmltree", |
| ] |
| |
| [[package]] |
| name = "fontdb" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905" |
| dependencies = [ |
| "fontconfig-parser", |
| "log", |
| "memmap2", |
| "slotmap", |
| "tinyvec", |
| "ttf-parser", |
| ] |
| |
| [[package]] |
| name = "fontique" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39f97079e1293b8c1e9fb03a2875d328bd2ee8f3b95ce62959c0acc04049c708" |
| dependencies = [ |
| "bytemuck", |
| "fontconfig-cache-parser", |
| "hashbrown 0.15.5", |
| "icu_locid", |
| "memmap2", |
| "objc2 0.6.4", |
| "objc2-core-foundation", |
| "objc2-core-text", |
| "objc2-foundation 0.3.2", |
| "peniko 0.4.1", |
| "read-fonts 0.29.3", |
| "roxmltree", |
| "smallvec", |
| "windows 0.58.0", |
| "windows-core 0.58.0", |
| ] |
| |
| [[package]] |
| name = "foreign-types" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" |
| dependencies = [ |
| "foreign-types-macros", |
| "foreign-types-shared", |
| ] |
| |
| [[package]] |
| name = "foreign-types-macros" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "foreign-types-shared" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "fsevent-sys" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "funty" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| dependencies = [ |
| "futures-core", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| |
| [[package]] |
| name = "futures-intrusive" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
| dependencies = [ |
| "futures-core", |
| "lock_api", |
| "parking_lot", |
| ] |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "pin-project-lite", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "gethostname" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" |
| dependencies = [ |
| "rustix 1.1.4", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "r-efi", |
| "wasip2", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.32.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" |
| dependencies = [ |
| "fallible-iterator", |
| "indexmap", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "gl_generator" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" |
| dependencies = [ |
| "khronos_api", |
| "log", |
| "xml-rs", |
| ] |
| |
| [[package]] |
| name = "glifo" |
| version = "0.0.0" |
| dependencies = [ |
| "bytemuck", |
| "core_maths", |
| "foldhash 0.1.5", |
| "hashbrown 0.16.1", |
| "log", |
| "peniko 0.6.0", |
| "png", |
| "skrifa 0.40.0", |
| "smallvec", |
| "vello_common", |
| "vello_cpu", |
| "vello_hybrid", |
| ] |
| |
| [[package]] |
| name = "glow" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" |
| dependencies = [ |
| "js-sys", |
| "slotmap", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "glutin_wgl_sys" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" |
| dependencies = [ |
| "gl_generator", |
| ] |
| |
| [[package]] |
| name = "gpu-allocator" |
| version = "0.28.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795" |
| dependencies = [ |
| "ash", |
| "hashbrown 0.16.1", |
| "log", |
| "presser", |
| "thiserror 2.0.18", |
| "windows 0.62.2", |
| ] |
| |
| [[package]] |
| name = "gpu-descriptor" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "gpu-descriptor-types", |
| "hashbrown 0.15.5", |
| ] |
| |
| [[package]] |
| name = "gpu-descriptor-types" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" |
| dependencies = [ |
| "bitflags 2.11.0", |
| ] |
| |
| [[package]] |
| name = "guillotiere" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b17e70c989c36bad147b27a58d148c0741c51448aa5653436547323e524d0ab" |
| dependencies = [ |
| "euclid", |
| "svg_fmt", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "2.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| dependencies = [ |
| "cfg-if", |
| "crunchy", |
| "num-traits", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| dependencies = [ |
| "allocator-api2", |
| "equivalent", |
| "foldhash 0.1.5", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| dependencies = [ |
| "allocator-api2", |
| "equivalent", |
| "foldhash 0.2.0", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "headless" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "env_logger", |
| "futures-intrusive", |
| "png", |
| "pollster", |
| "scenes", |
| "vello", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| |
| [[package]] |
| name = "hexf-parse" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" |
| |
| [[package]] |
| name = "http" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| dependencies = [ |
| "bytes", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| dependencies = [ |
| "bytes", |
| "http", |
| ] |
| |
| [[package]] |
| name = "http-body-util" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "http", |
| "http-body", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "httparse" |
| version = "1.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| |
| [[package]] |
| name = "httpdate" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| |
| [[package]] |
| name = "humansize" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
| dependencies = [ |
| "libm", |
| ] |
| |
| [[package]] |
| name = "hyper" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "http", |
| "http-body", |
| "httparse", |
| "httpdate", |
| "itoa", |
| "pin-project-lite", |
| "pin-utils", |
| "smallvec", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "hyper-util" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| dependencies = [ |
| "bytes", |
| "http", |
| "http-body", |
| "hyper", |
| "pin-project-lite", |
| "tokio", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.65" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "log", |
| "wasm-bindgen", |
| "windows-core 0.62.2", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone-haiku" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "icu_locid" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| ] |
| |
| [[package]] |
| name = "id-arena" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| dependencies = [ |
| "rayon", |
| ] |
| |
| [[package]] |
| name = "image" |
| version = "0.25.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" |
| dependencies = [ |
| "bytemuck", |
| "byteorder-lite", |
| "moxcms", |
| "num-traits", |
| "png", |
| "zune-core", |
| "zune-jpeg", |
| ] |
| |
| [[package]] |
| name = "imagesize" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.16.1", |
| "rayon", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "indicatif" |
| version = "0.17.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" |
| dependencies = [ |
| "console", |
| "number_prefix", |
| "portable-atomic", |
| "unicode-width", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "inotify" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd5b3eaf1a28b758ac0faa5a4254e8ab2705605496f1b1f3fbbc3988ad73d199" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "inotify-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "inotify-sys" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "is-terminal" |
| version = "0.4.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "is_terminal_polyfill" |
| version = "1.70.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| |
| [[package]] |
| name = "itertools" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| |
| [[package]] |
| name = "jiff" |
| version = "0.2.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359" |
| dependencies = [ |
| "jiff-static", |
| "log", |
| "portable-atomic", |
| "portable-atomic-util", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "jiff-static" |
| version = "0.2.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "jni" |
| version = "0.21.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| dependencies = [ |
| "cesu8", |
| "cfg-if", |
| "combine", |
| "jni-sys", |
| "log", |
| "thiserror 1.0.69", |
| "walkdir", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "jni-sys" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| dependencies = [ |
| "getrandom", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.91" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" |
| dependencies = [ |
| "once_cell", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "khronos-egl" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" |
| dependencies = [ |
| "libc", |
| "libloading", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "khronos_api" |
| version = "3.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" |
| |
| [[package]] |
| name = "kompari" |
| version = "0.1.0" |
| source = "git+https://github.com/linebender/kompari.git?rev=4b851413e1b17307064aa48c50e59d7e29656543#4b851413e1b17307064aa48c50e59d7e29656543" |
| dependencies = [ |
| "image", |
| "log", |
| "oxipng 9.1.5", |
| "rayon", |
| "thiserror 2.0.18", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "kompari-html" |
| version = "0.1.0" |
| source = "git+https://github.com/linebender/kompari.git?rev=4b851413e1b17307064aa48c50e59d7e29656543#4b851413e1b17307064aa48c50e59d7e29656543" |
| dependencies = [ |
| "axum", |
| "base64", |
| "chrono", |
| "imagesize", |
| "kompari", |
| "maud", |
| "rayon", |
| "serde", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "kompari-tasks" |
| version = "0.1.0" |
| source = "git+https://github.com/linebender/kompari.git?rev=4b851413e1b17307064aa48c50e59d7e29656543#4b851413e1b17307064aa48c50e59d7e29656543" |
| dependencies = [ |
| "clap", |
| "humansize", |
| "indicatif", |
| "kompari", |
| "kompari-html", |
| "rayon", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "kqueue" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" |
| dependencies = [ |
| "kqueue-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "kqueue-sys" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "kurbo" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62" |
| dependencies = [ |
| "arrayvec", |
| "euclid", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "kurbo" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7564e90fe3c0d5771e1f0bc95322b21baaeaa0d9213fa6a0b61c99f8b17b3bfb" |
| dependencies = [ |
| "arrayvec", |
| "euclid", |
| "libm", |
| "schemars", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| |
| [[package]] |
| name = "leb128" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
| |
| [[package]] |
| name = "leb128fmt" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.183" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" |
| |
| [[package]] |
| name = "libdeflate-sys" |
| version = "1.25.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72753e0008ea87963d2f0770042d0df7abe51fafbb8dcaf618ac440f2f1fec0a" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "libdeflater" |
| version = "1.25.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1ee41cf6fb1bb6030dfb59ffb7bc01ab26aade44142084c87f0fc7a1658fe71" |
| dependencies = [ |
| "libdeflate-sys", |
| ] |
| |
| [[package]] |
| name = "libloading" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| dependencies = [ |
| "cfg-if", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| |
| [[package]] |
| name = "libredox" |
| version = "0.1.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "libc", |
| "plain", |
| "redox_syscall 0.7.3", |
| ] |
| |
| [[package]] |
| name = "linebender_resource_handle" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4" |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.4.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" |
| |
| [[package]] |
| name = "litrs" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| dependencies = [ |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| |
| [[package]] |
| name = "malloc_buf" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "matchit" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
| |
| [[package]] |
| name = "maud" |
| version = "0.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8156733e27020ea5c684db5beac5d1d611e1272ab17901a49466294b84fc217e" |
| dependencies = [ |
| "itoa", |
| "maud_macros", |
| ] |
| |
| [[package]] |
| name = "maud_macros" |
| version = "0.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7261b00f3952f617899bc012e3dbd56e4f0110a038175929fa5d18e5a19913ca" |
| dependencies = [ |
| "proc-macro2", |
| "proc-macro2-diagnostics", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| |
| [[package]] |
| name = "memmap2" |
| version = "0.9.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "metal" |
| version = "0.33.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "block", |
| "core-graphics-types 0.2.0", |
| "foreign-types", |
| "log", |
| "objc", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "mime" |
| version = "0.3.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| |
| [[package]] |
| name = "minicov" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4869b6a491569605d66d3952bcdf03df789e5b536e5f0cf7758a7f08a55ae24d" |
| dependencies = [ |
| "cc", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| dependencies = [ |
| "adler2", |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| dependencies = [ |
| "libc", |
| "log", |
| "wasi", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "moxcms" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" |
| dependencies = [ |
| "num-traits", |
| "pxfm", |
| ] |
| |
| [[package]] |
| name = "naga" |
| version = "28.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "618f667225063219ddfc61251087db8a9aec3c3f0950c916b614e403486f1135" |
| dependencies = [ |
| "arrayvec", |
| "bit-set", |
| "bitflags 2.11.0", |
| "cfg-if", |
| "cfg_aliases", |
| "codespan-reporting", |
| "half", |
| "hashbrown 0.16.1", |
| "hexf-parse", |
| "indexmap", |
| "libm", |
| "log", |
| "num-traits", |
| "once_cell", |
| "rustc-hash 1.1.0", |
| "spirv", |
| "thiserror 2.0.18", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "native_webgl" |
| version = "0.8.0" |
| dependencies = [ |
| "console_error_panic_hook", |
| "console_log", |
| "js-sys", |
| "log", |
| "vello_common", |
| "vello_example_scenes", |
| "vello_hybrid", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-bindgen-test", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "ndk" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "jni-sys", |
| "log", |
| "ndk-sys", |
| "num_enum", |
| "raw-window-handle", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "ndk-context" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" |
| |
| [[package]] |
| name = "ndk-sys" |
| version = "0.6.0+11769913" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" |
| dependencies = [ |
| "jni-sys", |
| ] |
| |
| [[package]] |
| name = "notify" |
| version = "8.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "fsevent-sys", |
| "inotify", |
| "kqueue", |
| "libc", |
| "log", |
| "mio", |
| "notify-types", |
| "walkdir", |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "notify-debouncer-full" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2d88b1a7538054351c8258338df7c931a590513fb3745e8c15eb9ff4199b8d1" |
| dependencies = [ |
| "file-id", |
| "log", |
| "notify", |
| "notify-types", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "notify-types" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a" |
| dependencies = [ |
| "bitflags 2.11.0", |
| ] |
| |
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.50.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| ] |
| |
| [[package]] |
| name = "num_enum" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" |
| dependencies = [ |
| "num_enum_derive", |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "num_enum_derive" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" |
| dependencies = [ |
| "proc-macro-crate", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "number_prefix" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| |
| [[package]] |
| name = "nv-flip" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ec3c68ac226790270de1d9d0eb5853832d82a34b62199ab2a1a4756df1a1974" |
| dependencies = [ |
| "nv-flip-sys", |
| ] |
| |
| [[package]] |
| name = "nv-flip-sys" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "932e1eed40002ba70fccac6dab3b64be3301607c3ee88bd14989c4d4e1c1c993" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "objc" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" |
| dependencies = [ |
| "malloc_buf", |
| ] |
| |
| [[package]] |
| name = "objc-sys" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" |
| |
| [[package]] |
| name = "objc2" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" |
| dependencies = [ |
| "objc-sys", |
| "objc2-encode", |
| ] |
| |
| [[package]] |
| name = "objc2" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" |
| dependencies = [ |
| "objc2-encode", |
| ] |
| |
| [[package]] |
| name = "objc2-app-kit" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "block2", |
| "libc", |
| "objc2 0.5.2", |
| "objc2-core-data", |
| "objc2-core-image", |
| "objc2-foundation 0.2.2", |
| "objc2-quartz-core 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-cloud-kit" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-core-location", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-contacts" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" |
| dependencies = [ |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-core-data" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-core-foundation" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "dispatch2", |
| "objc2 0.6.4", |
| ] |
| |
| [[package]] |
| name = "objc2-core-graphics" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "dispatch2", |
| "objc2 0.6.4", |
| "objc2-core-foundation", |
| "objc2-io-surface", |
| ] |
| |
| [[package]] |
| name = "objc2-core-image" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" |
| dependencies = [ |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| "objc2-metal", |
| ] |
| |
| [[package]] |
| name = "objc2-core-location" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" |
| dependencies = [ |
| "block2", |
| "objc2 0.5.2", |
| "objc2-contacts", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-core-text" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "objc2-core-foundation", |
| ] |
| |
| [[package]] |
| name = "objc2-encode" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
| |
| [[package]] |
| name = "objc2-foundation" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "block2", |
| "dispatch", |
| "libc", |
| "objc2 0.5.2", |
| ] |
| |
| [[package]] |
| name = "objc2-foundation" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "objc2 0.6.4", |
| "objc2-core-foundation", |
| ] |
| |
| [[package]] |
| name = "objc2-io-surface" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "objc2 0.6.4", |
| "objc2-core-foundation", |
| ] |
| |
| [[package]] |
| name = "objc2-link-presentation" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" |
| dependencies = [ |
| "block2", |
| "objc2 0.5.2", |
| "objc2-app-kit", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-metal" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-quartz-core" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| "objc2-metal", |
| ] |
| |
| [[package]] |
| name = "objc2-quartz-core" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "objc2 0.6.4", |
| "objc2-core-foundation", |
| "objc2-foundation 0.3.2", |
| ] |
| |
| [[package]] |
| name = "objc2-symbols" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" |
| dependencies = [ |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-ui-kit" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-cloud-kit", |
| "objc2-core-data", |
| "objc2-core-image", |
| "objc2-core-location", |
| "objc2-foundation 0.2.2", |
| "objc2-link-presentation", |
| "objc2-quartz-core 0.2.2", |
| "objc2-symbols", |
| "objc2-uniform-type-identifiers", |
| "objc2-user-notifications", |
| ] |
| |
| [[package]] |
| name = "objc2-uniform-type-identifiers" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" |
| dependencies = [ |
| "block2", |
| "objc2 0.5.2", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "objc2-user-notifications" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "block2", |
| "objc2 0.5.2", |
| "objc2-core-location", |
| "objc2-foundation 0.2.2", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.21.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| |
| [[package]] |
| name = "once_cell_polyfill" |
| version = "1.70.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" |
| |
| [[package]] |
| name = "orbclient" |
| version = "0.3.51" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59aed3b33578edcfa1bc96a321d590d31832b6ad55a26f0313362ce687e9abd6" |
| dependencies = [ |
| "libc", |
| "libredox", |
| ] |
| |
| [[package]] |
| name = "ordered-channel" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95be4d57809897b5a7539fc15a7dfe0e84141bc3dfaa2e9b1b27caa90acf61ab" |
| dependencies = [ |
| "crossbeam-channel", |
| ] |
| |
| [[package]] |
| name = "ordered-float" |
| version = "5.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f4779c6901a562440c3786d08192c6fbda7c1c2060edd10006b05ee35d10f2d" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "owned_ttf_parser" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" |
| dependencies = [ |
| "ttf-parser", |
| ] |
| |
| [[package]] |
| name = "oxipng" |
| version = "9.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26c613f0f566526a647c7473f6a8556dbce22c91b13485ee4b4ec7ab648e4973" |
| dependencies = [ |
| "bitvec", |
| "crossbeam-channel", |
| "filetime", |
| "indexmap", |
| "libdeflater", |
| "log", |
| "rayon", |
| "rgb", |
| "rustc-hash 2.1.1", |
| "zopfli", |
| ] |
| |
| [[package]] |
| name = "oxipng" |
| version = "10.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "efc4ea5566cd49b80c4b5e8eac2167d137d2ca3007ec8976d4cd9fe8b654ba2b" |
| dependencies = [ |
| "bitvec", |
| "crossbeam-channel", |
| "indexmap", |
| "libdeflater", |
| "log", |
| "rayon", |
| "rgb", |
| "rustc-hash 2.1.1", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall 0.5.18", |
| "smallvec", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "parley" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13e57638545cf2ba4c3e72cc5715e53b1880b829cc3dbefda3d1700c58efe723" |
| dependencies = [ |
| "fontique", |
| "hashbrown 0.15.5", |
| "peniko 0.4.1", |
| "skrifa 0.31.3", |
| "swash", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| |
| [[package]] |
| name = "peniko" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b44f9ddd2f480176b34278eb653ec1c8062f3b143a4e16eeff5ffac3334e288" |
| dependencies = [ |
| "color", |
| "kurbo 0.11.3", |
| "linebender_resource_handle", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "peniko" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a2b6aadb221872732e87d465213e9be5af2849b0e8cc5300a8ba98fffa2e00a" |
| dependencies = [ |
| "bytemuck", |
| "color", |
| "kurbo 0.13.0", |
| "linebender_resource_handle", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| |
| [[package]] |
| name = "pico-args" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" |
| |
| [[package]] |
| name = "pin-project" |
| version = "1.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" |
| dependencies = [ |
| "pin-project-internal", |
| ] |
| |
| [[package]] |
| name = "pin-project-internal" |
| version = "1.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| |
| [[package]] |
| name = "plain" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" |
| |
| [[package]] |
| name = "png" |
| version = "0.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "crc32fast", |
| "fdeflate", |
| "flate2", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "polling" |
| version = "3.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| dependencies = [ |
| "cfg-if", |
| "concurrent-queue", |
| "hermit-abi", |
| "pin-project-lite", |
| "rustix 1.1.4", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "pollster" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" |
| |
| [[package]] |
| name = "portable-atomic-util" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3" |
| dependencies = [ |
| "portable-atomic", |
| ] |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| dependencies = [ |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "presser" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" |
| |
| [[package]] |
| name = "proc-macro-crate" |
| version = "3.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" |
| dependencies = [ |
| "toml_edit", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.106" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "proc-macro2-diagnostics" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "profiling" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" |
| dependencies = [ |
| "profiling-procmacros", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "profiling-procmacros" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" |
| dependencies = [ |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "pxfm" |
| version = "0.1.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5a041e753da8b807c9255f28de81879c78c876392ff2469cde94799b2896b9d" |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.39.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "r-efi" |
| version = "5.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| |
| [[package]] |
| name = "radium" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
| |
| [[package]] |
| name = "rand" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| dependencies = [ |
| "rand_chacha", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "range-alloc" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca45419789ae5a7899559e9512e58ca889e41f04f1f2445e9f4b290ceccd1d08" |
| |
| [[package]] |
| name = "raw-window-handle" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" |
| |
| [[package]] |
| name = "rayon" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "read-fonts" |
| version = "0.29.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04ca636dac446b5664bd16c069c00a9621806895b8bb02c2dc68542b23b8f25d" |
| dependencies = [ |
| "bytemuck", |
| "font-types 0.9.0", |
| ] |
| |
| [[package]] |
| name = "read-fonts" |
| version = "0.35.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358" |
| dependencies = [ |
| "bytemuck", |
| "font-types 0.10.1", |
| ] |
| |
| [[package]] |
| name = "read-fonts" |
| version = "0.37.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5" |
| dependencies = [ |
| "bytemuck", |
| "core_maths", |
| "font-types 0.11.0", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| dependencies = [ |
| "bitflags 2.11.0", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" |
| dependencies = [ |
| "bitflags 2.11.0", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| |
| [[package]] |
| name = "renderdoc-sys" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" |
| |
| [[package]] |
| name = "rgb" |
| version = "0.8.53" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "roxmltree" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" |
| |
| [[package]] |
| name = "run_wasm" |
| version = "0.0.0" |
| dependencies = [ |
| "cargo-run-wasm", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| |
| [[package]] |
| name = "rustix" |
| version = "0.38.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "errno", |
| "libc", |
| "linux-raw-sys 0.4.15", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "errno", |
| "libc", |
| "linux-raw-sys 0.12.1", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| |
| [[package]] |
| name = "rustybuzz" |
| version = "0.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "bytemuck", |
| "core_maths", |
| "log", |
| "smallvec", |
| "ttf-parser", |
| "unicode-bidi-mirroring", |
| "unicode-ccc", |
| "unicode-properties", |
| "unicode-script", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "scenes" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "bytemuck", |
| "clap", |
| "getrandom", |
| "image", |
| "rand", |
| "roxmltree", |
| "skrifa 0.40.0", |
| "vello", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "schemars" |
| version = "0.8.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" |
| dependencies = [ |
| "dyn-clone", |
| "schemars_derive", |
| "serde", |
| "serde_json", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "schemars_derive" |
| version = "0.8.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde_derive_internals", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "scoped-tls" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| |
| [[package]] |
| name = "sctk-adwaita" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" |
| dependencies = [ |
| "ab_glyph", |
| "log", |
| "memmap2", |
| "smithay-client-toolkit", |
| "tiny-skia", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| dependencies = [ |
| "serde_core", |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_core" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_derive_internals" |
| version = "0.29.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.149" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| dependencies = [ |
| "itoa", |
| "memchr", |
| "serde", |
| "serde_core", |
| "zmij", |
| ] |
| |
| [[package]] |
| name = "serde_path_to_error" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
| dependencies = [ |
| "itoa", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "serde_urlencoded" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| dependencies = [ |
| "form_urlencoded", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "sharded-slab" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "shlex" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| |
| [[package]] |
| name = "simd-adler32" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" |
| |
| [[package]] |
| name = "simple" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "pollster", |
| "vello", |
| "winit", |
| ] |
| |
| [[package]] |
| name = "simplecss" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "siphasher" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" |
| |
| [[package]] |
| name = "skrifa" |
| version = "0.31.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbeb4ca4399663735553a09dd17ce7e49a0a0203f03b706b39628c4d913a8607" |
| dependencies = [ |
| "bytemuck", |
| "read-fonts 0.29.3", |
| ] |
| |
| [[package]] |
| name = "skrifa" |
| version = "0.37.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841" |
| dependencies = [ |
| "bytemuck", |
| "read-fonts 0.35.0", |
| ] |
| |
| [[package]] |
| name = "skrifa" |
| version = "0.40.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac" |
| dependencies = [ |
| "bytemuck", |
| "core_maths", |
| "read-fonts 0.37.0", |
| ] |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| |
| [[package]] |
| name = "slotmap" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" |
| dependencies = [ |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| |
| [[package]] |
| name = "smithay-client-toolkit" |
| version = "0.19.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "calloop", |
| "calloop-wayland-source", |
| "cursor-icon", |
| "libc", |
| "log", |
| "memmap2", |
| "rustix 0.38.44", |
| "thiserror 1.0.69", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-csd-frame", |
| "wayland-cursor", |
| "wayland-protocols", |
| "wayland-protocols-wlr", |
| "wayland-scanner", |
| "xkeysym", |
| ] |
| |
| [[package]] |
| name = "smol_str" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "socket2" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "softbuffer" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3" |
| dependencies = [ |
| "as-raw-xcb-connection", |
| "bytemuck", |
| "drm", |
| "fastrand", |
| "js-sys", |
| "memmap2", |
| "ndk", |
| "objc2 0.6.4", |
| "objc2-core-foundation", |
| "objc2-core-graphics", |
| "objc2-foundation 0.3.2", |
| "objc2-quartz-core 0.3.2", |
| "raw-window-handle", |
| "redox_syscall 0.5.18", |
| "rustix 1.1.4", |
| "tiny-xlib", |
| "tracing", |
| "wasm-bindgen", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-sys", |
| "web-sys", |
| "windows-sys 0.61.2", |
| "x11rb", |
| ] |
| |
| [[package]] |
| name = "spirv" |
| version = "0.3.0+sdk-1.3.268.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" |
| dependencies = [ |
| "bitflags 2.11.0", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "strict-num" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" |
| dependencies = [ |
| "float-cmp", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| |
| [[package]] |
| name = "svg" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94afda9cd163c04f6bee8b4bf2501c91548deae308373c436f36aeff3cf3c4a3" |
| |
| [[package]] |
| name = "svg_fmt" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb" |
| |
| [[package]] |
| name = "svgtypes" |
| version = "0.15.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc" |
| dependencies = [ |
| "kurbo 0.11.3", |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "swash" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a" |
| dependencies = [ |
| "skrifa 0.37.0", |
| "yazi", |
| "zeno", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.117" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "sync_wrapper" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| |
| [[package]] |
| name = "tap" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| dependencies = [ |
| "thiserror-impl 1.0.69", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "2.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| dependencies = [ |
| "thiserror-impl 2.0.18", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "tiny-skia" |
| version = "0.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "bytemuck", |
| "cfg-if", |
| "log", |
| "tiny-skia-path", |
| ] |
| |
| [[package]] |
| name = "tiny-skia-path" |
| version = "0.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" |
| dependencies = [ |
| "arrayref", |
| "bytemuck", |
| "strict-num", |
| ] |
| |
| [[package]] |
| name = "tiny-xlib" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0324504befd01cab6e0c994f34b2ffa257849ee019d3fb3b64fb2c858887d89e" |
| dependencies = [ |
| "as-raw-xcb-connection", |
| "ctor-lite", |
| "libloading", |
| "pkg-config", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "tinystr" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
| dependencies = [ |
| "displaydoc", |
| ] |
| |
| [[package]] |
| name = "tinytemplate" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
| dependencies = [ |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" |
| dependencies = [ |
| "tinyvec_macros", |
| ] |
| |
| [[package]] |
| name = "tinyvec_macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| |
| [[package]] |
| name = "tokio" |
| version = "1.50.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" |
| dependencies = [ |
| "libc", |
| "mio", |
| "pin-project-lite", |
| "socket2", |
| "tokio-macros", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "2.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "1.0.1+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b320e741db58cac564e26c607d3cc1fdc4a88fd36c879568c07856ed83ff3e9" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.25.5+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ca1a40644a28bce036923f6a431df0b34236949d111cc07cb6dca830c9ef2e1" |
| dependencies = [ |
| "indexmap", |
| "toml_datetime", |
| "toml_parser", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "toml_parser" |
| version = "1.0.10+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7df25b4befd31c4816df190124375d5a20c6b6921e2cad937316de3fccd63420" |
| dependencies = [ |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "tower" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| dependencies = [ |
| "futures-core", |
| "futures-util", |
| "pin-project-lite", |
| "sync_wrapper", |
| "tokio", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "tower-layer" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| |
| [[package]] |
| name = "tower-service" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| dependencies = [ |
| "log", |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| dependencies = [ |
| "once_cell", |
| "valuable", |
| ] |
| |
| [[package]] |
| name = "tracing-subscriber" |
| version = "0.3.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| dependencies = [ |
| "sharded-slab", |
| "smallvec", |
| "thread_local", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing_android_trace" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84fae205f9c07bfae3d36d199ab985118c90d225ff70a38e7ff3ecbdb4ef61bc" |
| dependencies = [ |
| "android_trace", |
| "smallvec", |
| "thread_local", |
| "tracing", |
| "tracing-core", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "ttf-parser" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" |
| dependencies = [ |
| "core_maths", |
| ] |
| |
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" |
| |
| [[package]] |
| name = "unicode-bidi-mirroring" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe" |
| |
| [[package]] |
| name = "unicode-ccc" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| |
| [[package]] |
| name = "unicode-properties" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" |
| |
| [[package]] |
| name = "unicode-script" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee" |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| |
| [[package]] |
| name = "unicode-vo" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| |
| [[package]] |
| name = "usvg" |
| version = "0.45.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef" |
| dependencies = [ |
| "base64", |
| "data-url", |
| "flate2", |
| "fontdb", |
| "imagesize", |
| "kurbo 0.11.3", |
| "log", |
| "pico-args", |
| "roxmltree", |
| "rustybuzz", |
| "simplecss", |
| "siphasher", |
| "strict-num", |
| "svgtypes", |
| "tiny-skia-path", |
| "unicode-bidi", |
| "unicode-script", |
| "unicode-vo", |
| "xmlwriter", |
| ] |
| |
| [[package]] |
| name = "utf8parse" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| |
| [[package]] |
| name = "valuable" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| |
| [[package]] |
| name = "vello" |
| version = "0.8.0" |
| dependencies = [ |
| "bytemuck", |
| "futures-intrusive", |
| "log", |
| "peniko 0.6.0", |
| "png", |
| "skrifa 0.40.0", |
| "static_assertions", |
| "thiserror 2.0.18", |
| "vello_encoding", |
| "vello_shaders", |
| "wgpu", |
| "wgpu-profiler", |
| ] |
| |
| [[package]] |
| name = "vello_api" |
| version = "0.0.7" |
| dependencies = [ |
| "bytemuck", |
| "peniko 0.6.0", |
| "png", |
| ] |
| |
| [[package]] |
| name = "vello_bench" |
| version = "0.0.0" |
| dependencies = [ |
| "criterion", |
| "image", |
| "parley", |
| "rand", |
| "smallvec", |
| "usvg", |
| "vello_common", |
| "vello_cpu", |
| "vello_dev_macros", |
| ] |
| |
| [[package]] |
| name = "vello_common" |
| version = "0.0.7" |
| dependencies = [ |
| "bytemuck", |
| "fearless_simd", |
| "guillotiere", |
| "hashbrown 0.16.1", |
| "libm", |
| "log", |
| "peniko 0.6.0", |
| "png", |
| "roxmltree", |
| "skrifa 0.40.0", |
| "smallvec", |
| "thiserror 2.0.18", |
| ] |
| |
| [[package]] |
| name = "vello_cpu" |
| version = "0.0.7" |
| dependencies = [ |
| "bytemuck", |
| "crossbeam-channel", |
| "hashbrown 0.16.1", |
| "ordered-channel", |
| "rayon", |
| "thread_local", |
| "vello_api", |
| "vello_common", |
| ] |
| |
| [[package]] |
| name = "vello_cpu_winit" |
| version = "0.0.0" |
| dependencies = [ |
| "softbuffer", |
| "vello_common", |
| "vello_cpu", |
| "vello_example_scenes", |
| "winit", |
| ] |
| |
| [[package]] |
| name = "vello_dev_macros" |
| version = "0.0.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "vello_encoding" |
| version = "0.8.0" |
| dependencies = [ |
| "bytemuck", |
| "guillotiere", |
| "peniko 0.6.0", |
| "skrifa 0.40.0", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "vello_example_scenes" |
| version = "0.0.0" |
| dependencies = [ |
| "bytemuck", |
| "console_error_panic_hook", |
| "console_log", |
| "image", |
| "log", |
| "parley", |
| "smallvec", |
| "vello_common", |
| "vello_cpu", |
| "vello_hybrid", |
| ] |
| |
| [[package]] |
| name = "vello_filters_cpu" |
| version = "0.8.0" |
| |
| [[package]] |
| name = "vello_hybrid" |
| version = "0.0.7" |
| dependencies = [ |
| "bytemuck", |
| "hashbrown 0.16.1", |
| "js-sys", |
| "log", |
| "png", |
| "pollster", |
| "roxmltree", |
| "thiserror 2.0.18", |
| "vello_api", |
| "vello_common", |
| "vello_sparse_shaders", |
| "web-sys", |
| "wgpu", |
| ] |
| |
| [[package]] |
| name = "vello_hybrid_winit" |
| version = "0.0.0" |
| dependencies = [ |
| "pollster", |
| "vello_common", |
| "vello_example_scenes", |
| "vello_hybrid", |
| "wgpu", |
| "winit", |
| ] |
| |
| [[package]] |
| name = "vello_shaders" |
| version = "0.8.0" |
| dependencies = [ |
| "bytemuck", |
| "log", |
| "naga", |
| "thiserror 2.0.18", |
| "vello_encoding", |
| ] |
| |
| [[package]] |
| name = "vello_sparse_shaders" |
| version = "0.0.7" |
| dependencies = [ |
| "naga", |
| ] |
| |
| [[package]] |
| name = "vello_sparse_tests" |
| version = "0.0.0" |
| dependencies = [ |
| "bytemuck", |
| "fearless_simd", |
| "image", |
| "oxipng 10.1.0", |
| "pollster", |
| "serde", |
| "serde_json", |
| "skrifa 0.40.0", |
| "smallvec", |
| "vello_api", |
| "vello_common", |
| "vello_cpu", |
| "vello_dev_macros", |
| "vello_hybrid", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-bindgen-test", |
| "wasmparser 0.235.0", |
| "web-sys", |
| "wgpu", |
| ] |
| |
| [[package]] |
| name = "vello_tests" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "futures-intrusive", |
| "image", |
| "nv-flip", |
| "oxipng 10.1.0", |
| "png", |
| "pollster", |
| "scenes", |
| "vello", |
| ] |
| |
| [[package]] |
| name = "vello_toy" |
| version = "0.0.0" |
| dependencies = [ |
| "bytemuck", |
| "clap", |
| "image", |
| "svg", |
| "usvg", |
| "vello_common", |
| "vello_cpu", |
| ] |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "walrus" |
| version = "0.25.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "643cc295c2bf4c34d36c2bbaddee48c56a15de3a35e7021b95ceb6a936a493ac" |
| dependencies = [ |
| "anyhow", |
| "gimli", |
| "id-arena", |
| "leb128", |
| "log", |
| "rayon", |
| "walrus-macro", |
| "wasm-encoder", |
| "wasmparser 0.245.1", |
| ] |
| |
| [[package]] |
| name = "walrus-macro" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cef8d704ff46ad931a2cd1f7a504fe43ffb8e968d931e179ff18d0dff4949bd5" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.1+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| |
| [[package]] |
| name = "wasip2" |
| version = "1.0.2+wasi-0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| dependencies = [ |
| "wit-bindgen", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.114" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "rustversion", |
| "wasm-bindgen-macro", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-cli-support" |
| version = "0.2.114" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a468565fe14ad40511a77eb46b743d88c7a8dc6e2035a670abb4555a32d9a3e7" |
| dependencies = [ |
| "anyhow", |
| "base64", |
| "leb128", |
| "log", |
| "rustc-demangle", |
| "serde", |
| "serde_json", |
| "walrus", |
| "wasm-bindgen-shared", |
| "wasmparser 0.240.0", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.64" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8" |
| dependencies = [ |
| "cfg-if", |
| "futures-util", |
| "js-sys", |
| "once_cell", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.114" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.114" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" |
| dependencies = [ |
| "bumpalo", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.114" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-test" |
| version = "0.3.64" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6311c867385cc7d5602463b31825d454d0837a3aba7cdb5e56d5201792a3f7fe" |
| dependencies = [ |
| "async-trait", |
| "cast", |
| "js-sys", |
| "libm", |
| "minicov", |
| "nu-ansi-term", |
| "num-traits", |
| "oorandom", |
| "serde", |
| "serde_json", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-bindgen-test-macro", |
| "wasm-bindgen-test-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-test-macro" |
| version = "0.3.64" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67008cdde4769831958536b0f11b3bdd0380bde882be17fff9c2f34bb4549abd" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-test-shared" |
| version = "0.2.114" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfe29135b180b72b04c74aa97b2b4a2ef275161eff9a6c7955ea9eaedc7e1d4e" |
| |
| [[package]] |
| name = "wasm-encoder" |
| version = "0.245.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9dca005e69bf015e45577e415b9af8c67e8ee3c0e38b5b0add5aa92581ed5c" |
| dependencies = [ |
| "leb128fmt", |
| "wasmparser 0.245.1", |
| ] |
| |
| [[package]] |
| name = "wasm_cpu" |
| version = "0.8.0" |
| dependencies = [ |
| "bytemuck", |
| "console_error_panic_hook", |
| "console_log", |
| "js-sys", |
| "log", |
| "parley", |
| "vello_common", |
| "vello_cpu", |
| "vello_example_scenes", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-bindgen-test", |
| "web-sys", |
| "wgpu", |
| ] |
| |
| [[package]] |
| name = "wasmparser" |
| version = "0.235.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "161296c618fa2d63f6ed5fffd1112937e803cb9ec71b32b01a76321555660917" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "hashbrown 0.15.5", |
| "indexmap", |
| "semver", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "wasmparser" |
| version = "0.240.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b722dcf61e0ea47440b53ff83ccb5df8efec57a69d150e4f24882e4eba7e24a4" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "hashbrown 0.15.5", |
| "indexmap", |
| "semver", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "wasmparser" |
| version = "0.245.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f08c9adee0428b7bddf3890fc27e015ac4b761cc608c822667102b8bfd6995e" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "hashbrown 0.16.1", |
| "indexmap", |
| "semver", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "wayland-backend" |
| version = "0.3.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa75f400b7f719bcd68b3f47cd939ba654cedeef690f486db71331eec4c6a406" |
| dependencies = [ |
| "cc", |
| "downcast-rs", |
| "rustix 1.1.4", |
| "scoped-tls", |
| "smallvec", |
| "wayland-sys", |
| ] |
| |
| [[package]] |
| name = "wayland-client" |
| version = "0.31.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab51d9f7c071abeee76007e2b742499e535148035bb835f97aaed1338cf516c3" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "rustix 1.1.4", |
| "wayland-backend", |
| "wayland-scanner", |
| ] |
| |
| [[package]] |
| name = "wayland-csd-frame" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "cursor-icon", |
| "wayland-backend", |
| ] |
| |
| [[package]] |
| name = "wayland-cursor" |
| version = "0.31.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b3298683470fbdc6ca40151dfc48c8f2fd4c41a26e13042f801f85002384091" |
| dependencies = [ |
| "rustix 1.1.4", |
| "wayland-client", |
| "xcursor", |
| ] |
| |
| [[package]] |
| name = "wayland-protocols" |
| version = "0.32.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b23b5df31ceff1328f06ac607591d5ba360cf58f90c8fad4ac8d3a55a3c4aec7" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-scanner", |
| ] |
| |
| [[package]] |
| name = "wayland-protocols-plasma" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d392fc283a87774afc9beefcd6f931582bb97fe0e6ced0b306a62cb1d026527c" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-protocols", |
| "wayland-scanner", |
| ] |
| |
| [[package]] |
| name = "wayland-protocols-wlr" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78248e4cc0eff8163370ba5c158630dcae1f3497a586b826eca2ef5f348d6235" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-protocols", |
| "wayland-scanner", |
| ] |
| |
| [[package]] |
| name = "wayland-scanner" |
| version = "0.31.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c86287151a309799b821ca709b7345a048a2956af05957c89cb824ab919fa4e3" |
| dependencies = [ |
| "proc-macro2", |
| "quick-xml", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "wayland-sys" |
| version = "0.31.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "374f6b70e8e0d6bf9461a32988fd553b59ff630964924dad6e4a4eb6bd538d17" |
| dependencies = [ |
| "dlib", |
| "log", |
| "once_cell", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.91" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "web-time" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "wgpu" |
| version = "28.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9cb534d5ffd109c7d1135f34cdae29e60eab94855a625dcfe1705f8bc7ad79f" |
| dependencies = [ |
| "arrayvec", |
| "bitflags 2.11.0", |
| "bytemuck", |
| "cfg-if", |
| "cfg_aliases", |
| "document-features", |
| "hashbrown 0.16.1", |
| "js-sys", |
| "log", |
| "naga", |
| "parking_lot", |
| "portable-atomic", |
| "profiling", |
| "raw-window-handle", |
| "smallvec", |
| "static_assertions", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "wgpu-core", |
| "wgpu-hal", |
| "wgpu-types", |
| ] |
| |
| [[package]] |
| name = "wgpu-core" |
| version = "28.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d23f4642f53f666adcfd2d3218ab174d1e6681101aef18696b90cbe64d1c10f9" |
| dependencies = [ |
| "arrayvec", |
| "bit-set", |
| "bit-vec", |
| "bitflags 2.11.0", |
| "bytemuck", |
| "cfg_aliases", |
| "document-features", |
| "hashbrown 0.16.1", |
| "indexmap", |
| "log", |
| "naga", |
| "once_cell", |
| "parking_lot", |
| "portable-atomic", |
| "profiling", |
| "raw-window-handle", |
| "rustc-hash 1.1.0", |
| "smallvec", |
| "thiserror 2.0.18", |
| "wgpu-core-deps-apple", |
| "wgpu-core-deps-emscripten", |
| "wgpu-core-deps-wasm", |
| "wgpu-core-deps-windows-linux-android", |
| "wgpu-hal", |
| "wgpu-types", |
| ] |
| |
| [[package]] |
| name = "wgpu-core-deps-apple" |
| version = "28.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87b7b696b918f337c486bf93142454080a32a37832ba8a31e4f48221890047da" |
| dependencies = [ |
| "wgpu-hal", |
| ] |
| |
| [[package]] |
| name = "wgpu-core-deps-emscripten" |
| version = "28.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34b251c331f84feac147de3c4aa3aa45112622a95dd7ee1b74384fa0458dbd79" |
| dependencies = [ |
| "wgpu-hal", |
| ] |
| |
| [[package]] |
| name = "wgpu-core-deps-wasm" |
| version = "28.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12a2cf578ce8d7d50d0e63ddc2345c7dcb599f6eb90b888813406ea78b9b7010" |
| dependencies = [ |
| "wgpu-hal", |
| ] |
| |
| [[package]] |
| name = "wgpu-core-deps-windows-linux-android" |
| version = "28.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68ca976e72b2c9964eb243e281f6ce7f14a514e409920920dcda12ae40febaae" |
| dependencies = [ |
| "wgpu-hal", |
| ] |
| |
| [[package]] |
| name = "wgpu-hal" |
| version = "28.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44d6cb474beb218824dcc9e1ce679d973f719262789bfb27407da560cac20eeb" |
| dependencies = [ |
| "android_system_properties", |
| "arrayvec", |
| "ash", |
| "bit-set", |
| "bitflags 2.11.0", |
| "block", |
| "bytemuck", |
| "cfg-if", |
| "cfg_aliases", |
| "core-graphics-types 0.2.0", |
| "glow", |
| "glutin_wgl_sys", |
| "gpu-allocator", |
| "gpu-descriptor", |
| "hashbrown 0.16.1", |
| "js-sys", |
| "khronos-egl", |
| "libc", |
| "libloading", |
| "log", |
| "metal", |
| "naga", |
| "ndk-sys", |
| "objc", |
| "once_cell", |
| "ordered-float", |
| "parking_lot", |
| "portable-atomic", |
| "portable-atomic-util", |
| "profiling", |
| "range-alloc", |
| "raw-window-handle", |
| "renderdoc-sys", |
| "smallvec", |
| "thiserror 2.0.18", |
| "wasm-bindgen", |
| "web-sys", |
| "wgpu-types", |
| "windows 0.62.2", |
| "windows-core 0.62.2", |
| ] |
| |
| [[package]] |
| name = "wgpu-profiler" |
| version = "0.26.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54a5d746c6ee80bda321bf99d57cde941fadb69a99b3b1593c2354e5ef4aaa58" |
| dependencies = [ |
| "parking_lot", |
| "thiserror 2.0.18", |
| "wgpu", |
| ] |
| |
| [[package]] |
| name = "wgpu-types" |
| version = "28.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e18308757e594ed2cd27dddbb16a139c42a683819d32a2e0b1b0167552f5840c" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "bytemuck", |
| "js-sys", |
| "log", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "wgpu_webgl" |
| version = "0.8.0" |
| dependencies = [ |
| "console_error_panic_hook", |
| "console_log", |
| "js-sys", |
| "log", |
| "vello_common", |
| "vello_example_scenes", |
| "vello_hybrid", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-bindgen-test", |
| "web-sys", |
| "wgpu", |
| ] |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "windows" |
| version = "0.58.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" |
| dependencies = [ |
| "windows-core 0.58.0", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows" |
| version = "0.62.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" |
| dependencies = [ |
| "windows-collections", |
| "windows-core 0.62.2", |
| "windows-future", |
| "windows-numerics", |
| ] |
| |
| [[package]] |
| name = "windows-collections" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" |
| dependencies = [ |
| "windows-core 0.62.2", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.58.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" |
| dependencies = [ |
| "windows-implement 0.58.0", |
| "windows-interface 0.58.0", |
| "windows-result 0.2.0", |
| "windows-strings 0.1.0", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.62.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| dependencies = [ |
| "windows-implement 0.60.2", |
| "windows-interface 0.59.3", |
| "windows-link", |
| "windows-result 0.4.1", |
| "windows-strings 0.5.1", |
| ] |
| |
| [[package]] |
| name = "windows-future" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" |
| dependencies = [ |
| "windows-core 0.62.2", |
| "windows-link", |
| "windows-threading", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.58.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.60.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.58.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.59.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| |
| [[package]] |
| name = "windows-numerics" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" |
| dependencies = [ |
| "windows-core 0.62.2", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" |
| dependencies = [ |
| "windows-result 0.2.0", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| dependencies = [ |
| "windows-targets 0.42.2", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.59.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.60.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| dependencies = [ |
| "windows-targets 0.53.5", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.61.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.42.2", |
| "windows_aarch64_msvc 0.42.2", |
| "windows_i686_gnu 0.42.2", |
| "windows_i686_msvc 0.42.2", |
| "windows_x86_64_gnu 0.42.2", |
| "windows_x86_64_gnullvm 0.42.2", |
| "windows_x86_64_msvc 0.42.2", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.52.6", |
| "windows_aarch64_msvc 0.52.6", |
| "windows_i686_gnu 0.52.6", |
| "windows_i686_gnullvm 0.52.6", |
| "windows_i686_msvc 0.52.6", |
| "windows_x86_64_gnu 0.52.6", |
| "windows_x86_64_gnullvm 0.52.6", |
| "windows_x86_64_msvc 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.53.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| dependencies = [ |
| "windows-link", |
| "windows_aarch64_gnullvm 0.53.1", |
| "windows_aarch64_msvc 0.53.1", |
| "windows_i686_gnu 0.53.1", |
| "windows_i686_gnullvm 0.53.1", |
| "windows_i686_msvc 0.53.1", |
| "windows_x86_64_gnu 0.53.1", |
| "windows_x86_64_gnullvm 0.53.1", |
| "windows_x86_64_msvc 0.53.1", |
| ] |
| |
| [[package]] |
| name = "windows-threading" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| |
| [[package]] |
| name = "winit" |
| version = "0.30.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d" |
| dependencies = [ |
| "ahash", |
| "android-activity", |
| "atomic-waker", |
| "bitflags 2.11.0", |
| "block2", |
| "bytemuck", |
| "calloop", |
| "cfg_aliases", |
| "concurrent-queue", |
| "core-foundation 0.9.4", |
| "core-graphics", |
| "cursor-icon", |
| "dpi", |
| "js-sys", |
| "libc", |
| "memmap2", |
| "ndk", |
| "objc2 0.5.2", |
| "objc2-app-kit", |
| "objc2-foundation 0.2.2", |
| "objc2-ui-kit", |
| "orbclient", |
| "percent-encoding", |
| "pin-project", |
| "raw-window-handle", |
| "redox_syscall 0.4.1", |
| "rustix 0.38.44", |
| "sctk-adwaita", |
| "smithay-client-toolkit", |
| "smol_str", |
| "tracing", |
| "unicode-segmentation", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-protocols", |
| "wayland-protocols-plasma", |
| "web-sys", |
| "web-time", |
| "windows-sys 0.52.0", |
| "x11-dl", |
| "x11rb", |
| "xkbcommon-dl", |
| ] |
| |
| [[package]] |
| name = "winnow" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| |
| [[package]] |
| name = "with_winit" |
| version = "0.0.0" |
| dependencies = [ |
| "android_logger", |
| "anyhow", |
| "clap", |
| "console_error_panic_hook", |
| "console_log", |
| "env_logger", |
| "getrandom", |
| "jni", |
| "kurbo 0.13.0", |
| "log", |
| "notify-debouncer-full", |
| "pollster", |
| "profiling", |
| "scenes", |
| "tracing", |
| "tracing-subscriber", |
| "tracing_android_trace", |
| "vello", |
| "vello_shaders", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "web-time", |
| "wgpu-profiler", |
| "winit", |
| ] |
| |
| [[package]] |
| name = "writeable" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
| |
| [[package]] |
| name = "wyz" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
| dependencies = [ |
| "tap", |
| ] |
| |
| [[package]] |
| name = "x11-dl" |
| version = "2.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" |
| dependencies = [ |
| "libc", |
| "once_cell", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "x11rb" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" |
| dependencies = [ |
| "as-raw-xcb-connection", |
| "gethostname", |
| "libc", |
| "libloading", |
| "once_cell", |
| "rustix 1.1.4", |
| "x11rb-protocol", |
| ] |
| |
| [[package]] |
| name = "x11rb-protocol" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| |
| [[package]] |
| name = "xcursor" |
| version = "0.3.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" |
| |
| [[package]] |
| name = "xkbcommon-dl" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" |
| dependencies = [ |
| "bitflags 2.11.0", |
| "dlib", |
| "log", |
| "once_cell", |
| "xkeysym", |
| ] |
| |
| [[package]] |
| name = "xkeysym" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" |
| |
| [[package]] |
| name = "xml-rs" |
| version = "0.8.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" |
| |
| [[package]] |
| name = "xmlwriter" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" |
| |
| [[package]] |
| name = "xtask" |
| version = "0.0.0" |
| dependencies = [ |
| "clap", |
| "kompari", |
| "kompari-tasks", |
| ] |
| |
| [[package]] |
| name = "yazi" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5" |
| |
| [[package]] |
| name = "zeno" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524" |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.8.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.8.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "zmij" |
| version = "1.0.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| |
| [[package]] |
| name = "zopfli" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249" |
| dependencies = [ |
| "bumpalo", |
| "crc32fast", |
| "log", |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "zune-core" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" |
| |
| [[package]] |
| name = "zune-jpeg" |
| version = "0.5.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec5f41c76397b7da451efd19915684f727d7e1d516384ca6bd0ec43ec94de23c" |
| dependencies = [ |
| "zune-core", |
| ] |