| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "aho-corasick" |
| 7 | version = "1.1.4" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 10 | dependencies = [ |
| 11 | "memchr", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "allocator-api2" |
| 16 | version = "0.2.21" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 19 | |
| 20 | [[package]] |
| 21 | name = "android_system_properties" |
| 22 | version = "0.1.5" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 25 | dependencies = [ |
| 26 | "libc", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "anstream" |
| 31 | version = "0.6.21" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| 34 | dependencies = [ |
| 35 | "anstyle", |
| 36 | "anstyle-parse", |
| 37 | "anstyle-query", |
| 38 | "anstyle-wincon", |
| 39 | "colorchoice", |
| 40 | "is_terminal_polyfill", |
| 41 | "utf8parse", |
| 42 | ] |
| 43 | |
| 44 | [[package]] |
| 45 | name = "anstyle" |
| 46 | version = "1.0.13" |
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
| 49 | |
| 50 | [[package]] |
| 51 | name = "anstyle-parse" |
| 52 | version = "0.2.7" |
| 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 | checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 55 | dependencies = [ |
| 56 | "utf8parse", |
| 57 | ] |
| 58 | |
| 59 | [[package]] |
| 60 | name = "anstyle-query" |
| 61 | version = "1.1.5" |
| 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 64 | dependencies = [ |
| 65 | "windows-sys 0.61.2", |
| 66 | ] |
| 67 | |
| 68 | [[package]] |
| 69 | name = "anstyle-wincon" |
| 70 | version = "3.0.11" |
| 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 72 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 73 | dependencies = [ |
| 74 | "anstyle", |
| 75 | "once_cell_polyfill", |
| 76 | "windows-sys 0.61.2", |
| 77 | ] |
| 78 | |
| 79 | [[package]] |
| 80 | name = "anyhow" |
| 81 | version = "1.0.101" |
| 82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 | checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" |
| 84 | |
| 85 | [[package]] |
| 86 | name = "arrayvec" |
| 87 | version = "0.7.6" |
| 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 89 | checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| 90 | |
| 91 | [[package]] |
| 92 | name = "ash" |
| 93 | version = "0.38.0+1.3.281" |
| 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" |
| 96 | dependencies = [ |
| 97 | "libloading", |
| 98 | ] |
| 99 | |
| 100 | [[package]] |
| 101 | name = "autocfg" |
| 102 | version = "1.5.0" |
| 103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 104 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 105 | |
| 106 | [[package]] |
| 107 | name = "base64" |
| 108 | version = "0.22.1" |
| 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 111 | |
| 112 | [[package]] |
| 113 | name = "bit-set" |
| 114 | version = "0.8.0" |
| 115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 116 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| 117 | dependencies = [ |
| 118 | "bit-vec", |
| 119 | ] |
| 120 | |
| 121 | [[package]] |
| 122 | name = "bit-vec" |
| 123 | version = "0.8.0" |
| 124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 125 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| 126 | |
| 127 | [[package]] |
| 128 | name = "bitflags" |
| 129 | version = "1.3.2" |
| 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 131 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 132 | |
| 133 | [[package]] |
| 134 | name = "bitflags" |
| 135 | version = "2.10.0" |
| 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 137 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 138 | dependencies = [ |
| 139 | "serde_core", |
| 140 | ] |
| 141 | |
| 142 | [[package]] |
| 143 | name = "block" |
| 144 | version = "0.1.6" |
| 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 146 | checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" |
| 147 | |
| 148 | [[package]] |
| 149 | name = "bstr" |
| 150 | version = "1.12.1" |
| 151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 152 | checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
| 153 | dependencies = [ |
| 154 | "memchr", |
| 155 | "serde", |
| 156 | ] |
| 157 | |
| 158 | [[package]] |
| 159 | name = "bumpalo" |
| 160 | version = "3.19.1" |
| 161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 162 | checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" |
| 163 | |
| 164 | [[package]] |
| 165 | name = "bytemuck" |
| 166 | version = "1.25.0" |
| 167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 168 | checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" |
| 169 | dependencies = [ |
| 170 | "bytemuck_derive", |
| 171 | ] |
| 172 | |
| 173 | [[package]] |
| 174 | name = "bytemuck_derive" |
| 175 | version = "1.10.2" |
| 176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 177 | checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" |
| 178 | dependencies = [ |
| 179 | "proc-macro2", |
| 180 | "quote", |
| 181 | "syn", |
| 182 | ] |
| 183 | |
| 184 | [[package]] |
| 185 | name = "cc" |
| 186 | version = "1.2.55" |
| 187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 188 | checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29" |
| 189 | dependencies = [ |
| 190 | "find-msvc-tools", |
| 191 | "shlex", |
| 192 | ] |
| 193 | |
| 194 | [[package]] |
| 195 | name = "cfg-if" |
| 196 | version = "1.0.4" |
| 197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 198 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 199 | |
| 200 | [[package]] |
| 201 | name = "cfg_aliases" |
| 202 | version = "0.2.1" |
| 203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 204 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 205 | |
| 206 | [[package]] |
| 207 | name = "clap" |
| 208 | version = "4.5.57" |
| 209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 210 | checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a" |
| 211 | dependencies = [ |
| 212 | "clap_builder", |
| 213 | "clap_derive", |
| 214 | ] |
| 215 | |
| 216 | [[package]] |
| 217 | name = "clap_builder" |
| 218 | version = "4.5.57" |
| 219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 220 | checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238" |
| 221 | dependencies = [ |
| 222 | "anstream", |
| 223 | "anstyle", |
| 224 | "clap_lex", |
| 225 | "strsim", |
| 226 | ] |
| 227 | |
| 228 | [[package]] |
| 229 | name = "clap_derive" |
| 230 | version = "4.5.55" |
| 231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 232 | checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" |
| 233 | dependencies = [ |
| 234 | "heck", |
| 235 | "proc-macro2", |
| 236 | "quote", |
| 237 | "syn", |
| 238 | ] |
| 239 | |
| 240 | [[package]] |
| 241 | name = "clap_lex" |
| 242 | version = "0.7.7" |
| 243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 244 | checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" |
| 245 | |
| 246 | [[package]] |
| 247 | name = "codespan-reporting" |
| 248 | version = "0.11.1" |
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 | checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" |
| 251 | dependencies = [ |
| 252 | "termcolor", |
| 253 | "unicode-width 0.1.14", |
| 254 | ] |
| 255 | |
| 256 | [[package]] |
| 257 | name = "colorchoice" |
| 258 | version = "1.0.4" |
| 259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 260 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 261 | |
| 262 | [[package]] |
| 263 | name = "core-foundation" |
| 264 | version = "0.9.4" |
| 265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 266 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 267 | dependencies = [ |
| 268 | "core-foundation-sys", |
| 269 | "libc", |
| 270 | ] |
| 271 | |
| 272 | [[package]] |
| 273 | name = "core-foundation-sys" |
| 274 | version = "0.8.7" |
| 275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 276 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 277 | |
| 278 | [[package]] |
| 279 | name = "core-graphics-types" |
| 280 | version = "0.1.3" |
| 281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 282 | checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" |
| 283 | dependencies = [ |
| 284 | "bitflags 1.3.2", |
| 285 | "core-foundation", |
| 286 | "libc", |
| 287 | ] |
| 288 | |
| 289 | [[package]] |
| 290 | name = "dirs" |
| 291 | version = "5.0.1" |
| 292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 293 | checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
| 294 | dependencies = [ |
| 295 | "dirs-sys", |
| 296 | ] |
| 297 | |
| 298 | [[package]] |
| 299 | name = "dirs-sys" |
| 300 | version = "0.4.1" |
| 301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 302 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 303 | dependencies = [ |
| 304 | "libc", |
| 305 | "option-ext", |
| 306 | "redox_users", |
| 307 | "windows-sys 0.48.0", |
| 308 | ] |
| 309 | |
| 310 | [[package]] |
| 311 | name = "document-features" |
| 312 | version = "0.2.12" |
| 313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 314 | checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" |
| 315 | dependencies = [ |
| 316 | "litrs", |
| 317 | ] |
| 318 | |
| 319 | [[package]] |
| 320 | name = "either" |
| 321 | version = "1.15.0" |
| 322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 323 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 324 | |
| 325 | [[package]] |
| 326 | name = "env_home" |
| 327 | version = "0.1.0" |
| 328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 329 | checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe" |
| 330 | |
| 331 | [[package]] |
| 332 | name = "equivalent" |
| 333 | version = "1.0.2" |
| 334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 335 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 336 | |
| 337 | [[package]] |
| 338 | name = "errno" |
| 339 | version = "0.3.14" |
| 340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 341 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 342 | dependencies = [ |
| 343 | "libc", |
| 344 | "windows-sys 0.61.2", |
| 345 | ] |
| 346 | |
| 347 | [[package]] |
| 348 | name = "find-msvc-tools" |
| 349 | version = "0.1.9" |
| 350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 351 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 352 | |
| 353 | [[package]] |
| 354 | name = "foldhash" |
| 355 | version = "0.1.5" |
| 356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 357 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 358 | |
| 359 | [[package]] |
| 360 | name = "fontdue" |
| 361 | version = "0.9.3" |
| 362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 363 | checksum = "2e57e16b3fe8ff4364c0661fdaac543fb38b29ea9bc9c2f45612d90adf931d2b" |
| 364 | dependencies = [ |
| 365 | "hashbrown 0.15.5", |
| 366 | "ttf-parser", |
| 367 | ] |
| 368 | |
| 369 | [[package]] |
| 370 | name = "foreign-types" |
| 371 | version = "0.5.0" |
| 372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 373 | checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" |
| 374 | dependencies = [ |
| 375 | "foreign-types-macros", |
| 376 | "foreign-types-shared", |
| 377 | ] |
| 378 | |
| 379 | [[package]] |
| 380 | name = "foreign-types-macros" |
| 381 | version = "0.2.3" |
| 382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 383 | checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" |
| 384 | dependencies = [ |
| 385 | "proc-macro2", |
| 386 | "quote", |
| 387 | "syn", |
| 388 | ] |
| 389 | |
| 390 | [[package]] |
| 391 | name = "foreign-types-shared" |
| 392 | version = "0.3.1" |
| 393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 394 | checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" |
| 395 | |
| 396 | [[package]] |
| 397 | name = "futures-core" |
| 398 | version = "0.3.31" |
| 399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 400 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| 401 | |
| 402 | [[package]] |
| 403 | name = "futures-task" |
| 404 | version = "0.3.31" |
| 405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 406 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| 407 | |
| 408 | [[package]] |
| 409 | name = "futures-util" |
| 410 | version = "0.3.31" |
| 411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 412 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 413 | dependencies = [ |
| 414 | "futures-core", |
| 415 | "futures-task", |
| 416 | "pin-project-lite", |
| 417 | "pin-utils", |
| 418 | "slab", |
| 419 | ] |
| 420 | |
| 421 | [[package]] |
| 422 | name = "garterm" |
| 423 | version = "0.1.2" |
| 424 | dependencies = [ |
| 425 | "anyhow", |
| 426 | "base64", |
| 427 | "bytemuck", |
| 428 | "clap", |
| 429 | "dirs", |
| 430 | "fontdue", |
| 431 | "garterm-ipc", |
| 432 | "gartk-core", |
| 433 | "gartk-x11", |
| 434 | "libc", |
| 435 | "mlua", |
| 436 | "nix", |
| 437 | "pollster", |
| 438 | "raw-window-handle", |
| 439 | "serde", |
| 440 | "serde_json", |
| 441 | "thiserror 2.0.18", |
| 442 | "toml", |
| 443 | "tracing", |
| 444 | "tracing-subscriber", |
| 445 | "unicode-width 0.2.2", |
| 446 | "vte", |
| 447 | "wgpu", |
| 448 | "x11-dl", |
| 449 | "x11rb", |
| 450 | ] |
| 451 | |
| 452 | [[package]] |
| 453 | name = "garterm-ipc" |
| 454 | version = "0.1.2" |
| 455 | dependencies = [ |
| 456 | "serde", |
| 457 | "serde_json", |
| 458 | ] |
| 459 | |
| 460 | [[package]] |
| 461 | name = "gartermctl" |
| 462 | version = "0.1.2" |
| 463 | dependencies = [ |
| 464 | "anyhow", |
| 465 | "clap", |
| 466 | "garterm-ipc", |
| 467 | "libc", |
| 468 | "serde_json", |
| 469 | ] |
| 470 | |
| 471 | [[package]] |
| 472 | name = "gartk-core" |
| 473 | version = "0.3.0" |
| 474 | dependencies = [ |
| 475 | "serde", |
| 476 | "thiserror 2.0.18", |
| 477 | ] |
| 478 | |
| 479 | [[package]] |
| 480 | name = "gartk-x11" |
| 481 | version = "0.3.0" |
| 482 | dependencies = [ |
| 483 | "gartk-core", |
| 484 | "thiserror 2.0.18", |
| 485 | "tracing", |
| 486 | "x11rb", |
| 487 | ] |
| 488 | |
| 489 | [[package]] |
| 490 | name = "gethostname" |
| 491 | version = "1.1.0" |
| 492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 493 | checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" |
| 494 | dependencies = [ |
| 495 | "rustix", |
| 496 | "windows-link", |
| 497 | ] |
| 498 | |
| 499 | [[package]] |
| 500 | name = "getrandom" |
| 501 | version = "0.2.17" |
| 502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 503 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 504 | dependencies = [ |
| 505 | "cfg-if", |
| 506 | "libc", |
| 507 | "wasi", |
| 508 | ] |
| 509 | |
| 510 | [[package]] |
| 511 | name = "gl_generator" |
| 512 | version = "0.14.0" |
| 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 514 | checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" |
| 515 | dependencies = [ |
| 516 | "khronos_api", |
| 517 | "log", |
| 518 | "xml-rs", |
| 519 | ] |
| 520 | |
| 521 | [[package]] |
| 522 | name = "glow" |
| 523 | version = "0.16.0" |
| 524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 525 | checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" |
| 526 | dependencies = [ |
| 527 | "js-sys", |
| 528 | "slotmap", |
| 529 | "wasm-bindgen", |
| 530 | "web-sys", |
| 531 | ] |
| 532 | |
| 533 | [[package]] |
| 534 | name = "glutin_wgl_sys" |
| 535 | version = "0.6.1" |
| 536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 537 | checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" |
| 538 | dependencies = [ |
| 539 | "gl_generator", |
| 540 | ] |
| 541 | |
| 542 | [[package]] |
| 543 | name = "gpu-alloc" |
| 544 | version = "0.6.0" |
| 545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 546 | checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" |
| 547 | dependencies = [ |
| 548 | "bitflags 2.10.0", |
| 549 | "gpu-alloc-types", |
| 550 | ] |
| 551 | |
| 552 | [[package]] |
| 553 | name = "gpu-alloc-types" |
| 554 | version = "0.3.0" |
| 555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 556 | checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" |
| 557 | dependencies = [ |
| 558 | "bitflags 2.10.0", |
| 559 | ] |
| 560 | |
| 561 | [[package]] |
| 562 | name = "gpu-allocator" |
| 563 | version = "0.27.0" |
| 564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 565 | checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd" |
| 566 | dependencies = [ |
| 567 | "log", |
| 568 | "presser", |
| 569 | "thiserror 1.0.69", |
| 570 | "windows", |
| 571 | ] |
| 572 | |
| 573 | [[package]] |
| 574 | name = "gpu-descriptor" |
| 575 | version = "0.3.2" |
| 576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 577 | checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" |
| 578 | dependencies = [ |
| 579 | "bitflags 2.10.0", |
| 580 | "gpu-descriptor-types", |
| 581 | "hashbrown 0.15.5", |
| 582 | ] |
| 583 | |
| 584 | [[package]] |
| 585 | name = "gpu-descriptor-types" |
| 586 | version = "0.2.0" |
| 587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 588 | checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" |
| 589 | dependencies = [ |
| 590 | "bitflags 2.10.0", |
| 591 | ] |
| 592 | |
| 593 | [[package]] |
| 594 | name = "hashbrown" |
| 595 | version = "0.15.5" |
| 596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 597 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 598 | dependencies = [ |
| 599 | "allocator-api2", |
| 600 | "equivalent", |
| 601 | "foldhash", |
| 602 | ] |
| 603 | |
| 604 | [[package]] |
| 605 | name = "hashbrown" |
| 606 | version = "0.16.1" |
| 607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 608 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 609 | |
| 610 | [[package]] |
| 611 | name = "heck" |
| 612 | version = "0.5.0" |
| 613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 614 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 615 | |
| 616 | [[package]] |
| 617 | name = "hexf-parse" |
| 618 | version = "0.2.1" |
| 619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 620 | checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" |
| 621 | |
| 622 | [[package]] |
| 623 | name = "indexmap" |
| 624 | version = "2.13.0" |
| 625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 626 | checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 627 | dependencies = [ |
| 628 | "equivalent", |
| 629 | "hashbrown 0.16.1", |
| 630 | ] |
| 631 | |
| 632 | [[package]] |
| 633 | name = "is_terminal_polyfill" |
| 634 | version = "1.70.2" |
| 635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 636 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 637 | |
| 638 | [[package]] |
| 639 | name = "itoa" |
| 640 | version = "1.0.17" |
| 641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 642 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 643 | |
| 644 | [[package]] |
| 645 | name = "jni-sys" |
| 646 | version = "0.3.0" |
| 647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 648 | checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" |
| 649 | |
| 650 | [[package]] |
| 651 | name = "js-sys" |
| 652 | version = "0.3.85" |
| 653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 654 | checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" |
| 655 | dependencies = [ |
| 656 | "once_cell", |
| 657 | "wasm-bindgen", |
| 658 | ] |
| 659 | |
| 660 | [[package]] |
| 661 | name = "khronos-egl" |
| 662 | version = "6.0.0" |
| 663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 664 | checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" |
| 665 | dependencies = [ |
| 666 | "libc", |
| 667 | "libloading", |
| 668 | "pkg-config", |
| 669 | ] |
| 670 | |
| 671 | [[package]] |
| 672 | name = "khronos_api" |
| 673 | version = "3.1.0" |
| 674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 675 | checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" |
| 676 | |
| 677 | [[package]] |
| 678 | name = "lazy_static" |
| 679 | version = "1.5.0" |
| 680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 681 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 682 | |
| 683 | [[package]] |
| 684 | name = "libc" |
| 685 | version = "0.2.180" |
| 686 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 687 | checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" |
| 688 | |
| 689 | [[package]] |
| 690 | name = "libloading" |
| 691 | version = "0.8.9" |
| 692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 693 | checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| 694 | dependencies = [ |
| 695 | "cfg-if", |
| 696 | "windows-link", |
| 697 | ] |
| 698 | |
| 699 | [[package]] |
| 700 | name = "libredox" |
| 701 | version = "0.1.12" |
| 702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 703 | checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 704 | dependencies = [ |
| 705 | "bitflags 2.10.0", |
| 706 | "libc", |
| 707 | ] |
| 708 | |
| 709 | [[package]] |
| 710 | name = "linux-raw-sys" |
| 711 | version = "0.11.0" |
| 712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 713 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 714 | |
| 715 | [[package]] |
| 716 | name = "litrs" |
| 717 | version = "1.0.0" |
| 718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 719 | checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" |
| 720 | |
| 721 | [[package]] |
| 722 | name = "lock_api" |
| 723 | version = "0.4.14" |
| 724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 725 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 726 | dependencies = [ |
| 727 | "scopeguard", |
| 728 | ] |
| 729 | |
| 730 | [[package]] |
| 731 | name = "log" |
| 732 | version = "0.4.29" |
| 733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 734 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 735 | |
| 736 | [[package]] |
| 737 | name = "lua-src" |
| 738 | version = "547.0.0" |
| 739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 740 | checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42" |
| 741 | dependencies = [ |
| 742 | "cc", |
| 743 | ] |
| 744 | |
| 745 | [[package]] |
| 746 | name = "luajit-src" |
| 747 | version = "210.5.12+a4f56a4" |
| 748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 749 | checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671" |
| 750 | dependencies = [ |
| 751 | "cc", |
| 752 | "which", |
| 753 | ] |
| 754 | |
| 755 | [[package]] |
| 756 | name = "malloc_buf" |
| 757 | version = "0.0.6" |
| 758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 759 | checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" |
| 760 | dependencies = [ |
| 761 | "libc", |
| 762 | ] |
| 763 | |
| 764 | [[package]] |
| 765 | name = "matchers" |
| 766 | version = "0.2.0" |
| 767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 768 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 769 | dependencies = [ |
| 770 | "regex-automata", |
| 771 | ] |
| 772 | |
| 773 | [[package]] |
| 774 | name = "memchr" |
| 775 | version = "2.8.0" |
| 776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 777 | checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 778 | |
| 779 | [[package]] |
| 780 | name = "metal" |
| 781 | version = "0.31.0" |
| 782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 783 | checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e" |
| 784 | dependencies = [ |
| 785 | "bitflags 2.10.0", |
| 786 | "block", |
| 787 | "core-graphics-types", |
| 788 | "foreign-types", |
| 789 | "log", |
| 790 | "objc", |
| 791 | "paste", |
| 792 | ] |
| 793 | |
| 794 | [[package]] |
| 795 | name = "mlua" |
| 796 | version = "0.10.5" |
| 797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 798 | checksum = "c1f5f8fbebc7db5f671671134b9321c4b9aa9adeafccfd9a8c020ae45c6a35d0" |
| 799 | dependencies = [ |
| 800 | "bstr", |
| 801 | "either", |
| 802 | "mlua-sys", |
| 803 | "num-traits", |
| 804 | "parking_lot", |
| 805 | "rustc-hash 2.1.1", |
| 806 | "rustversion", |
| 807 | ] |
| 808 | |
| 809 | [[package]] |
| 810 | name = "mlua-sys" |
| 811 | version = "0.6.8" |
| 812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 813 | checksum = "380c1f7e2099cafcf40e51d3a9f20a346977587aa4d012eae1f043149a728a93" |
| 814 | dependencies = [ |
| 815 | "cc", |
| 816 | "cfg-if", |
| 817 | "lua-src", |
| 818 | "luajit-src", |
| 819 | "pkg-config", |
| 820 | ] |
| 821 | |
| 822 | [[package]] |
| 823 | name = "naga" |
| 824 | version = "24.0.0" |
| 825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 826 | checksum = "e380993072e52eef724eddfcde0ed013b0c023c3f0417336ed041aa9f076994e" |
| 827 | dependencies = [ |
| 828 | "arrayvec", |
| 829 | "bit-set", |
| 830 | "bitflags 2.10.0", |
| 831 | "cfg_aliases", |
| 832 | "codespan-reporting", |
| 833 | "hexf-parse", |
| 834 | "indexmap", |
| 835 | "log", |
| 836 | "rustc-hash 1.1.0", |
| 837 | "spirv", |
| 838 | "strum", |
| 839 | "termcolor", |
| 840 | "thiserror 2.0.18", |
| 841 | "unicode-xid", |
| 842 | ] |
| 843 | |
| 844 | [[package]] |
| 845 | name = "ndk-sys" |
| 846 | version = "0.5.0+25.2.9519653" |
| 847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 848 | checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" |
| 849 | dependencies = [ |
| 850 | "jni-sys", |
| 851 | ] |
| 852 | |
| 853 | [[package]] |
| 854 | name = "nix" |
| 855 | version = "0.29.0" |
| 856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 857 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| 858 | dependencies = [ |
| 859 | "bitflags 2.10.0", |
| 860 | "cfg-if", |
| 861 | "cfg_aliases", |
| 862 | "libc", |
| 863 | ] |
| 864 | |
| 865 | [[package]] |
| 866 | name = "nu-ansi-term" |
| 867 | version = "0.50.3" |
| 868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 869 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 870 | dependencies = [ |
| 871 | "windows-sys 0.61.2", |
| 872 | ] |
| 873 | |
| 874 | [[package]] |
| 875 | name = "num-traits" |
| 876 | version = "0.2.19" |
| 877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 878 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 879 | dependencies = [ |
| 880 | "autocfg", |
| 881 | ] |
| 882 | |
| 883 | [[package]] |
| 884 | name = "objc" |
| 885 | version = "0.2.7" |
| 886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 887 | checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" |
| 888 | dependencies = [ |
| 889 | "malloc_buf", |
| 890 | ] |
| 891 | |
| 892 | [[package]] |
| 893 | name = "once_cell" |
| 894 | version = "1.21.3" |
| 895 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 896 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 897 | |
| 898 | [[package]] |
| 899 | name = "once_cell_polyfill" |
| 900 | version = "1.70.2" |
| 901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 902 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 903 | |
| 904 | [[package]] |
| 905 | name = "option-ext" |
| 906 | version = "0.2.0" |
| 907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 908 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 909 | |
| 910 | [[package]] |
| 911 | name = "ordered-float" |
| 912 | version = "4.6.0" |
| 913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 914 | checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" |
| 915 | dependencies = [ |
| 916 | "num-traits", |
| 917 | ] |
| 918 | |
| 919 | [[package]] |
| 920 | name = "parking_lot" |
| 921 | version = "0.12.5" |
| 922 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 923 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 924 | dependencies = [ |
| 925 | "lock_api", |
| 926 | "parking_lot_core", |
| 927 | ] |
| 928 | |
| 929 | [[package]] |
| 930 | name = "parking_lot_core" |
| 931 | version = "0.9.12" |
| 932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 933 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 934 | dependencies = [ |
| 935 | "cfg-if", |
| 936 | "libc", |
| 937 | "redox_syscall", |
| 938 | "smallvec", |
| 939 | "windows-link", |
| 940 | ] |
| 941 | |
| 942 | [[package]] |
| 943 | name = "paste" |
| 944 | version = "1.0.15" |
| 945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 946 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| 947 | |
| 948 | [[package]] |
| 949 | name = "pin-project-lite" |
| 950 | version = "0.2.16" |
| 951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 952 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 953 | |
| 954 | [[package]] |
| 955 | name = "pin-utils" |
| 956 | version = "0.1.0" |
| 957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 958 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 959 | |
| 960 | [[package]] |
| 961 | name = "pkg-config" |
| 962 | version = "0.3.32" |
| 963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 964 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 965 | |
| 966 | [[package]] |
| 967 | name = "pollster" |
| 968 | version = "0.4.0" |
| 969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 970 | checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" |
| 971 | |
| 972 | [[package]] |
| 973 | name = "presser" |
| 974 | version = "0.3.1" |
| 975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 976 | checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" |
| 977 | |
| 978 | [[package]] |
| 979 | name = "proc-macro2" |
| 980 | version = "1.0.106" |
| 981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 982 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 983 | dependencies = [ |
| 984 | "unicode-ident", |
| 985 | ] |
| 986 | |
| 987 | [[package]] |
| 988 | name = "profiling" |
| 989 | version = "1.0.17" |
| 990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 991 | checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" |
| 992 | |
| 993 | [[package]] |
| 994 | name = "quote" |
| 995 | version = "1.0.44" |
| 996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 997 | checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" |
| 998 | dependencies = [ |
| 999 | "proc-macro2", |
| 1000 | ] |
| 1001 | |
| 1002 | [[package]] |
| 1003 | name = "range-alloc" |
| 1004 | version = "0.1.4" |
| 1005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1006 | checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde" |
| 1007 | |
| 1008 | [[package]] |
| 1009 | name = "raw-window-handle" |
| 1010 | version = "0.6.2" |
| 1011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1012 | checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" |
| 1013 | |
| 1014 | [[package]] |
| 1015 | name = "redox_syscall" |
| 1016 | version = "0.5.18" |
| 1017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1018 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 1019 | dependencies = [ |
| 1020 | "bitflags 2.10.0", |
| 1021 | ] |
| 1022 | |
| 1023 | [[package]] |
| 1024 | name = "redox_users" |
| 1025 | version = "0.4.6" |
| 1026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1027 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| 1028 | dependencies = [ |
| 1029 | "getrandom", |
| 1030 | "libredox", |
| 1031 | "thiserror 1.0.69", |
| 1032 | ] |
| 1033 | |
| 1034 | [[package]] |
| 1035 | name = "regex-automata" |
| 1036 | version = "0.4.14" |
| 1037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1038 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 1039 | dependencies = [ |
| 1040 | "aho-corasick", |
| 1041 | "memchr", |
| 1042 | "regex-syntax", |
| 1043 | ] |
| 1044 | |
| 1045 | [[package]] |
| 1046 | name = "regex-syntax" |
| 1047 | version = "0.8.9" |
| 1048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1049 | checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" |
| 1050 | |
| 1051 | [[package]] |
| 1052 | name = "renderdoc-sys" |
| 1053 | version = "1.1.0" |
| 1054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1055 | checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" |
| 1056 | |
| 1057 | [[package]] |
| 1058 | name = "rustc-hash" |
| 1059 | version = "1.1.0" |
| 1060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1061 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 1062 | |
| 1063 | [[package]] |
| 1064 | name = "rustc-hash" |
| 1065 | version = "2.1.1" |
| 1066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1067 | checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| 1068 | |
| 1069 | [[package]] |
| 1070 | name = "rustix" |
| 1071 | version = "1.1.3" |
| 1072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1073 | checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 1074 | dependencies = [ |
| 1075 | "bitflags 2.10.0", |
| 1076 | "errno", |
| 1077 | "libc", |
| 1078 | "linux-raw-sys", |
| 1079 | "windows-sys 0.61.2", |
| 1080 | ] |
| 1081 | |
| 1082 | [[package]] |
| 1083 | name = "rustversion" |
| 1084 | version = "1.0.22" |
| 1085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1086 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 1087 | |
| 1088 | [[package]] |
| 1089 | name = "scopeguard" |
| 1090 | version = "1.2.0" |
| 1091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1092 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 1093 | |
| 1094 | [[package]] |
| 1095 | name = "serde" |
| 1096 | version = "1.0.228" |
| 1097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1098 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 1099 | dependencies = [ |
| 1100 | "serde_core", |
| 1101 | "serde_derive", |
| 1102 | ] |
| 1103 | |
| 1104 | [[package]] |
| 1105 | name = "serde_core" |
| 1106 | version = "1.0.228" |
| 1107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1108 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 1109 | dependencies = [ |
| 1110 | "serde_derive", |
| 1111 | ] |
| 1112 | |
| 1113 | [[package]] |
| 1114 | name = "serde_derive" |
| 1115 | version = "1.0.228" |
| 1116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1117 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 1118 | dependencies = [ |
| 1119 | "proc-macro2", |
| 1120 | "quote", |
| 1121 | "syn", |
| 1122 | ] |
| 1123 | |
| 1124 | [[package]] |
| 1125 | name = "serde_json" |
| 1126 | version = "1.0.149" |
| 1127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1128 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 1129 | dependencies = [ |
| 1130 | "itoa", |
| 1131 | "memchr", |
| 1132 | "serde", |
| 1133 | "serde_core", |
| 1134 | "zmij", |
| 1135 | ] |
| 1136 | |
| 1137 | [[package]] |
| 1138 | name = "serde_spanned" |
| 1139 | version = "0.6.9" |
| 1140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1141 | checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 1142 | dependencies = [ |
| 1143 | "serde", |
| 1144 | ] |
| 1145 | |
| 1146 | [[package]] |
| 1147 | name = "sharded-slab" |
| 1148 | version = "0.1.7" |
| 1149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1150 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 1151 | dependencies = [ |
| 1152 | "lazy_static", |
| 1153 | ] |
| 1154 | |
| 1155 | [[package]] |
| 1156 | name = "shlex" |
| 1157 | version = "1.3.0" |
| 1158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1159 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 1160 | |
| 1161 | [[package]] |
| 1162 | name = "slab" |
| 1163 | version = "0.4.12" |
| 1164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1165 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 1166 | |
| 1167 | [[package]] |
| 1168 | name = "slotmap" |
| 1169 | version = "1.1.1" |
| 1170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1171 | checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" |
| 1172 | dependencies = [ |
| 1173 | "version_check", |
| 1174 | ] |
| 1175 | |
| 1176 | [[package]] |
| 1177 | name = "smallvec" |
| 1178 | version = "1.15.1" |
| 1179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1180 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1181 | |
| 1182 | [[package]] |
| 1183 | name = "spirv" |
| 1184 | version = "0.3.0+sdk-1.3.268.0" |
| 1185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1186 | checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" |
| 1187 | dependencies = [ |
| 1188 | "bitflags 2.10.0", |
| 1189 | ] |
| 1190 | |
| 1191 | [[package]] |
| 1192 | name = "static_assertions" |
| 1193 | version = "1.1.0" |
| 1194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1195 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 1196 | |
| 1197 | [[package]] |
| 1198 | name = "strsim" |
| 1199 | version = "0.11.1" |
| 1200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1201 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 1202 | |
| 1203 | [[package]] |
| 1204 | name = "strum" |
| 1205 | version = "0.26.3" |
| 1206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1207 | checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" |
| 1208 | dependencies = [ |
| 1209 | "strum_macros", |
| 1210 | ] |
| 1211 | |
| 1212 | [[package]] |
| 1213 | name = "strum_macros" |
| 1214 | version = "0.26.4" |
| 1215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1216 | checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
| 1217 | dependencies = [ |
| 1218 | "heck", |
| 1219 | "proc-macro2", |
| 1220 | "quote", |
| 1221 | "rustversion", |
| 1222 | "syn", |
| 1223 | ] |
| 1224 | |
| 1225 | [[package]] |
| 1226 | name = "syn" |
| 1227 | version = "2.0.114" |
| 1228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1229 | checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" |
| 1230 | dependencies = [ |
| 1231 | "proc-macro2", |
| 1232 | "quote", |
| 1233 | "unicode-ident", |
| 1234 | ] |
| 1235 | |
| 1236 | [[package]] |
| 1237 | name = "termcolor" |
| 1238 | version = "1.4.1" |
| 1239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1240 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| 1241 | dependencies = [ |
| 1242 | "winapi-util", |
| 1243 | ] |
| 1244 | |
| 1245 | [[package]] |
| 1246 | name = "thiserror" |
| 1247 | version = "1.0.69" |
| 1248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1249 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 1250 | dependencies = [ |
| 1251 | "thiserror-impl 1.0.69", |
| 1252 | ] |
| 1253 | |
| 1254 | [[package]] |
| 1255 | name = "thiserror" |
| 1256 | version = "2.0.18" |
| 1257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1258 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 1259 | dependencies = [ |
| 1260 | "thiserror-impl 2.0.18", |
| 1261 | ] |
| 1262 | |
| 1263 | [[package]] |
| 1264 | name = "thiserror-impl" |
| 1265 | version = "1.0.69" |
| 1266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1267 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 1268 | dependencies = [ |
| 1269 | "proc-macro2", |
| 1270 | "quote", |
| 1271 | "syn", |
| 1272 | ] |
| 1273 | |
| 1274 | [[package]] |
| 1275 | name = "thiserror-impl" |
| 1276 | version = "2.0.18" |
| 1277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1278 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 1279 | dependencies = [ |
| 1280 | "proc-macro2", |
| 1281 | "quote", |
| 1282 | "syn", |
| 1283 | ] |
| 1284 | |
| 1285 | [[package]] |
| 1286 | name = "thread_local" |
| 1287 | version = "1.1.9" |
| 1288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1289 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 1290 | dependencies = [ |
| 1291 | "cfg-if", |
| 1292 | ] |
| 1293 | |
| 1294 | [[package]] |
| 1295 | name = "toml" |
| 1296 | version = "0.8.23" |
| 1297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1298 | checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 1299 | dependencies = [ |
| 1300 | "serde", |
| 1301 | "serde_spanned", |
| 1302 | "toml_datetime", |
| 1303 | "toml_edit", |
| 1304 | ] |
| 1305 | |
| 1306 | [[package]] |
| 1307 | name = "toml_datetime" |
| 1308 | version = "0.6.11" |
| 1309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1310 | checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 1311 | dependencies = [ |
| 1312 | "serde", |
| 1313 | ] |
| 1314 | |
| 1315 | [[package]] |
| 1316 | name = "toml_edit" |
| 1317 | version = "0.22.27" |
| 1318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1319 | checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 1320 | dependencies = [ |
| 1321 | "indexmap", |
| 1322 | "serde", |
| 1323 | "serde_spanned", |
| 1324 | "toml_datetime", |
| 1325 | "toml_write", |
| 1326 | "winnow", |
| 1327 | ] |
| 1328 | |
| 1329 | [[package]] |
| 1330 | name = "toml_write" |
| 1331 | version = "0.1.2" |
| 1332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1333 | checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 1334 | |
| 1335 | [[package]] |
| 1336 | name = "tracing" |
| 1337 | version = "0.1.44" |
| 1338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1339 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 1340 | dependencies = [ |
| 1341 | "pin-project-lite", |
| 1342 | "tracing-attributes", |
| 1343 | "tracing-core", |
| 1344 | ] |
| 1345 | |
| 1346 | [[package]] |
| 1347 | name = "tracing-attributes" |
| 1348 | version = "0.1.31" |
| 1349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1350 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 1351 | dependencies = [ |
| 1352 | "proc-macro2", |
| 1353 | "quote", |
| 1354 | "syn", |
| 1355 | ] |
| 1356 | |
| 1357 | [[package]] |
| 1358 | name = "tracing-core" |
| 1359 | version = "0.1.36" |
| 1360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1361 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 1362 | dependencies = [ |
| 1363 | "once_cell", |
| 1364 | "valuable", |
| 1365 | ] |
| 1366 | |
| 1367 | [[package]] |
| 1368 | name = "tracing-log" |
| 1369 | version = "0.2.0" |
| 1370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1371 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 1372 | dependencies = [ |
| 1373 | "log", |
| 1374 | "once_cell", |
| 1375 | "tracing-core", |
| 1376 | ] |
| 1377 | |
| 1378 | [[package]] |
| 1379 | name = "tracing-subscriber" |
| 1380 | version = "0.3.22" |
| 1381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1382 | checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" |
| 1383 | dependencies = [ |
| 1384 | "matchers", |
| 1385 | "nu-ansi-term", |
| 1386 | "once_cell", |
| 1387 | "regex-automata", |
| 1388 | "sharded-slab", |
| 1389 | "smallvec", |
| 1390 | "thread_local", |
| 1391 | "tracing", |
| 1392 | "tracing-core", |
| 1393 | "tracing-log", |
| 1394 | ] |
| 1395 | |
| 1396 | [[package]] |
| 1397 | name = "ttf-parser" |
| 1398 | version = "0.21.1" |
| 1399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1400 | checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8" |
| 1401 | |
| 1402 | [[package]] |
| 1403 | name = "unicode-ident" |
| 1404 | version = "1.0.23" |
| 1405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1406 | checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" |
| 1407 | |
| 1408 | [[package]] |
| 1409 | name = "unicode-width" |
| 1410 | version = "0.1.14" |
| 1411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1412 | checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
| 1413 | |
| 1414 | [[package]] |
| 1415 | name = "unicode-width" |
| 1416 | version = "0.2.2" |
| 1417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1418 | checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 1419 | |
| 1420 | [[package]] |
| 1421 | name = "unicode-xid" |
| 1422 | version = "0.2.6" |
| 1423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1424 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 1425 | |
| 1426 | [[package]] |
| 1427 | name = "utf8parse" |
| 1428 | version = "0.2.2" |
| 1429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1430 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 1431 | |
| 1432 | [[package]] |
| 1433 | name = "valuable" |
| 1434 | version = "0.1.1" |
| 1435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1436 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 1437 | |
| 1438 | [[package]] |
| 1439 | name = "version_check" |
| 1440 | version = "0.9.5" |
| 1441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1442 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 1443 | |
| 1444 | [[package]] |
| 1445 | name = "vte" |
| 1446 | version = "0.13.1" |
| 1447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1448 | checksum = "9a0b683b20ef64071ff03745b14391751f6beab06a54347885459b77a3f2caa5" |
| 1449 | dependencies = [ |
| 1450 | "utf8parse", |
| 1451 | "vte_generate_state_changes", |
| 1452 | ] |
| 1453 | |
| 1454 | [[package]] |
| 1455 | name = "vte_generate_state_changes" |
| 1456 | version = "0.1.2" |
| 1457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1458 | checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e" |
| 1459 | dependencies = [ |
| 1460 | "proc-macro2", |
| 1461 | "quote", |
| 1462 | ] |
| 1463 | |
| 1464 | [[package]] |
| 1465 | name = "wasi" |
| 1466 | version = "0.11.1+wasi-snapshot-preview1" |
| 1467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1468 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 1469 | |
| 1470 | [[package]] |
| 1471 | name = "wasm-bindgen" |
| 1472 | version = "0.2.108" |
| 1473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1474 | checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" |
| 1475 | dependencies = [ |
| 1476 | "cfg-if", |
| 1477 | "once_cell", |
| 1478 | "rustversion", |
| 1479 | "wasm-bindgen-macro", |
| 1480 | "wasm-bindgen-shared", |
| 1481 | ] |
| 1482 | |
| 1483 | [[package]] |
| 1484 | name = "wasm-bindgen-futures" |
| 1485 | version = "0.4.58" |
| 1486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1487 | checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" |
| 1488 | dependencies = [ |
| 1489 | "cfg-if", |
| 1490 | "futures-util", |
| 1491 | "js-sys", |
| 1492 | "once_cell", |
| 1493 | "wasm-bindgen", |
| 1494 | "web-sys", |
| 1495 | ] |
| 1496 | |
| 1497 | [[package]] |
| 1498 | name = "wasm-bindgen-macro" |
| 1499 | version = "0.2.108" |
| 1500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1501 | checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" |
| 1502 | dependencies = [ |
| 1503 | "quote", |
| 1504 | "wasm-bindgen-macro-support", |
| 1505 | ] |
| 1506 | |
| 1507 | [[package]] |
| 1508 | name = "wasm-bindgen-macro-support" |
| 1509 | version = "0.2.108" |
| 1510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1511 | checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" |
| 1512 | dependencies = [ |
| 1513 | "bumpalo", |
| 1514 | "proc-macro2", |
| 1515 | "quote", |
| 1516 | "syn", |
| 1517 | "wasm-bindgen-shared", |
| 1518 | ] |
| 1519 | |
| 1520 | [[package]] |
| 1521 | name = "wasm-bindgen-shared" |
| 1522 | version = "0.2.108" |
| 1523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1524 | checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" |
| 1525 | dependencies = [ |
| 1526 | "unicode-ident", |
| 1527 | ] |
| 1528 | |
| 1529 | [[package]] |
| 1530 | name = "web-sys" |
| 1531 | version = "0.3.85" |
| 1532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1533 | checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" |
| 1534 | dependencies = [ |
| 1535 | "js-sys", |
| 1536 | "wasm-bindgen", |
| 1537 | ] |
| 1538 | |
| 1539 | [[package]] |
| 1540 | name = "wgpu" |
| 1541 | version = "24.0.5" |
| 1542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1543 | checksum = "6b0b3436f0729f6cdf2e6e9201f3d39dc95813fad61d826c1ed07918b4539353" |
| 1544 | dependencies = [ |
| 1545 | "arrayvec", |
| 1546 | "bitflags 2.10.0", |
| 1547 | "cfg_aliases", |
| 1548 | "document-features", |
| 1549 | "js-sys", |
| 1550 | "log", |
| 1551 | "naga", |
| 1552 | "parking_lot", |
| 1553 | "profiling", |
| 1554 | "raw-window-handle", |
| 1555 | "smallvec", |
| 1556 | "static_assertions", |
| 1557 | "wasm-bindgen", |
| 1558 | "wasm-bindgen-futures", |
| 1559 | "web-sys", |
| 1560 | "wgpu-core", |
| 1561 | "wgpu-hal", |
| 1562 | "wgpu-types", |
| 1563 | ] |
| 1564 | |
| 1565 | [[package]] |
| 1566 | name = "wgpu-core" |
| 1567 | version = "24.0.5" |
| 1568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1569 | checksum = "7f0aa306497a238d169b9dc70659105b4a096859a34894544ca81719242e1499" |
| 1570 | dependencies = [ |
| 1571 | "arrayvec", |
| 1572 | "bit-vec", |
| 1573 | "bitflags 2.10.0", |
| 1574 | "cfg_aliases", |
| 1575 | "document-features", |
| 1576 | "indexmap", |
| 1577 | "log", |
| 1578 | "naga", |
| 1579 | "once_cell", |
| 1580 | "parking_lot", |
| 1581 | "profiling", |
| 1582 | "raw-window-handle", |
| 1583 | "rustc-hash 1.1.0", |
| 1584 | "smallvec", |
| 1585 | "thiserror 2.0.18", |
| 1586 | "wgpu-hal", |
| 1587 | "wgpu-types", |
| 1588 | ] |
| 1589 | |
| 1590 | [[package]] |
| 1591 | name = "wgpu-hal" |
| 1592 | version = "24.0.4" |
| 1593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1594 | checksum = "f112f464674ca69f3533248508ee30cb84c67cf06c25ff6800685f5e0294e259" |
| 1595 | dependencies = [ |
| 1596 | "android_system_properties", |
| 1597 | "arrayvec", |
| 1598 | "ash", |
| 1599 | "bit-set", |
| 1600 | "bitflags 2.10.0", |
| 1601 | "block", |
| 1602 | "bytemuck", |
| 1603 | "cfg_aliases", |
| 1604 | "core-graphics-types", |
| 1605 | "glow", |
| 1606 | "glutin_wgl_sys", |
| 1607 | "gpu-alloc", |
| 1608 | "gpu-allocator", |
| 1609 | "gpu-descriptor", |
| 1610 | "js-sys", |
| 1611 | "khronos-egl", |
| 1612 | "libc", |
| 1613 | "libloading", |
| 1614 | "log", |
| 1615 | "metal", |
| 1616 | "naga", |
| 1617 | "ndk-sys", |
| 1618 | "objc", |
| 1619 | "once_cell", |
| 1620 | "ordered-float", |
| 1621 | "parking_lot", |
| 1622 | "profiling", |
| 1623 | "range-alloc", |
| 1624 | "raw-window-handle", |
| 1625 | "renderdoc-sys", |
| 1626 | "rustc-hash 1.1.0", |
| 1627 | "smallvec", |
| 1628 | "thiserror 2.0.18", |
| 1629 | "wasm-bindgen", |
| 1630 | "web-sys", |
| 1631 | "wgpu-types", |
| 1632 | "windows", |
| 1633 | "windows-core", |
| 1634 | ] |
| 1635 | |
| 1636 | [[package]] |
| 1637 | name = "wgpu-types" |
| 1638 | version = "24.0.0" |
| 1639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1640 | checksum = "50ac044c0e76c03a0378e7786ac505d010a873665e2d51383dcff8dd227dc69c" |
| 1641 | dependencies = [ |
| 1642 | "bitflags 2.10.0", |
| 1643 | "js-sys", |
| 1644 | "log", |
| 1645 | "web-sys", |
| 1646 | ] |
| 1647 | |
| 1648 | [[package]] |
| 1649 | name = "which" |
| 1650 | version = "7.0.3" |
| 1651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1652 | checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" |
| 1653 | dependencies = [ |
| 1654 | "either", |
| 1655 | "env_home", |
| 1656 | "rustix", |
| 1657 | "winsafe", |
| 1658 | ] |
| 1659 | |
| 1660 | [[package]] |
| 1661 | name = "winapi-util" |
| 1662 | version = "0.1.11" |
| 1663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1664 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 1665 | dependencies = [ |
| 1666 | "windows-sys 0.61.2", |
| 1667 | ] |
| 1668 | |
| 1669 | [[package]] |
| 1670 | name = "windows" |
| 1671 | version = "0.58.0" |
| 1672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1673 | checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" |
| 1674 | dependencies = [ |
| 1675 | "windows-core", |
| 1676 | "windows-targets 0.52.6", |
| 1677 | ] |
| 1678 | |
| 1679 | [[package]] |
| 1680 | name = "windows-core" |
| 1681 | version = "0.58.0" |
| 1682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1683 | checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" |
| 1684 | dependencies = [ |
| 1685 | "windows-implement", |
| 1686 | "windows-interface", |
| 1687 | "windows-result", |
| 1688 | "windows-strings", |
| 1689 | "windows-targets 0.52.6", |
| 1690 | ] |
| 1691 | |
| 1692 | [[package]] |
| 1693 | name = "windows-implement" |
| 1694 | version = "0.58.0" |
| 1695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1696 | checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" |
| 1697 | dependencies = [ |
| 1698 | "proc-macro2", |
| 1699 | "quote", |
| 1700 | "syn", |
| 1701 | ] |
| 1702 | |
| 1703 | [[package]] |
| 1704 | name = "windows-interface" |
| 1705 | version = "0.58.0" |
| 1706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1707 | checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" |
| 1708 | dependencies = [ |
| 1709 | "proc-macro2", |
| 1710 | "quote", |
| 1711 | "syn", |
| 1712 | ] |
| 1713 | |
| 1714 | [[package]] |
| 1715 | name = "windows-link" |
| 1716 | version = "0.2.1" |
| 1717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1718 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1719 | |
| 1720 | [[package]] |
| 1721 | name = "windows-result" |
| 1722 | version = "0.2.0" |
| 1723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1724 | checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" |
| 1725 | dependencies = [ |
| 1726 | "windows-targets 0.52.6", |
| 1727 | ] |
| 1728 | |
| 1729 | [[package]] |
| 1730 | name = "windows-strings" |
| 1731 | version = "0.1.0" |
| 1732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1733 | checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" |
| 1734 | dependencies = [ |
| 1735 | "windows-result", |
| 1736 | "windows-targets 0.52.6", |
| 1737 | ] |
| 1738 | |
| 1739 | [[package]] |
| 1740 | name = "windows-sys" |
| 1741 | version = "0.48.0" |
| 1742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1743 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 1744 | dependencies = [ |
| 1745 | "windows-targets 0.48.5", |
| 1746 | ] |
| 1747 | |
| 1748 | [[package]] |
| 1749 | name = "windows-sys" |
| 1750 | version = "0.61.2" |
| 1751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1752 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1753 | dependencies = [ |
| 1754 | "windows-link", |
| 1755 | ] |
| 1756 | |
| 1757 | [[package]] |
| 1758 | name = "windows-targets" |
| 1759 | version = "0.48.5" |
| 1760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1761 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 1762 | dependencies = [ |
| 1763 | "windows_aarch64_gnullvm 0.48.5", |
| 1764 | "windows_aarch64_msvc 0.48.5", |
| 1765 | "windows_i686_gnu 0.48.5", |
| 1766 | "windows_i686_msvc 0.48.5", |
| 1767 | "windows_x86_64_gnu 0.48.5", |
| 1768 | "windows_x86_64_gnullvm 0.48.5", |
| 1769 | "windows_x86_64_msvc 0.48.5", |
| 1770 | ] |
| 1771 | |
| 1772 | [[package]] |
| 1773 | name = "windows-targets" |
| 1774 | version = "0.52.6" |
| 1775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1776 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 1777 | dependencies = [ |
| 1778 | "windows_aarch64_gnullvm 0.52.6", |
| 1779 | "windows_aarch64_msvc 0.52.6", |
| 1780 | "windows_i686_gnu 0.52.6", |
| 1781 | "windows_i686_gnullvm", |
| 1782 | "windows_i686_msvc 0.52.6", |
| 1783 | "windows_x86_64_gnu 0.52.6", |
| 1784 | "windows_x86_64_gnullvm 0.52.6", |
| 1785 | "windows_x86_64_msvc 0.52.6", |
| 1786 | ] |
| 1787 | |
| 1788 | [[package]] |
| 1789 | name = "windows_aarch64_gnullvm" |
| 1790 | version = "0.48.5" |
| 1791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1792 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 1793 | |
| 1794 | [[package]] |
| 1795 | name = "windows_aarch64_gnullvm" |
| 1796 | version = "0.52.6" |
| 1797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1798 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 1799 | |
| 1800 | [[package]] |
| 1801 | name = "windows_aarch64_msvc" |
| 1802 | version = "0.48.5" |
| 1803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1804 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 1805 | |
| 1806 | [[package]] |
| 1807 | name = "windows_aarch64_msvc" |
| 1808 | version = "0.52.6" |
| 1809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1810 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 1811 | |
| 1812 | [[package]] |
| 1813 | name = "windows_i686_gnu" |
| 1814 | version = "0.48.5" |
| 1815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1816 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 1817 | |
| 1818 | [[package]] |
| 1819 | name = "windows_i686_gnu" |
| 1820 | version = "0.52.6" |
| 1821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1822 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 1823 | |
| 1824 | [[package]] |
| 1825 | name = "windows_i686_gnullvm" |
| 1826 | version = "0.52.6" |
| 1827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1828 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 1829 | |
| 1830 | [[package]] |
| 1831 | name = "windows_i686_msvc" |
| 1832 | version = "0.48.5" |
| 1833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1834 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 1835 | |
| 1836 | [[package]] |
| 1837 | name = "windows_i686_msvc" |
| 1838 | version = "0.52.6" |
| 1839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1840 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 1841 | |
| 1842 | [[package]] |
| 1843 | name = "windows_x86_64_gnu" |
| 1844 | version = "0.48.5" |
| 1845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1846 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 1847 | |
| 1848 | [[package]] |
| 1849 | name = "windows_x86_64_gnu" |
| 1850 | version = "0.52.6" |
| 1851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1852 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 1853 | |
| 1854 | [[package]] |
| 1855 | name = "windows_x86_64_gnullvm" |
| 1856 | version = "0.48.5" |
| 1857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1858 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 1859 | |
| 1860 | [[package]] |
| 1861 | name = "windows_x86_64_gnullvm" |
| 1862 | version = "0.52.6" |
| 1863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1864 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 1865 | |
| 1866 | [[package]] |
| 1867 | name = "windows_x86_64_msvc" |
| 1868 | version = "0.48.5" |
| 1869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1870 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 1871 | |
| 1872 | [[package]] |
| 1873 | name = "windows_x86_64_msvc" |
| 1874 | version = "0.52.6" |
| 1875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1876 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 1877 | |
| 1878 | [[package]] |
| 1879 | name = "winnow" |
| 1880 | version = "0.7.14" |
| 1881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1882 | checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
| 1883 | dependencies = [ |
| 1884 | "memchr", |
| 1885 | ] |
| 1886 | |
| 1887 | [[package]] |
| 1888 | name = "winsafe" |
| 1889 | version = "0.0.19" |
| 1890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1891 | checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" |
| 1892 | |
| 1893 | [[package]] |
| 1894 | name = "x11-dl" |
| 1895 | version = "2.21.0" |
| 1896 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1897 | checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" |
| 1898 | dependencies = [ |
| 1899 | "libc", |
| 1900 | "once_cell", |
| 1901 | "pkg-config", |
| 1902 | ] |
| 1903 | |
| 1904 | [[package]] |
| 1905 | name = "x11rb" |
| 1906 | version = "0.13.2" |
| 1907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1908 | checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" |
| 1909 | dependencies = [ |
| 1910 | "gethostname", |
| 1911 | "rustix", |
| 1912 | "x11rb-protocol", |
| 1913 | "xcursor", |
| 1914 | ] |
| 1915 | |
| 1916 | [[package]] |
| 1917 | name = "x11rb-protocol" |
| 1918 | version = "0.13.2" |
| 1919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1920 | checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| 1921 | |
| 1922 | [[package]] |
| 1923 | name = "xcursor" |
| 1924 | version = "0.3.10" |
| 1925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1926 | checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" |
| 1927 | |
| 1928 | [[package]] |
| 1929 | name = "xml-rs" |
| 1930 | version = "0.8.28" |
| 1931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1932 | checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" |
| 1933 | |
| 1934 | [[package]] |
| 1935 | name = "zmij" |
| 1936 | version = "1.0.20" |
| 1937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1938 | checksum = "4de98dfa5d5b7fef4ee834d0073d560c9ca7b6c46a71d058c48db7960f8cfaf7" |