at 24.05-pre 3588 lines 90 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "addr2line" 7version = "0.17.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "ahash" 22version = "0.7.6" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 25dependencies = [ 26 "getrandom 0.2.8", 27 "once_cell", 28 "version_check", 29] 30 31[[package]] 32name = "aho-corasick" 33version = "0.7.20" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 36dependencies = [ 37 "memchr", 38] 39 40[[package]] 41name = "android_system_properties" 42version = "0.1.5" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 45dependencies = [ 46 "libc", 47] 48 49[[package]] 50name = "anyhow" 51version = "1.0.70" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 54 55[[package]] 56name = "arrayref" 57version = "0.3.6" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" 60 61[[package]] 62name = "arrayvec" 63version = "0.5.2" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 66 67[[package]] 68name = "arrayvec" 69version = "0.7.2" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 72dependencies = [ 73 "serde", 74] 75 76[[package]] 77name = "ash" 78version = "0.37.2+1.3.238" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "28bf19c1f0a470be5fbf7522a308a05df06610252c5bcf5143e1b23f629a9a03" 81dependencies = [ 82 "libloading 0.7.4", 83] 84 85[[package]] 86name = "async-executor" 87version = "1.5.1" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" 90dependencies = [ 91 "async-lock", 92 "async-task", 93 "concurrent-queue", 94 "fastrand", 95 "futures-lite", 96 "slab", 97] 98 99[[package]] 100name = "async-lock" 101version = "2.6.0" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685" 104dependencies = [ 105 "event-listener", 106 "futures-lite", 107] 108 109[[package]] 110name = "async-task" 111version = "4.3.0" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" 114 115[[package]] 116name = "async-trait" 117version = "0.1.68" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 120dependencies = [ 121 "proc-macro2", 122 "quote", 123 "syn 2.0.11", 124] 125 126[[package]] 127name = "autocfg" 128version = "1.1.0" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 131 132[[package]] 133name = "backtrace" 134version = "0.3.66" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" 137dependencies = [ 138 "addr2line", 139 "cc", 140 "cfg-if", 141 "libc", 142 "miniz_oxide 0.5.4", 143 "object", 144 "rustc-demangle", 145] 146 147[[package]] 148name = "base64" 149version = "0.9.3" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" 152dependencies = [ 153 "byteorder", 154 "safemem", 155] 156 157[[package]] 158name = "base64" 159version = "0.13.1" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 162 163[[package]] 164name = "base64-simd" 165version = "0.8.0" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 168dependencies = [ 169 "outref", 170 "vsimd", 171] 172 173[[package]] 174name = "bit-set" 175version = "0.5.3" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 178dependencies = [ 179 "bit-vec", 180] 181 182[[package]] 183name = "bit-vec" 184version = "0.6.3" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 187 188[[package]] 189name = "bitflags" 190version = "1.3.2" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 193 194[[package]] 195name = "bitflags" 196version = "2.1.0" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "c70beb79cbb5ce9c4f8e20849978f34225931f665bb49efa6982875a4d5facb3" 199 200[[package]] 201name = "block" 202version = "0.1.6" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 205 206[[package]] 207name = "bumpalo" 208version = "3.11.1" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" 211 212[[package]] 213name = "bytemuck" 214version = "1.13.1" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 217dependencies = [ 218 "bytemuck_derive", 219] 220 221[[package]] 222name = "bytemuck_derive" 223version = "1.4.0" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322" 226dependencies = [ 227 "proc-macro2", 228 "quote", 229 "syn 1.0.105", 230] 231 232[[package]] 233name = "byteorder" 234version = "1.4.3" 235source = "registry+https://github.com/rust-lang/crates.io-index" 236checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 237 238[[package]] 239name = "bytes" 240version = "1.2.1" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" 243 244[[package]] 245name = "calloop" 246version = "0.10.2" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "595eb0438b3c6d262395fe30e6de9a61beb57ea56290b00a07f227fe6e20cbf2" 249dependencies = [ 250 "log", 251 "nix", 252 "slotmap", 253 "thiserror", 254 "vec_map", 255] 256 257[[package]] 258name = "cargo-run-wasm" 259version = "0.3.2" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "cc1e37cf14ef470ed74ec2a8b95e51b8623bcf6f76d24f233ebaeb209f766230" 262dependencies = [ 263 "devserver_lib", 264 "pico-args", 265 "serde_json", 266 "wasm-bindgen-cli-support", 267] 268 269[[package]] 270name = "cc" 271version = "1.0.77" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4" 274 275[[package]] 276name = "cfg-if" 277version = "1.0.0" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 280 281[[package]] 282name = "cgl" 283version = "0.3.2" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 286dependencies = [ 287 "libc", 288] 289 290[[package]] 291name = "cmake" 292version = "0.1.49" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c" 295dependencies = [ 296 "cc", 297] 298 299[[package]] 300name = "cocoa" 301version = "0.24.1" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 304dependencies = [ 305 "bitflags 1.3.2", 306 "block", 307 "cocoa-foundation", 308 "core-foundation", 309 "core-graphics", 310 "foreign-types 0.3.2", 311 "libc", 312 "objc", 313] 314 315[[package]] 316name = "cocoa-foundation" 317version = "0.1.0" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318" 320dependencies = [ 321 "bitflags 1.3.2", 322 "block", 323 "core-foundation", 324 "core-graphics-types", 325 "foreign-types 0.3.2", 326 "libc", 327 "objc", 328] 329 330[[package]] 331name = "codespan-reporting" 332version = "0.11.1" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 335dependencies = [ 336 "termcolor", 337 "unicode-width", 338] 339 340[[package]] 341name = "color_quant" 342version = "1.1.0" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 345 346[[package]] 347name = "com-rs" 348version = "0.2.1" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642" 351 352[[package]] 353name = "concurrent-queue" 354version = "2.0.0" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b" 357dependencies = [ 358 "crossbeam-utils", 359] 360 361[[package]] 362name = "console_error_panic_hook" 363version = "0.1.7" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 366dependencies = [ 367 "cfg-if", 368 "wasm-bindgen", 369] 370 371[[package]] 372name = "console_log" 373version = "0.2.2" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f" 376dependencies = [ 377 "log", 378 "web-sys", 379] 380 381[[package]] 382name = "convert_case" 383version = "0.4.0" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 386 387[[package]] 388name = "core-foundation" 389version = "0.9.3" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 392dependencies = [ 393 "core-foundation-sys", 394 "libc", 395] 396 397[[package]] 398name = "core-foundation-sys" 399version = "0.8.3" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 402 403[[package]] 404name = "core-graphics" 405version = "0.22.3" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 408dependencies = [ 409 "bitflags 1.3.2", 410 "core-foundation", 411 "core-graphics-types", 412 "foreign-types 0.3.2", 413 "libc", 414] 415 416[[package]] 417name = "core-graphics-types" 418version = "0.1.1" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" 421dependencies = [ 422 "bitflags 1.3.2", 423 "core-foundation", 424 "foreign-types 0.3.2", 425 "libc", 426] 427 428[[package]] 429name = "core-text" 430version = "19.2.0" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25" 433dependencies = [ 434 "core-foundation", 435 "core-graphics", 436 "foreign-types 0.3.2", 437 "libc", 438] 439 440[[package]] 441name = "crc32fast" 442version = "1.3.2" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 445dependencies = [ 446 "cfg-if", 447] 448 449[[package]] 450name = "crossbeam-utils" 451version = "0.8.14" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" 454dependencies = [ 455 "cfg-if", 456] 457 458[[package]] 459name = "crossfont" 460version = "0.5.1" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "21fd3add36ea31aba1520aa5288714dd63be506106753226d0eb387a93bc9c45" 463dependencies = [ 464 "cocoa", 465 "core-foundation", 466 "core-foundation-sys", 467 "core-graphics", 468 "core-text", 469 "dwrote", 470 "foreign-types 0.5.0", 471 "freetype-rs", 472 "libc", 473 "log", 474 "objc", 475 "once_cell", 476 "pkg-config", 477 "servo-fontconfig", 478 "winapi", 479] 480 481[[package]] 482name = "cts_runner" 483version = "0.1.0" 484dependencies = [ 485 "deno_console", 486 "deno_core", 487 "deno_url", 488 "deno_web", 489 "deno_webgpu", 490 "deno_webidl", 491 "termcolor", 492 "tokio", 493] 494 495[[package]] 496name = "cty" 497version = "0.2.2" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 500 501[[package]] 502name = "d3d12" 503version = "0.6.0" 504source = "git+https://github.com/gfx-rs/d3d12-rs?rev=b940b1d71#b940b1d71ab7083ae80eec697872672dc1f2bd32" 505dependencies = [ 506 "bitflags 1.3.2", 507 "libloading 0.7.4", 508 "winapi", 509] 510 511[[package]] 512name = "darling" 513version = "0.13.4" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" 516dependencies = [ 517 "darling_core", 518 "darling_macro", 519] 520 521[[package]] 522name = "darling_core" 523version = "0.13.4" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" 526dependencies = [ 527 "fnv", 528 "ident_case", 529 "proc-macro2", 530 "quote", 531 "strsim", 532 "syn 1.0.105", 533] 534 535[[package]] 536name = "darling_macro" 537version = "0.13.4" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" 540dependencies = [ 541 "darling_core", 542 "quote", 543 "syn 1.0.105", 544] 545 546[[package]] 547name = "data-encoding" 548version = "2.3.3" 549source = "registry+https://github.com/rust-lang/crates.io-index" 550checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" 551 552[[package]] 553name = "ddsfile" 554version = "0.5.1" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "594ecd967c2f40db5dde8da4c356975fc1fe030e951c7c3962f6dc2e80042e87" 557dependencies = [ 558 "bitflags 1.3.2", 559 "byteorder", 560 "enum_primitive", 561] 562 563[[package]] 564name = "deno_console" 565version = "0.92.0" 566source = "registry+https://github.com/rust-lang/crates.io-index" 567checksum = "55193bcb66a9a9830e1348280acbb9dd65c67d9a9a0586af9730079886408dce" 568dependencies = [ 569 "deno_core", 570] 571 572[[package]] 573name = "deno_core" 574version = "0.174.0" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "8077367e7e7ab2f52f1bc6285af301a1a6328b984991a3ff22236ad79862fce3" 577dependencies = [ 578 "anyhow", 579 "bytes", 580 "deno_ops", 581 "futures", 582 "indexmap", 583 "libc", 584 "log", 585 "once_cell", 586 "parking_lot 0.12.1", 587 "pin-project", 588 "serde", 589 "serde_json", 590 "serde_v8", 591 "smallvec", 592 "sourcemap", 593 "url", 594 "v8", 595] 596 597[[package]] 598name = "deno_ops" 599version = "0.52.0" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "dc9d81c9e5cd9590be6043546f4565670cb6e6a7de1986fd1c354adce04eb9d4" 602dependencies = [ 603 "once_cell", 604 "pmutil", 605 "proc-macro-crate", 606 "proc-macro2", 607 "quote", 608 "regex", 609 "syn 1.0.105", 610] 611 612[[package]] 613name = "deno_url" 614version = "0.92.0" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "906895a8ba4a95f48c51a32947061bf82f42da8f7c8df787012503f1a6042685" 617dependencies = [ 618 "deno_core", 619 "serde", 620 "serde_repr", 621 "urlpattern", 622] 623 624[[package]] 625name = "deno_web" 626version = "0.123.0" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "af75e7ff90a3f719adc074a8789da16687b9e77a97d67eb727b65fae71262637" 629dependencies = [ 630 "async-trait", 631 "base64-simd", 632 "deno_core", 633 "encoding_rs", 634 "flate2", 635 "serde", 636 "tokio", 637 "uuid", 638] 639 640[[package]] 641name = "deno_webgpu" 642version = "0.85.0" 643dependencies = [ 644 "deno_core", 645 "raw-window-handle 0.5.2", 646 "serde", 647 "tokio", 648 "wgpu-core", 649 "wgpu-types", 650] 651 652[[package]] 653name = "deno_webidl" 654version = "0.92.0" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "387a0cfb076580e0237ba6f1b338ee2688779c6a5e531d4a8a2a82b216917ae0" 657dependencies = [ 658 "deno_core", 659] 660 661[[package]] 662name = "derive_more" 663version = "0.99.17" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 666dependencies = [ 667 "convert_case", 668 "proc-macro2", 669 "quote", 670 "rustc_version 0.4.0", 671 "syn 1.0.105", 672] 673 674[[package]] 675name = "devserver_lib" 676version = "0.4.2" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "edf215dbb8cb1409cca7645aaed35f9e39fb0a21855bba1ac48bc0334903bf66" 679 680[[package]] 681name = "dispatch" 682version = "0.2.0" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 685 686[[package]] 687name = "dlib" 688version = "0.5.0" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794" 691dependencies = [ 692 "libloading 0.7.4", 693] 694 695[[package]] 696name = "downcast-rs" 697version = "1.2.0" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 700 701[[package]] 702name = "dummy" 703version = "0.16.1" 704dependencies = [ 705 "wgpu-core", 706] 707 708[[package]] 709name = "dwrote" 710version = "0.11.0" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b" 713dependencies = [ 714 "lazy_static", 715 "libc", 716 "serde", 717 "serde_derive", 718 "winapi", 719 "wio", 720] 721 722[[package]] 723name = "either" 724version = "1.8.1" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 727 728[[package]] 729name = "encoding_rs" 730version = "0.8.31" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" 733dependencies = [ 734 "cfg-if", 735] 736 737[[package]] 738name = "enum_primitive" 739version = "0.1.1" 740source = "registry+https://github.com/rust-lang/crates.io-index" 741checksum = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180" 742dependencies = [ 743 "num-traits 0.1.43", 744] 745 746[[package]] 747name = "env_logger" 748version = "0.10.0" 749source = "registry+https://github.com/rust-lang/crates.io-index" 750checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 751dependencies = [ 752 "humantime", 753 "is-terminal", 754 "log", 755 "regex", 756 "termcolor", 757] 758 759[[package]] 760name = "errno" 761version = "0.2.8" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 764dependencies = [ 765 "errno-dragonfly", 766 "libc", 767 "winapi", 768] 769 770[[package]] 771name = "errno" 772version = "0.3.1" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 775dependencies = [ 776 "errno-dragonfly", 777 "libc", 778 "windows-sys 0.48.0", 779] 780 781[[package]] 782name = "errno-dragonfly" 783version = "0.1.2" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 786dependencies = [ 787 "cc", 788 "libc", 789] 790 791[[package]] 792name = "event-listener" 793version = "2.5.3" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 796 797[[package]] 798name = "expat-sys" 799version = "2.1.6" 800source = "registry+https://github.com/rust-lang/crates.io-index" 801checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa" 802dependencies = [ 803 "cmake", 804 "pkg-config", 805] 806 807[[package]] 808name = "fastrand" 809version = "1.8.0" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 812dependencies = [ 813 "instant", 814] 815 816[[package]] 817name = "fdeflate" 818version = "0.3.0" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 821dependencies = [ 822 "simd-adler32", 823] 824 825[[package]] 826name = "fixedbitset" 827version = "0.4.2" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 830 831[[package]] 832name = "flate2" 833version = "1.0.24" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" 836dependencies = [ 837 "crc32fast", 838 "miniz_oxide 0.5.4", 839] 840 841[[package]] 842name = "fnv" 843version = "1.0.7" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 846 847[[package]] 848name = "foreign-types" 849version = "0.3.2" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 852dependencies = [ 853 "foreign-types-shared 0.1.1", 854] 855 856[[package]] 857name = "foreign-types" 858version = "0.5.0" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 861dependencies = [ 862 "foreign-types-macros", 863 "foreign-types-shared 0.3.1", 864] 865 866[[package]] 867name = "foreign-types-macros" 868version = "0.2.2" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "c8469d0d40519bc608ec6863f1cc88f3f1deee15913f2f3b3e573d81ed38cccc" 871dependencies = [ 872 "proc-macro2", 873 "quote", 874 "syn 1.0.105", 875] 876 877[[package]] 878name = "foreign-types-shared" 879version = "0.1.1" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 882 883[[package]] 884name = "foreign-types-shared" 885version = "0.3.1" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 888 889[[package]] 890name = "form_urlencoded" 891version = "1.1.0" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 894dependencies = [ 895 "percent-encoding", 896] 897 898[[package]] 899name = "freetype-rs" 900version = "0.26.0" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb" 903dependencies = [ 904 "bitflags 1.3.2", 905 "freetype-sys", 906 "libc", 907] 908 909[[package]] 910name = "freetype-sys" 911version = "0.13.1" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a" 914dependencies = [ 915 "cmake", 916 "libc", 917 "pkg-config", 918] 919 920[[package]] 921name = "fslock" 922version = "0.1.8" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "57eafdd0c16f57161105ae1b98a1238f97645f2f588438b2949c99a2af9616bf" 925dependencies = [ 926 "libc", 927 "winapi", 928] 929 930[[package]] 931name = "futures" 932version = "0.3.28" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 935dependencies = [ 936 "futures-channel", 937 "futures-core", 938 "futures-executor", 939 "futures-io", 940 "futures-sink", 941 "futures-task", 942 "futures-util", 943] 944 945[[package]] 946name = "futures-channel" 947version = "0.3.28" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 950dependencies = [ 951 "futures-core", 952 "futures-sink", 953] 954 955[[package]] 956name = "futures-core" 957version = "0.3.28" 958source = "registry+https://github.com/rust-lang/crates.io-index" 959checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 960 961[[package]] 962name = "futures-executor" 963version = "0.3.28" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 966dependencies = [ 967 "futures-core", 968 "futures-task", 969 "futures-util", 970] 971 972[[package]] 973name = "futures-intrusive" 974version = "0.4.2" 975source = "registry+https://github.com/rust-lang/crates.io-index" 976checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5" 977dependencies = [ 978 "futures-core", 979 "lock_api", 980 "parking_lot 0.11.2", 981] 982 983[[package]] 984name = "futures-io" 985version = "0.3.28" 986source = "registry+https://github.com/rust-lang/crates.io-index" 987checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 988 989[[package]] 990name = "futures-lite" 991version = "1.12.0" 992source = "registry+https://github.com/rust-lang/crates.io-index" 993checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 994dependencies = [ 995 "fastrand", 996 "futures-core", 997 "futures-io", 998 "memchr", 999 "parking", 1000 "pin-project-lite", 1001 "waker-fn", 1002] 1003 1004[[package]] 1005name = "futures-macro" 1006version = "0.3.28" 1007source = "registry+https://github.com/rust-lang/crates.io-index" 1008checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 1009dependencies = [ 1010 "proc-macro2", 1011 "quote", 1012 "syn 2.0.11", 1013] 1014 1015[[package]] 1016name = "futures-sink" 1017version = "0.3.28" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 1020 1021[[package]] 1022name = "futures-task" 1023version = "0.3.28" 1024source = "registry+https://github.com/rust-lang/crates.io-index" 1025checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 1026 1027[[package]] 1028name = "futures-util" 1029version = "0.3.28" 1030source = "registry+https://github.com/rust-lang/crates.io-index" 1031checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 1032dependencies = [ 1033 "futures-channel", 1034 "futures-core", 1035 "futures-io", 1036 "futures-macro", 1037 "futures-sink", 1038 "futures-task", 1039 "memchr", 1040 "pin-project-lite", 1041 "pin-utils", 1042 "slab", 1043] 1044 1045[[package]] 1046name = "getrandom" 1047version = "0.1.16" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1050dependencies = [ 1051 "cfg-if", 1052 "libc", 1053 "wasi 0.9.0+wasi-snapshot-preview1", 1054] 1055 1056[[package]] 1057name = "getrandom" 1058version = "0.2.8" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 1061dependencies = [ 1062 "cfg-if", 1063 "libc", 1064 "wasi 0.11.0+wasi-snapshot-preview1", 1065] 1066 1067[[package]] 1068name = "gimli" 1069version = "0.26.2" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" 1072 1073[[package]] 1074name = "gl_generator" 1075version = "0.14.0" 1076source = "registry+https://github.com/rust-lang/crates.io-index" 1077checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1078dependencies = [ 1079 "khronos_api", 1080 "log", 1081 "xml-rs", 1082] 1083 1084[[package]] 1085name = "glam" 1086version = "0.21.3" 1087source = "registry+https://github.com/rust-lang/crates.io-index" 1088checksum = "518faa5064866338b013ff9b2350dc318e14cc4fcd6cb8206d7e7c9886c98815" 1089 1090[[package]] 1091name = "glow" 1092version = "0.12.1" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "4e007a07a24de5ecae94160f141029e9a347282cfe25d1d58d85d845cf3130f1" 1095dependencies = [ 1096 "js-sys", 1097 "slotmap", 1098 "wasm-bindgen", 1099 "web-sys", 1100] 1101 1102[[package]] 1103name = "glutin" 1104version = "0.29.1" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "444c9ad294fdcaf20ccf6726b78f380b5450275540c9b68ab62f49726ad1c713" 1107dependencies = [ 1108 "cgl", 1109 "cocoa", 1110 "core-foundation", 1111 "glutin_egl_sys", 1112 "glutin_gles2_sys", 1113 "glutin_glx_sys", 1114 "glutin_wgl_sys", 1115 "libloading 0.7.4", 1116 "log", 1117 "objc", 1118 "once_cell", 1119 "osmesa-sys", 1120 "parking_lot 0.12.1", 1121 "raw-window-handle 0.5.2", 1122 "wayland-client", 1123 "wayland-egl", 1124 "winapi", 1125 "winit", 1126] 1127 1128[[package]] 1129name = "glutin_egl_sys" 1130version = "0.1.6" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "68900f84b471f31ea1d1355567eb865a2cf446294f06cef8d653ed7bcf5f013d" 1133dependencies = [ 1134 "gl_generator", 1135 "winapi", 1136] 1137 1138[[package]] 1139name = "glutin_gles2_sys" 1140version = "0.1.5" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103" 1143dependencies = [ 1144 "gl_generator", 1145 "objc", 1146] 1147 1148[[package]] 1149name = "glutin_glx_sys" 1150version = "0.1.8" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "d93d0575865098580c5b3a423188cd959419912ea60b1e48e8b3b526f6d02468" 1153dependencies = [ 1154 "gl_generator", 1155 "x11-dl", 1156] 1157 1158[[package]] 1159name = "glutin_wgl_sys" 1160version = "0.1.5" 1161source = "registry+https://github.com/rust-lang/crates.io-index" 1162checksum = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696" 1163dependencies = [ 1164 "gl_generator", 1165] 1166 1167[[package]] 1168name = "gpu-alloc" 1169version = "0.5.3" 1170source = "registry+https://github.com/rust-lang/crates.io-index" 1171checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d" 1172dependencies = [ 1173 "bitflags 1.3.2", 1174 "gpu-alloc-types", 1175] 1176 1177[[package]] 1178name = "gpu-alloc-types" 1179version = "0.2.0" 1180source = "registry+https://github.com/rust-lang/crates.io-index" 1181checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5" 1182dependencies = [ 1183 "bitflags 1.3.2", 1184] 1185 1186[[package]] 1187name = "gpu-allocator" 1188version = "0.22.0" 1189source = "registry+https://github.com/rust-lang/crates.io-index" 1190checksum = "ce95f9e2e11c2c6fadfce42b5af60005db06576f231f5c92550fdded43c423e8" 1191dependencies = [ 1192 "backtrace", 1193 "log", 1194 "thiserror", 1195 "winapi", 1196 "windows", 1197] 1198 1199[[package]] 1200name = "gpu-descriptor" 1201version = "0.2.3" 1202source = "registry+https://github.com/rust-lang/crates.io-index" 1203checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a" 1204dependencies = [ 1205 "bitflags 1.3.2", 1206 "gpu-descriptor-types", 1207 "hashbrown", 1208] 1209 1210[[package]] 1211name = "gpu-descriptor-types" 1212version = "0.1.1" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126" 1215dependencies = [ 1216 "bitflags 1.3.2", 1217] 1218 1219[[package]] 1220name = "hashbrown" 1221version = "0.12.3" 1222source = "registry+https://github.com/rust-lang/crates.io-index" 1223checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1224dependencies = [ 1225 "ahash", 1226] 1227 1228[[package]] 1229name = "hassle-rs" 1230version = "0.10.0" 1231source = "registry+https://github.com/rust-lang/crates.io-index" 1232checksum = "1397650ee315e8891a0df210707f0fc61771b0cc518c3023896064c5407cb3b0" 1233dependencies = [ 1234 "bitflags 1.3.2", 1235 "com-rs", 1236 "libc", 1237 "libloading 0.7.4", 1238 "thiserror", 1239 "widestring", 1240 "winapi", 1241] 1242 1243[[package]] 1244name = "heck" 1245version = "0.3.3" 1246source = "registry+https://github.com/rust-lang/crates.io-index" 1247checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1248dependencies = [ 1249 "unicode-segmentation", 1250] 1251 1252[[package]] 1253name = "hermit-abi" 1254version = "0.2.6" 1255source = "registry+https://github.com/rust-lang/crates.io-index" 1256checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1257dependencies = [ 1258 "libc", 1259] 1260 1261[[package]] 1262name = "hermit-abi" 1263version = "0.3.1" 1264source = "registry+https://github.com/rust-lang/crates.io-index" 1265checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1266 1267[[package]] 1268name = "hexf-parse" 1269version = "0.2.1" 1270source = "registry+https://github.com/rust-lang/crates.io-index" 1271checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 1272 1273[[package]] 1274name = "humantime" 1275version = "2.1.0" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1278 1279[[package]] 1280name = "id-arena" 1281version = "2.2.1" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" 1284 1285[[package]] 1286name = "ident_case" 1287version = "1.0.1" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1290 1291[[package]] 1292name = "idna" 1293version = "0.3.0" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1296dependencies = [ 1297 "unicode-bidi", 1298 "unicode-normalization", 1299] 1300 1301[[package]] 1302name = "if_chain" 1303version = "1.0.2" 1304source = "registry+https://github.com/rust-lang/crates.io-index" 1305checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" 1306 1307[[package]] 1308name = "image" 1309version = "0.24.6" 1310source = "registry+https://github.com/rust-lang/crates.io-index" 1311checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a" 1312dependencies = [ 1313 "bytemuck", 1314 "byteorder", 1315 "color_quant", 1316 "num-rational", 1317 "num-traits 0.2.15", 1318 "png", 1319] 1320 1321[[package]] 1322name = "indexmap" 1323version = "1.9.2" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 1326dependencies = [ 1327 "autocfg", 1328 "hashbrown", 1329 "serde", 1330] 1331 1332[[package]] 1333name = "instant" 1334version = "0.1.12" 1335source = "registry+https://github.com/rust-lang/crates.io-index" 1336checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1337dependencies = [ 1338 "cfg-if", 1339 "js-sys", 1340 "wasm-bindgen", 1341 "web-sys", 1342] 1343 1344[[package]] 1345name = "io-lifetimes" 1346version = "1.0.5" 1347source = "registry+https://github.com/rust-lang/crates.io-index" 1348checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3" 1349dependencies = [ 1350 "libc", 1351 "windows-sys 0.45.0", 1352] 1353 1354[[package]] 1355name = "is-terminal" 1356version = "0.4.3" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef" 1359dependencies = [ 1360 "hermit-abi 0.3.1", 1361 "io-lifetimes", 1362 "rustix 0.36.8", 1363 "windows-sys 0.45.0", 1364] 1365 1366[[package]] 1367name = "itoa" 1368version = "1.0.4" 1369source = "registry+https://github.com/rust-lang/crates.io-index" 1370checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" 1371 1372[[package]] 1373name = "jni-sys" 1374version = "0.3.0" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1377 1378[[package]] 1379name = "js-sys" 1380version = "0.3.61" 1381source = "registry+https://github.com/rust-lang/crates.io-index" 1382checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 1383dependencies = [ 1384 "wasm-bindgen", 1385] 1386 1387[[package]] 1388name = "khronos-egl" 1389version = "4.1.0" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3" 1392dependencies = [ 1393 "libc", 1394 "libloading 0.7.4", 1395 "pkg-config", 1396] 1397 1398[[package]] 1399name = "khronos_api" 1400version = "3.1.0" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 1403 1404[[package]] 1405name = "lazy_static" 1406version = "1.4.0" 1407source = "registry+https://github.com/rust-lang/crates.io-index" 1408checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1409 1410[[package]] 1411name = "leb128" 1412version = "0.2.5" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 1415 1416[[package]] 1417name = "libc" 1418version = "0.2.141" 1419source = "registry+https://github.com/rust-lang/crates.io-index" 1420checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" 1421 1422[[package]] 1423name = "libloading" 1424version = "0.7.4" 1425source = "registry+https://github.com/rust-lang/crates.io-index" 1426checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 1427dependencies = [ 1428 "cfg-if", 1429 "winapi", 1430] 1431 1432[[package]] 1433name = "libloading" 1434version = "0.8.0" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb" 1437dependencies = [ 1438 "cfg-if", 1439 "windows-sys 0.48.0", 1440] 1441 1442[[package]] 1443name = "linux-raw-sys" 1444version = "0.1.4" 1445source = "registry+https://github.com/rust-lang/crates.io-index" 1446checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 1447 1448[[package]] 1449name = "linux-raw-sys" 1450version = "0.3.1" 1451source = "registry+https://github.com/rust-lang/crates.io-index" 1452checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" 1453 1454[[package]] 1455name = "lock_api" 1456version = "0.4.9" 1457source = "registry+https://github.com/rust-lang/crates.io-index" 1458checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 1459dependencies = [ 1460 "autocfg", 1461 "scopeguard", 1462] 1463 1464[[package]] 1465name = "log" 1466version = "0.4.17" 1467source = "registry+https://github.com/rust-lang/crates.io-index" 1468checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1469dependencies = [ 1470 "cfg-if", 1471] 1472 1473[[package]] 1474name = "malloc_buf" 1475version = "0.0.6" 1476source = "registry+https://github.com/rust-lang/crates.io-index" 1477checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1478dependencies = [ 1479 "libc", 1480] 1481 1482[[package]] 1483name = "memchr" 1484version = "2.5.0" 1485source = "registry+https://github.com/rust-lang/crates.io-index" 1486checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1487 1488[[package]] 1489name = "memmap2" 1490version = "0.5.8" 1491source = "registry+https://github.com/rust-lang/crates.io-index" 1492checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc" 1493dependencies = [ 1494 "libc", 1495] 1496 1497[[package]] 1498name = "memoffset" 1499version = "0.6.5" 1500source = "registry+https://github.com/rust-lang/crates.io-index" 1501checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 1502dependencies = [ 1503 "autocfg", 1504] 1505 1506[[package]] 1507name = "metal" 1508version = "0.24.0" 1509source = "registry+https://github.com/rust-lang/crates.io-index" 1510checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060" 1511dependencies = [ 1512 "bitflags 1.3.2", 1513 "block", 1514 "core-graphics-types", 1515 "foreign-types 0.3.2", 1516 "log", 1517 "objc", 1518] 1519 1520[[package]] 1521name = "minimal-lexical" 1522version = "0.2.1" 1523source = "registry+https://github.com/rust-lang/crates.io-index" 1524checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1525 1526[[package]] 1527name = "miniz_oxide" 1528version = "0.5.4" 1529source = "registry+https://github.com/rust-lang/crates.io-index" 1530checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34" 1531dependencies = [ 1532 "adler", 1533] 1534 1535[[package]] 1536name = "miniz_oxide" 1537version = "0.7.1" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1540dependencies = [ 1541 "adler", 1542 "simd-adler32", 1543] 1544 1545[[package]] 1546name = "mio" 1547version = "0.8.5" 1548source = "registry+https://github.com/rust-lang/crates.io-index" 1549checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" 1550dependencies = [ 1551 "libc", 1552 "log", 1553 "wasi 0.11.0+wasi-snapshot-preview1", 1554 "windows-sys 0.42.0", 1555] 1556 1557[[package]] 1558name = "naga" 1559version = "0.12.0" 1560source = "git+https://github.com/gfx-rs/naga?rev=b99d58ea435090e561377949f428bce2c18451bb#b99d58ea435090e561377949f428bce2c18451bb" 1561dependencies = [ 1562 "bit-set", 1563 "bitflags 1.3.2", 1564 "codespan-reporting", 1565 "hexf-parse", 1566 "indexmap", 1567 "log", 1568 "num-traits 0.2.15", 1569 "petgraph", 1570 "pp-rs", 1571 "rustc-hash", 1572 "serde", 1573 "spirv", 1574 "termcolor", 1575 "thiserror", 1576 "unicode-xid", 1577] 1578 1579[[package]] 1580name = "nanorand" 1581version = "0.7.0" 1582source = "registry+https://github.com/rust-lang/crates.io-index" 1583checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 1584 1585[[package]] 1586name = "ndk" 1587version = "0.7.0" 1588source = "registry+https://github.com/rust-lang/crates.io-index" 1589checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0" 1590dependencies = [ 1591 "bitflags 1.3.2", 1592 "jni-sys", 1593 "ndk-sys", 1594 "num_enum", 1595 "raw-window-handle 0.5.2", 1596 "thiserror", 1597] 1598 1599[[package]] 1600name = "ndk-context" 1601version = "0.1.1" 1602source = "registry+https://github.com/rust-lang/crates.io-index" 1603checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 1604 1605[[package]] 1606name = "ndk-glue" 1607version = "0.7.0" 1608source = "registry+https://github.com/rust-lang/crates.io-index" 1609checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f" 1610dependencies = [ 1611 "libc", 1612 "log", 1613 "ndk", 1614 "ndk-context", 1615 "ndk-macro", 1616 "ndk-sys", 1617 "once_cell", 1618 "parking_lot 0.12.1", 1619] 1620 1621[[package]] 1622name = "ndk-macro" 1623version = "0.3.0" 1624source = "registry+https://github.com/rust-lang/crates.io-index" 1625checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c" 1626dependencies = [ 1627 "darling", 1628 "proc-macro-crate", 1629 "proc-macro2", 1630 "quote", 1631 "syn 1.0.105", 1632] 1633 1634[[package]] 1635name = "ndk-sys" 1636version = "0.4.1+23.1.7779620" 1637source = "registry+https://github.com/rust-lang/crates.io-index" 1638checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3" 1639dependencies = [ 1640 "jni-sys", 1641] 1642 1643[[package]] 1644name = "nix" 1645version = "0.24.3" 1646source = "registry+https://github.com/rust-lang/crates.io-index" 1647checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 1648dependencies = [ 1649 "bitflags 1.3.2", 1650 "cfg-if", 1651 "libc", 1652 "memoffset", 1653] 1654 1655[[package]] 1656name = "noise" 1657version = "0.7.0" 1658source = "registry+https://github.com/rust-lang/crates.io-index" 1659checksum = "82051dd6745d5184c6efb7bc8be14892a7f6d4f3ad6dbf754d1c7d7d5fe24b43" 1660dependencies = [ 1661 "rand", 1662 "rand_xorshift", 1663] 1664 1665[[package]] 1666name = "nom" 1667version = "7.1.1" 1668source = "registry+https://github.com/rust-lang/crates.io-index" 1669checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" 1670dependencies = [ 1671 "memchr", 1672 "minimal-lexical", 1673] 1674 1675[[package]] 1676name = "num-integer" 1677version = "0.1.45" 1678source = "registry+https://github.com/rust-lang/crates.io-index" 1679checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1680dependencies = [ 1681 "autocfg", 1682 "num-traits 0.2.15", 1683] 1684 1685[[package]] 1686name = "num-rational" 1687version = "0.4.1" 1688source = "registry+https://github.com/rust-lang/crates.io-index" 1689checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 1690dependencies = [ 1691 "autocfg", 1692 "num-integer", 1693 "num-traits 0.2.15", 1694] 1695 1696[[package]] 1697name = "num-traits" 1698version = "0.1.43" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" 1701dependencies = [ 1702 "num-traits 0.2.15", 1703] 1704 1705[[package]] 1706name = "num-traits" 1707version = "0.2.15" 1708source = "registry+https://github.com/rust-lang/crates.io-index" 1709checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1710dependencies = [ 1711 "autocfg", 1712] 1713 1714[[package]] 1715name = "num_cpus" 1716version = "1.15.0" 1717source = "registry+https://github.com/rust-lang/crates.io-index" 1718checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1719dependencies = [ 1720 "hermit-abi 0.2.6", 1721 "libc", 1722] 1723 1724[[package]] 1725name = "num_enum" 1726version = "0.5.7" 1727source = "registry+https://github.com/rust-lang/crates.io-index" 1728checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9" 1729dependencies = [ 1730 "num_enum_derive", 1731] 1732 1733[[package]] 1734name = "num_enum_derive" 1735version = "0.5.7" 1736source = "registry+https://github.com/rust-lang/crates.io-index" 1737checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce" 1738dependencies = [ 1739 "proc-macro-crate", 1740 "proc-macro2", 1741 "quote", 1742 "syn 1.0.105", 1743] 1744 1745[[package]] 1746name = "obj" 1747version = "0.10.2" 1748source = "registry+https://github.com/rust-lang/crates.io-index" 1749checksum = "059c95245738cdc7b40078cdd51a23200252a4c0a0a6dd005136152b3f467a4a" 1750 1751[[package]] 1752name = "objc" 1753version = "0.2.7" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 1756dependencies = [ 1757 "malloc_buf", 1758 "objc_exception", 1759] 1760 1761[[package]] 1762name = "objc_exception" 1763version = "0.1.2" 1764source = "registry+https://github.com/rust-lang/crates.io-index" 1765checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 1766dependencies = [ 1767 "cc", 1768] 1769 1770[[package]] 1771name = "object" 1772version = "0.29.0" 1773source = "registry+https://github.com/rust-lang/crates.io-index" 1774checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" 1775dependencies = [ 1776 "memchr", 1777] 1778 1779[[package]] 1780name = "once_cell" 1781version = "1.17.1" 1782source = "registry+https://github.com/rust-lang/crates.io-index" 1783checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1784 1785[[package]] 1786name = "osmesa-sys" 1787version = "0.1.2" 1788source = "registry+https://github.com/rust-lang/crates.io-index" 1789checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b" 1790dependencies = [ 1791 "shared_library", 1792] 1793 1794[[package]] 1795name = "outref" 1796version = "0.5.1" 1797source = "registry+https://github.com/rust-lang/crates.io-index" 1798checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 1799 1800[[package]] 1801name = "parking" 1802version = "2.0.0" 1803source = "registry+https://github.com/rust-lang/crates.io-index" 1804checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 1805 1806[[package]] 1807name = "parking_lot" 1808version = "0.11.2" 1809source = "registry+https://github.com/rust-lang/crates.io-index" 1810checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 1811dependencies = [ 1812 "instant", 1813 "lock_api", 1814 "parking_lot_core 0.8.5", 1815] 1816 1817[[package]] 1818name = "parking_lot" 1819version = "0.12.1" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1822dependencies = [ 1823 "lock_api", 1824 "parking_lot_core 0.9.5", 1825] 1826 1827[[package]] 1828name = "parking_lot_core" 1829version = "0.8.5" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 1832dependencies = [ 1833 "cfg-if", 1834 "instant", 1835 "libc", 1836 "redox_syscall 0.2.16", 1837 "smallvec", 1838 "winapi", 1839] 1840 1841[[package]] 1842name = "parking_lot_core" 1843version = "0.9.5" 1844source = "registry+https://github.com/rust-lang/crates.io-index" 1845checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba" 1846dependencies = [ 1847 "cfg-if", 1848 "libc", 1849 "redox_syscall 0.2.16", 1850 "smallvec", 1851 "windows-sys 0.42.0", 1852] 1853 1854[[package]] 1855name = "percent-encoding" 1856version = "2.2.0" 1857source = "registry+https://github.com/rust-lang/crates.io-index" 1858checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1859 1860[[package]] 1861name = "petgraph" 1862version = "0.6.2" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143" 1865dependencies = [ 1866 "fixedbitset", 1867 "indexmap", 1868] 1869 1870[[package]] 1871name = "pico-args" 1872version = "0.5.0" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 1875 1876[[package]] 1877name = "pin-project" 1878version = "1.0.12" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 1881dependencies = [ 1882 "pin-project-internal", 1883] 1884 1885[[package]] 1886name = "pin-project-internal" 1887version = "1.0.12" 1888source = "registry+https://github.com/rust-lang/crates.io-index" 1889checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 1890dependencies = [ 1891 "proc-macro2", 1892 "quote", 1893 "syn 1.0.105", 1894] 1895 1896[[package]] 1897name = "pin-project-lite" 1898version = "0.2.9" 1899source = "registry+https://github.com/rust-lang/crates.io-index" 1900checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1901 1902[[package]] 1903name = "pin-utils" 1904version = "0.1.0" 1905source = "registry+https://github.com/rust-lang/crates.io-index" 1906checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1907 1908[[package]] 1909name = "pkg-config" 1910version = "0.3.26" 1911source = "registry+https://github.com/rust-lang/crates.io-index" 1912checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 1913 1914[[package]] 1915name = "player" 1916version = "0.16.1" 1917dependencies = [ 1918 "env_logger", 1919 "log", 1920 "raw-window-handle 0.5.2", 1921 "ron", 1922 "serde", 1923 "wgpu-core", 1924 "wgpu-types", 1925 "winit", 1926] 1927 1928[[package]] 1929name = "pmutil" 1930version = "0.5.3" 1931source = "registry+https://github.com/rust-lang/crates.io-index" 1932checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004" 1933dependencies = [ 1934 "proc-macro2", 1935 "quote", 1936 "syn 1.0.105", 1937] 1938 1939[[package]] 1940name = "png" 1941version = "0.17.8" 1942source = "registry+https://github.com/rust-lang/crates.io-index" 1943checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa" 1944dependencies = [ 1945 "bitflags 1.3.2", 1946 "crc32fast", 1947 "fdeflate", 1948 "flate2", 1949 "miniz_oxide 0.7.1", 1950] 1951 1952[[package]] 1953name = "pollster" 1954version = "0.2.5" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7" 1957 1958[[package]] 1959name = "pp-rs" 1960version = "0.2.1" 1961source = "registry+https://github.com/rust-lang/crates.io-index" 1962checksum = "bb458bb7f6e250e6eb79d5026badc10a3ebb8f9a15d1fff0f13d17c71f4d6dee" 1963dependencies = [ 1964 "unicode-xid", 1965] 1966 1967[[package]] 1968name = "ppv-lite86" 1969version = "0.2.17" 1970source = "registry+https://github.com/rust-lang/crates.io-index" 1971checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1972 1973[[package]] 1974name = "proc-macro-crate" 1975version = "1.2.1" 1976source = "registry+https://github.com/rust-lang/crates.io-index" 1977checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9" 1978dependencies = [ 1979 "once_cell", 1980 "thiserror", 1981 "toml", 1982] 1983 1984[[package]] 1985name = "proc-macro2" 1986version = "1.0.54" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" 1989dependencies = [ 1990 "unicode-ident", 1991] 1992 1993[[package]] 1994name = "profiling" 1995version = "1.0.8" 1996source = "registry+https://github.com/rust-lang/crates.io-index" 1997checksum = "332cd62e95873ea4f41f3dfd6bbbfc5b52aec892d7e8d534197c4720a0bbbab2" 1998 1999[[package]] 2000name = "quote" 2001version = "1.0.26" 2002source = "registry+https://github.com/rust-lang/crates.io-index" 2003checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 2004dependencies = [ 2005 "proc-macro2", 2006] 2007 2008[[package]] 2009name = "rand" 2010version = "0.7.3" 2011source = "registry+https://github.com/rust-lang/crates.io-index" 2012checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 2013dependencies = [ 2014 "getrandom 0.1.16", 2015 "libc", 2016 "rand_chacha", 2017 "rand_core", 2018 "rand_hc", 2019] 2020 2021[[package]] 2022name = "rand_chacha" 2023version = "0.2.2" 2024source = "registry+https://github.com/rust-lang/crates.io-index" 2025checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 2026dependencies = [ 2027 "ppv-lite86", 2028 "rand_core", 2029] 2030 2031[[package]] 2032name = "rand_core" 2033version = "0.5.1" 2034source = "registry+https://github.com/rust-lang/crates.io-index" 2035checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2036dependencies = [ 2037 "getrandom 0.1.16", 2038] 2039 2040[[package]] 2041name = "rand_hc" 2042version = "0.2.0" 2043source = "registry+https://github.com/rust-lang/crates.io-index" 2044checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 2045dependencies = [ 2046 "rand_core", 2047] 2048 2049[[package]] 2050name = "rand_xorshift" 2051version = "0.2.0" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8" 2054dependencies = [ 2055 "rand_core", 2056] 2057 2058[[package]] 2059name = "range-alloc" 2060version = "0.1.3" 2061source = "registry+https://github.com/rust-lang/crates.io-index" 2062checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab" 2063 2064[[package]] 2065name = "raw-window-handle" 2066version = "0.4.3" 2067source = "registry+https://github.com/rust-lang/crates.io-index" 2068checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" 2069dependencies = [ 2070 "cty", 2071] 2072 2073[[package]] 2074name = "raw-window-handle" 2075version = "0.5.2" 2076source = "registry+https://github.com/rust-lang/crates.io-index" 2077checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 2078 2079[[package]] 2080name = "redox_syscall" 2081version = "0.2.16" 2082source = "registry+https://github.com/rust-lang/crates.io-index" 2083checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2084dependencies = [ 2085 "bitflags 1.3.2", 2086] 2087 2088[[package]] 2089name = "redox_syscall" 2090version = "0.3.5" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2093dependencies = [ 2094 "bitflags 1.3.2", 2095] 2096 2097[[package]] 2098name = "regex" 2099version = "1.7.1" 2100source = "registry+https://github.com/rust-lang/crates.io-index" 2101checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 2102dependencies = [ 2103 "aho-corasick", 2104 "memchr", 2105 "regex-syntax", 2106] 2107 2108[[package]] 2109name = "regex-syntax" 2110version = "0.6.28" 2111source = "registry+https://github.com/rust-lang/crates.io-index" 2112checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 2113 2114[[package]] 2115name = "renderdoc-sys" 2116version = "1.0.0" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b" 2119 2120[[package]] 2121name = "ron" 2122version = "0.8.0" 2123source = "registry+https://github.com/rust-lang/crates.io-index" 2124checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff" 2125dependencies = [ 2126 "base64 0.13.1", 2127 "bitflags 1.3.2", 2128 "serde", 2129] 2130 2131[[package]] 2132name = "run-wasm" 2133version = "0.16.1" 2134dependencies = [ 2135 "cargo-run-wasm", 2136] 2137 2138[[package]] 2139name = "rustc-demangle" 2140version = "0.1.21" 2141source = "registry+https://github.com/rust-lang/crates.io-index" 2142checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 2143 2144[[package]] 2145name = "rustc-hash" 2146version = "1.1.0" 2147source = "registry+https://github.com/rust-lang/crates.io-index" 2148checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2149 2150[[package]] 2151name = "rustc_version" 2152version = "0.2.3" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 2155dependencies = [ 2156 "semver 0.9.0", 2157] 2158 2159[[package]] 2160name = "rustc_version" 2161version = "0.4.0" 2162source = "registry+https://github.com/rust-lang/crates.io-index" 2163checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2164dependencies = [ 2165 "semver 1.0.17", 2166] 2167 2168[[package]] 2169name = "rustix" 2170version = "0.36.8" 2171source = "registry+https://github.com/rust-lang/crates.io-index" 2172checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" 2173dependencies = [ 2174 "bitflags 1.3.2", 2175 "errno 0.2.8", 2176 "io-lifetimes", 2177 "libc", 2178 "linux-raw-sys 0.1.4", 2179 "windows-sys 0.45.0", 2180] 2181 2182[[package]] 2183name = "rustix" 2184version = "0.37.7" 2185source = "registry+https://github.com/rust-lang/crates.io-index" 2186checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d" 2187dependencies = [ 2188 "bitflags 1.3.2", 2189 "errno 0.3.1", 2190 "io-lifetimes", 2191 "libc", 2192 "linux-raw-sys 0.3.1", 2193 "windows-sys 0.45.0", 2194] 2195 2196[[package]] 2197name = "ryu" 2198version = "1.0.11" 2199source = "registry+https://github.com/rust-lang/crates.io-index" 2200checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 2201 2202[[package]] 2203name = "safe_arch" 2204version = "0.5.2" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05" 2207dependencies = [ 2208 "bytemuck", 2209] 2210 2211[[package]] 2212name = "safemem" 2213version = "0.3.3" 2214source = "registry+https://github.com/rust-lang/crates.io-index" 2215checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 2216 2217[[package]] 2218name = "scoped-tls" 2219version = "1.0.1" 2220source = "registry+https://github.com/rust-lang/crates.io-index" 2221checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2222 2223[[package]] 2224name = "scopeguard" 2225version = "1.1.0" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2228 2229[[package]] 2230name = "sctk-adwaita" 2231version = "0.4.3" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "61270629cc6b4d77ec1907db1033d5c2e1a404c412743621981a871dc9c12339" 2234dependencies = [ 2235 "crossfont", 2236 "log", 2237 "smithay-client-toolkit", 2238 "tiny-skia", 2239] 2240 2241[[package]] 2242name = "semver" 2243version = "0.9.0" 2244source = "registry+https://github.com/rust-lang/crates.io-index" 2245checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 2246dependencies = [ 2247 "semver-parser", 2248] 2249 2250[[package]] 2251name = "semver" 2252version = "1.0.17" 2253source = "registry+https://github.com/rust-lang/crates.io-index" 2254checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 2255 2256[[package]] 2257name = "semver-parser" 2258version = "0.7.0" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 2261 2262[[package]] 2263name = "serde" 2264version = "1.0.160" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" 2267dependencies = [ 2268 "serde_derive", 2269] 2270 2271[[package]] 2272name = "serde_bytes" 2273version = "0.11.9" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294" 2276dependencies = [ 2277 "serde", 2278] 2279 2280[[package]] 2281name = "serde_derive" 2282version = "1.0.160" 2283source = "registry+https://github.com/rust-lang/crates.io-index" 2284checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" 2285dependencies = [ 2286 "proc-macro2", 2287 "quote", 2288 "syn 2.0.11", 2289] 2290 2291[[package]] 2292name = "serde_json" 2293version = "1.0.96" 2294source = "registry+https://github.com/rust-lang/crates.io-index" 2295checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 2296dependencies = [ 2297 "indexmap", 2298 "itoa", 2299 "ryu", 2300 "serde", 2301] 2302 2303[[package]] 2304name = "serde_repr" 2305version = "0.1.9" 2306source = "registry+https://github.com/rust-lang/crates.io-index" 2307checksum = "1fe39d9fbb0ebf5eb2c7cb7e2a47e4f462fad1379f1166b8ae49ad9eae89a7ca" 2308dependencies = [ 2309 "proc-macro2", 2310 "quote", 2311 "syn 1.0.105", 2312] 2313 2314[[package]] 2315name = "serde_v8" 2316version = "0.85.0" 2317source = "registry+https://github.com/rust-lang/crates.io-index" 2318checksum = "dba78050262072324b0b1efba11db7367735251adf7ec734fd75780c598c743b" 2319dependencies = [ 2320 "bytes", 2321 "derive_more", 2322 "serde", 2323 "serde_bytes", 2324 "smallvec", 2325 "v8", 2326] 2327 2328[[package]] 2329name = "servo-fontconfig" 2330version = "0.5.1" 2331source = "registry+https://github.com/rust-lang/crates.io-index" 2332checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c" 2333dependencies = [ 2334 "libc", 2335 "servo-fontconfig-sys", 2336] 2337 2338[[package]] 2339name = "servo-fontconfig-sys" 2340version = "5.1.0" 2341source = "registry+https://github.com/rust-lang/crates.io-index" 2342checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388" 2343dependencies = [ 2344 "expat-sys", 2345 "freetype-sys", 2346 "pkg-config", 2347] 2348 2349[[package]] 2350name = "shared_library" 2351version = "0.1.9" 2352source = "registry+https://github.com/rust-lang/crates.io-index" 2353checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11" 2354dependencies = [ 2355 "lazy_static", 2356 "libc", 2357] 2358 2359[[package]] 2360name = "signal-hook-registry" 2361version = "1.4.1" 2362source = "registry+https://github.com/rust-lang/crates.io-index" 2363checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 2364dependencies = [ 2365 "libc", 2366] 2367 2368[[package]] 2369name = "simd-adler32" 2370version = "0.3.5" 2371source = "registry+https://github.com/rust-lang/crates.io-index" 2372checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f" 2373 2374[[package]] 2375name = "slab" 2376version = "0.4.7" 2377source = "registry+https://github.com/rust-lang/crates.io-index" 2378checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 2379dependencies = [ 2380 "autocfg", 2381] 2382 2383[[package]] 2384name = "slotmap" 2385version = "1.0.6" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" 2388dependencies = [ 2389 "version_check", 2390] 2391 2392[[package]] 2393name = "smallvec" 2394version = "1.10.0" 2395source = "registry+https://github.com/rust-lang/crates.io-index" 2396checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 2397 2398[[package]] 2399name = "smithay-client-toolkit" 2400version = "0.16.0" 2401source = "registry+https://github.com/rust-lang/crates.io-index" 2402checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454" 2403dependencies = [ 2404 "bitflags 1.3.2", 2405 "calloop", 2406 "dlib", 2407 "lazy_static", 2408 "log", 2409 "memmap2", 2410 "nix", 2411 "pkg-config", 2412 "wayland-client", 2413 "wayland-cursor", 2414 "wayland-protocols", 2415] 2416 2417[[package]] 2418name = "socket2" 2419version = "0.4.9" 2420source = "registry+https://github.com/rust-lang/crates.io-index" 2421checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 2422dependencies = [ 2423 "libc", 2424 "winapi", 2425] 2426 2427[[package]] 2428name = "sourcemap" 2429version = "6.2.3" 2430source = "registry+https://github.com/rust-lang/crates.io-index" 2431checksum = "eed16231c92d0a6f0388f56e0ab2be24ecff1173f8e22f0ea5e074d0525631cb" 2432dependencies = [ 2433 "data-encoding", 2434 "if_chain", 2435 "rustc_version 0.2.3", 2436 "serde", 2437 "serde_json", 2438 "unicode-id", 2439 "url", 2440] 2441 2442[[package]] 2443name = "spirv" 2444version = "0.2.0+1.5.4" 2445source = "registry+https://github.com/rust-lang/crates.io-index" 2446checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830" 2447dependencies = [ 2448 "bitflags 1.3.2", 2449 "num-traits 0.2.15", 2450] 2451 2452[[package]] 2453name = "static_assertions" 2454version = "1.1.0" 2455source = "registry+https://github.com/rust-lang/crates.io-index" 2456checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2457 2458[[package]] 2459name = "strsim" 2460version = "0.10.0" 2461source = "registry+https://github.com/rust-lang/crates.io-index" 2462checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 2463 2464[[package]] 2465name = "syn" 2466version = "1.0.105" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908" 2469dependencies = [ 2470 "proc-macro2", 2471 "quote", 2472 "unicode-ident", 2473] 2474 2475[[package]] 2476name = "syn" 2477version = "2.0.11" 2478source = "registry+https://github.com/rust-lang/crates.io-index" 2479checksum = "21e3787bb71465627110e7d87ed4faaa36c1f61042ee67badb9e2ef173accc40" 2480dependencies = [ 2481 "proc-macro2", 2482 "quote", 2483 "unicode-ident", 2484] 2485 2486[[package]] 2487name = "tempfile" 2488version = "3.5.0" 2489source = "registry+https://github.com/rust-lang/crates.io-index" 2490checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 2491dependencies = [ 2492 "cfg-if", 2493 "fastrand", 2494 "redox_syscall 0.3.5", 2495 "rustix 0.37.7", 2496 "windows-sys 0.45.0", 2497] 2498 2499[[package]] 2500name = "termcolor" 2501version = "1.2.0" 2502source = "registry+https://github.com/rust-lang/crates.io-index" 2503checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 2504dependencies = [ 2505 "winapi-util", 2506] 2507 2508[[package]] 2509name = "thiserror" 2510version = "1.0.40" 2511source = "registry+https://github.com/rust-lang/crates.io-index" 2512checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 2513dependencies = [ 2514 "thiserror-impl", 2515] 2516 2517[[package]] 2518name = "thiserror-impl" 2519version = "1.0.40" 2520source = "registry+https://github.com/rust-lang/crates.io-index" 2521checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 2522dependencies = [ 2523 "proc-macro2", 2524 "quote", 2525 "syn 2.0.11", 2526] 2527 2528[[package]] 2529name = "tiny-skia" 2530version = "0.7.0" 2531source = "registry+https://github.com/rust-lang/crates.io-index" 2532checksum = "642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82" 2533dependencies = [ 2534 "arrayref", 2535 "arrayvec 0.5.2", 2536 "bytemuck", 2537 "cfg-if", 2538 "png", 2539 "safe_arch", 2540 "tiny-skia-path", 2541] 2542 2543[[package]] 2544name = "tiny-skia-path" 2545version = "0.7.0" 2546source = "registry+https://github.com/rust-lang/crates.io-index" 2547checksum = "c114d32f0c2ee43d585367cb013dfaba967ab9f62b90d9af0d696e955e70fa6c" 2548dependencies = [ 2549 "arrayref", 2550 "bytemuck", 2551] 2552 2553[[package]] 2554name = "tinyvec" 2555version = "1.6.0" 2556source = "registry+https://github.com/rust-lang/crates.io-index" 2557checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2558dependencies = [ 2559 "tinyvec_macros", 2560] 2561 2562[[package]] 2563name = "tinyvec_macros" 2564version = "0.1.1" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2567 2568[[package]] 2569name = "tokio" 2570version = "1.25.0" 2571source = "registry+https://github.com/rust-lang/crates.io-index" 2572checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" 2573dependencies = [ 2574 "autocfg", 2575 "bytes", 2576 "libc", 2577 "memchr", 2578 "mio", 2579 "num_cpus", 2580 "parking_lot 0.12.1", 2581 "pin-project-lite", 2582 "signal-hook-registry", 2583 "socket2", 2584 "tokio-macros", 2585 "windows-sys 0.42.0", 2586] 2587 2588[[package]] 2589name = "tokio-macros" 2590version = "1.8.2" 2591source = "registry+https://github.com/rust-lang/crates.io-index" 2592checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" 2593dependencies = [ 2594 "proc-macro2", 2595 "quote", 2596 "syn 1.0.105", 2597] 2598 2599[[package]] 2600name = "toml" 2601version = "0.5.9" 2602source = "registry+https://github.com/rust-lang/crates.io-index" 2603checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 2604dependencies = [ 2605 "serde", 2606] 2607 2608[[package]] 2609name = "unic-char-property" 2610version = "0.9.0" 2611source = "registry+https://github.com/rust-lang/crates.io-index" 2612checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 2613dependencies = [ 2614 "unic-char-range", 2615] 2616 2617[[package]] 2618name = "unic-char-range" 2619version = "0.9.0" 2620source = "registry+https://github.com/rust-lang/crates.io-index" 2621checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 2622 2623[[package]] 2624name = "unic-common" 2625version = "0.9.0" 2626source = "registry+https://github.com/rust-lang/crates.io-index" 2627checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 2628 2629[[package]] 2630name = "unic-ucd-ident" 2631version = "0.9.0" 2632source = "registry+https://github.com/rust-lang/crates.io-index" 2633checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 2634dependencies = [ 2635 "unic-char-property", 2636 "unic-char-range", 2637 "unic-ucd-version", 2638] 2639 2640[[package]] 2641name = "unic-ucd-version" 2642version = "0.9.0" 2643source = "registry+https://github.com/rust-lang/crates.io-index" 2644checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 2645dependencies = [ 2646 "unic-common", 2647] 2648 2649[[package]] 2650name = "unicode-bidi" 2651version = "0.3.13" 2652source = "registry+https://github.com/rust-lang/crates.io-index" 2653checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2654 2655[[package]] 2656name = "unicode-id" 2657version = "0.3.3" 2658source = "registry+https://github.com/rust-lang/crates.io-index" 2659checksum = "d70b6494226b36008c8366c288d77190b3fad2eb4c10533139c1c1f461127f1a" 2660 2661[[package]] 2662name = "unicode-ident" 2663version = "1.0.5" 2664source = "registry+https://github.com/rust-lang/crates.io-index" 2665checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" 2666 2667[[package]] 2668name = "unicode-normalization" 2669version = "0.1.22" 2670source = "registry+https://github.com/rust-lang/crates.io-index" 2671checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2672dependencies = [ 2673 "tinyvec", 2674] 2675 2676[[package]] 2677name = "unicode-segmentation" 2678version = "1.10.1" 2679source = "registry+https://github.com/rust-lang/crates.io-index" 2680checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 2681 2682[[package]] 2683name = "unicode-width" 2684version = "0.1.10" 2685source = "registry+https://github.com/rust-lang/crates.io-index" 2686checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2687 2688[[package]] 2689name = "unicode-xid" 2690version = "0.2.4" 2691source = "registry+https://github.com/rust-lang/crates.io-index" 2692checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 2693 2694[[package]] 2695name = "url" 2696version = "2.3.1" 2697source = "registry+https://github.com/rust-lang/crates.io-index" 2698checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2699dependencies = [ 2700 "form_urlencoded", 2701 "idna", 2702 "percent-encoding", 2703 "serde", 2704] 2705 2706[[package]] 2707name = "urlpattern" 2708version = "0.2.0" 2709source = "registry+https://github.com/rust-lang/crates.io-index" 2710checksum = "f9bd5ff03aea02fa45b13a7980151fe45009af1980ba69f651ec367121a31609" 2711dependencies = [ 2712 "derive_more", 2713 "regex", 2714 "serde", 2715 "unic-ucd-ident", 2716 "url", 2717] 2718 2719[[package]] 2720name = "uuid" 2721version = "1.3.1" 2722source = "registry+https://github.com/rust-lang/crates.io-index" 2723checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb" 2724dependencies = [ 2725 "getrandom 0.2.8", 2726 "serde", 2727] 2728 2729[[package]] 2730name = "v8" 2731version = "0.64.0" 2732source = "registry+https://github.com/rust-lang/crates.io-index" 2733checksum = "a2287b485fa902172da3722d7e557e083afd63921777e0c6e5c0fba28e6d59d3" 2734dependencies = [ 2735 "bitflags 1.3.2", 2736 "fslock", 2737 "lazy_static", 2738 "which", 2739] 2740 2741[[package]] 2742name = "vec_map" 2743version = "0.8.2" 2744source = "registry+https://github.com/rust-lang/crates.io-index" 2745checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 2746 2747[[package]] 2748name = "version_check" 2749version = "0.9.4" 2750source = "registry+https://github.com/rust-lang/crates.io-index" 2751checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2752 2753[[package]] 2754name = "vsimd" 2755version = "0.8.0" 2756source = "registry+https://github.com/rust-lang/crates.io-index" 2757checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 2758 2759[[package]] 2760name = "waker-fn" 2761version = "1.1.0" 2762source = "registry+https://github.com/rust-lang/crates.io-index" 2763checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 2764 2765[[package]] 2766name = "walrus" 2767version = "0.19.0" 2768source = "registry+https://github.com/rust-lang/crates.io-index" 2769checksum = "4eb08e48cde54c05f363d984bb54ce374f49e242def9468d2e1b6c2372d291f8" 2770dependencies = [ 2771 "anyhow", 2772 "id-arena", 2773 "leb128", 2774 "log", 2775 "walrus-macro", 2776 "wasmparser 0.77.0", 2777] 2778 2779[[package]] 2780name = "walrus-macro" 2781version = "0.19.0" 2782source = "registry+https://github.com/rust-lang/crates.io-index" 2783checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7" 2784dependencies = [ 2785 "heck", 2786 "proc-macro2", 2787 "quote", 2788 "syn 1.0.105", 2789] 2790 2791[[package]] 2792name = "wasi" 2793version = "0.9.0+wasi-snapshot-preview1" 2794source = "registry+https://github.com/rust-lang/crates.io-index" 2795checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 2796 2797[[package]] 2798name = "wasi" 2799version = "0.11.0+wasi-snapshot-preview1" 2800source = "registry+https://github.com/rust-lang/crates.io-index" 2801checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2802 2803[[package]] 2804name = "wasm-bindgen" 2805version = "0.2.84" 2806source = "registry+https://github.com/rust-lang/crates.io-index" 2807checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 2808dependencies = [ 2809 "cfg-if", 2810 "wasm-bindgen-macro", 2811] 2812 2813[[package]] 2814name = "wasm-bindgen-backend" 2815version = "0.2.84" 2816source = "registry+https://github.com/rust-lang/crates.io-index" 2817checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 2818dependencies = [ 2819 "bumpalo", 2820 "log", 2821 "once_cell", 2822 "proc-macro2", 2823 "quote", 2824 "syn 1.0.105", 2825 "wasm-bindgen-shared", 2826] 2827 2828[[package]] 2829name = "wasm-bindgen-cli-support" 2830version = "0.2.84" 2831source = "registry+https://github.com/rust-lang/crates.io-index" 2832checksum = "9d4780c659b883a19ddb7ced365db19f7f45cd182d832ee14de2b7ef52e88a9f" 2833dependencies = [ 2834 "anyhow", 2835 "base64 0.9.3", 2836 "log", 2837 "rustc-demangle", 2838 "serde_json", 2839 "tempfile", 2840 "unicode-ident", 2841 "walrus", 2842 "wasm-bindgen-externref-xform", 2843 "wasm-bindgen-multi-value-xform", 2844 "wasm-bindgen-shared", 2845 "wasm-bindgen-threads-xform", 2846 "wasm-bindgen-wasm-conventions", 2847 "wasm-bindgen-wasm-interpreter", 2848 "wit-text", 2849 "wit-validator", 2850 "wit-walrus", 2851] 2852 2853[[package]] 2854name = "wasm-bindgen-externref-xform" 2855version = "0.2.84" 2856source = "registry+https://github.com/rust-lang/crates.io-index" 2857checksum = "1d154c3843bf3b635b602ad41b56f505f8f1a25f8a0133fca4bbd0918d74efdc" 2858dependencies = [ 2859 "anyhow", 2860 "walrus", 2861] 2862 2863[[package]] 2864name = "wasm-bindgen-futures" 2865version = "0.4.34" 2866source = "registry+https://github.com/rust-lang/crates.io-index" 2867checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 2868dependencies = [ 2869 "cfg-if", 2870 "js-sys", 2871 "wasm-bindgen", 2872 "web-sys", 2873] 2874 2875[[package]] 2876name = "wasm-bindgen-macro" 2877version = "0.2.84" 2878source = "registry+https://github.com/rust-lang/crates.io-index" 2879checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 2880dependencies = [ 2881 "quote", 2882 "wasm-bindgen-macro-support", 2883] 2884 2885[[package]] 2886name = "wasm-bindgen-macro-support" 2887version = "0.2.84" 2888source = "registry+https://github.com/rust-lang/crates.io-index" 2889checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 2890dependencies = [ 2891 "proc-macro2", 2892 "quote", 2893 "syn 1.0.105", 2894 "wasm-bindgen-backend", 2895 "wasm-bindgen-shared", 2896] 2897 2898[[package]] 2899name = "wasm-bindgen-multi-value-xform" 2900version = "0.2.84" 2901source = "registry+https://github.com/rust-lang/crates.io-index" 2902checksum = "c00a577fbd4be358ef8095432189b5c2e6b6e71f5081797c2032572f77d65d26" 2903dependencies = [ 2904 "anyhow", 2905 "walrus", 2906] 2907 2908[[package]] 2909name = "wasm-bindgen-shared" 2910version = "0.2.84" 2911source = "registry+https://github.com/rust-lang/crates.io-index" 2912checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 2913 2914[[package]] 2915name = "wasm-bindgen-test" 2916version = "0.3.34" 2917source = "registry+https://github.com/rust-lang/crates.io-index" 2918checksum = "6db36fc0f9fb209e88fb3642590ae0205bb5a56216dabd963ba15879fe53a30b" 2919dependencies = [ 2920 "console_error_panic_hook", 2921 "js-sys", 2922 "scoped-tls", 2923 "wasm-bindgen", 2924 "wasm-bindgen-futures", 2925 "wasm-bindgen-test-macro", 2926] 2927 2928[[package]] 2929name = "wasm-bindgen-test-macro" 2930version = "0.3.34" 2931source = "registry+https://github.com/rust-lang/crates.io-index" 2932checksum = "0734759ae6b3b1717d661fe4f016efcfb9828f5edb4520c18eaee05af3b43be9" 2933dependencies = [ 2934 "proc-macro2", 2935 "quote", 2936] 2937 2938[[package]] 2939name = "wasm-bindgen-threads-xform" 2940version = "0.2.84" 2941source = "registry+https://github.com/rust-lang/crates.io-index" 2942checksum = "0aa93941bae037b7b4fac4ecfc132294b828036c5990a806d0e6fd9284297d94" 2943dependencies = [ 2944 "anyhow", 2945 "walrus", 2946 "wasm-bindgen-wasm-conventions", 2947] 2948 2949[[package]] 2950name = "wasm-bindgen-wasm-conventions" 2951version = "0.2.84" 2952source = "registry+https://github.com/rust-lang/crates.io-index" 2953checksum = "d8f5de325048d945c90600fdf66b13521f3340d85971287775c36aa99c04466b" 2954dependencies = [ 2955 "anyhow", 2956 "walrus", 2957] 2958 2959[[package]] 2960name = "wasm-bindgen-wasm-interpreter" 2961version = "0.2.84" 2962source = "registry+https://github.com/rust-lang/crates.io-index" 2963checksum = "f695df44962e3a107436282232a2daa185b8453c16be8ddfb637cd2601f31128" 2964dependencies = [ 2965 "anyhow", 2966 "log", 2967 "walrus", 2968 "wasm-bindgen-wasm-conventions", 2969] 2970 2971[[package]] 2972name = "wasmparser" 2973version = "0.59.0" 2974source = "registry+https://github.com/rust-lang/crates.io-index" 2975checksum = "a950e6a618f62147fd514ff445b2a0b53120d382751960797f85f058c7eda9b9" 2976 2977[[package]] 2978name = "wasmparser" 2979version = "0.77.0" 2980source = "registry+https://github.com/rust-lang/crates.io-index" 2981checksum = "b35c86d22e720a07d954ebbed772d01180501afe7d03d464f413bb5f8914a8d6" 2982 2983[[package]] 2984name = "wast" 2985version = "21.0.0" 2986source = "registry+https://github.com/rust-lang/crates.io-index" 2987checksum = "0b1844f66a2bc8526d71690104c0e78a8e59ffa1597b7245769d174ebb91deb5" 2988dependencies = [ 2989 "leb128", 2990] 2991 2992[[package]] 2993name = "wayland-client" 2994version = "0.29.5" 2995source = "registry+https://github.com/rust-lang/crates.io-index" 2996checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 2997dependencies = [ 2998 "bitflags 1.3.2", 2999 "downcast-rs", 3000 "libc", 3001 "nix", 3002 "scoped-tls", 3003 "wayland-commons", 3004 "wayland-scanner", 3005 "wayland-sys", 3006] 3007 3008[[package]] 3009name = "wayland-commons" 3010version = "0.29.5" 3011source = "registry+https://github.com/rust-lang/crates.io-index" 3012checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902" 3013dependencies = [ 3014 "nix", 3015 "once_cell", 3016 "smallvec", 3017 "wayland-sys", 3018] 3019 3020[[package]] 3021name = "wayland-cursor" 3022version = "0.29.5" 3023source = "registry+https://github.com/rust-lang/crates.io-index" 3024checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661" 3025dependencies = [ 3026 "nix", 3027 "wayland-client", 3028 "xcursor", 3029] 3030 3031[[package]] 3032name = "wayland-egl" 3033version = "0.29.5" 3034source = "registry+https://github.com/rust-lang/crates.io-index" 3035checksum = "402de949f81a012926d821a2d659f930694257e76dd92b6e0042ceb27be4107d" 3036dependencies = [ 3037 "wayland-client", 3038 "wayland-sys", 3039] 3040 3041[[package]] 3042name = "wayland-protocols" 3043version = "0.29.5" 3044source = "registry+https://github.com/rust-lang/crates.io-index" 3045checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 3046dependencies = [ 3047 "bitflags 1.3.2", 3048 "wayland-client", 3049 "wayland-commons", 3050 "wayland-scanner", 3051] 3052 3053[[package]] 3054name = "wayland-scanner" 3055version = "0.29.5" 3056source = "registry+https://github.com/rust-lang/crates.io-index" 3057checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53" 3058dependencies = [ 3059 "proc-macro2", 3060 "quote", 3061 "xml-rs", 3062] 3063 3064[[package]] 3065name = "wayland-sys" 3066version = "0.29.5" 3067source = "registry+https://github.com/rust-lang/crates.io-index" 3068checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4" 3069dependencies = [ 3070 "dlib", 3071 "lazy_static", 3072 "pkg-config", 3073] 3074 3075[[package]] 3076name = "web-sys" 3077version = "0.3.61" 3078source = "registry+https://github.com/rust-lang/crates.io-index" 3079checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 3080dependencies = [ 3081 "js-sys", 3082 "wasm-bindgen", 3083] 3084 3085[[package]] 3086name = "wgpu" 3087version = "0.16.1" 3088dependencies = [ 3089 "arrayvec 0.7.2", 3090 "async-executor", 3091 "bitflags 2.1.0", 3092 "bytemuck", 3093 "cfg-if", 3094 "console_error_panic_hook", 3095 "console_log", 3096 "ddsfile", 3097 "env_logger", 3098 "futures-intrusive", 3099 "glam", 3100 "image", 3101 "js-sys", 3102 "log", 3103 "naga", 3104 "nanorand", 3105 "noise", 3106 "obj", 3107 "parking_lot 0.11.2", 3108 "png", 3109 "pollster", 3110 "profiling", 3111 "raw-window-handle 0.5.2", 3112 "serde", 3113 "smallvec", 3114 "static_assertions", 3115 "wasm-bindgen", 3116 "wasm-bindgen-futures", 3117 "wasm-bindgen-test", 3118 "web-sys", 3119 "wgpu-core", 3120 "wgpu-hal", 3121 "wgpu-types", 3122 "winit", 3123] 3124 3125[[package]] 3126name = "wgpu-core" 3127version = "0.16.1" 3128dependencies = [ 3129 "arrayvec 0.7.2", 3130 "bit-vec", 3131 "bitflags 2.1.0", 3132 "codespan-reporting", 3133 "log", 3134 "naga", 3135 "parking_lot 0.11.2", 3136 "profiling", 3137 "raw-window-handle 0.5.2", 3138 "ron", 3139 "rustc-hash", 3140 "serde", 3141 "smallvec", 3142 "thiserror", 3143 "web-sys", 3144 "wgpu-hal", 3145 "wgpu-types", 3146] 3147 3148[[package]] 3149name = "wgpu-hal" 3150version = "0.16.0" 3151dependencies = [ 3152 "android_system_properties", 3153 "arrayvec 0.7.2", 3154 "ash", 3155 "bit-set", 3156 "bitflags 2.1.0", 3157 "block", 3158 "core-graphics-types", 3159 "d3d12", 3160 "env_logger", 3161 "foreign-types 0.3.2", 3162 "glow", 3163 "glutin", 3164 "gpu-alloc", 3165 "gpu-allocator", 3166 "gpu-descriptor", 3167 "hassle-rs", 3168 "js-sys", 3169 "khronos-egl", 3170 "libc", 3171 "libloading 0.8.0", 3172 "log", 3173 "metal", 3174 "naga", 3175 "objc", 3176 "parking_lot 0.11.2", 3177 "profiling", 3178 "range-alloc", 3179 "raw-window-handle 0.5.2", 3180 "renderdoc-sys", 3181 "rustc-hash", 3182 "smallvec", 3183 "thiserror", 3184 "wasm-bindgen", 3185 "web-sys", 3186 "wgpu-types", 3187 "winapi", 3188 "winit", 3189] 3190 3191[[package]] 3192name = "wgpu-info" 3193version = "0.16.1" 3194dependencies = [ 3195 "env_logger", 3196 "num-traits 0.2.15", 3197 "wgpu", 3198] 3199 3200[[package]] 3201name = "wgpu-types" 3202version = "0.16.0" 3203dependencies = [ 3204 "bitflags 2.1.0", 3205 "js-sys", 3206 "serde", 3207 "serde_json", 3208 "web-sys", 3209] 3210 3211[[package]] 3212name = "which" 3213version = "4.4.0" 3214source = "registry+https://github.com/rust-lang/crates.io-index" 3215checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 3216dependencies = [ 3217 "either", 3218 "libc", 3219 "once_cell", 3220] 3221 3222[[package]] 3223name = "widestring" 3224version = "1.0.2" 3225source = "registry+https://github.com/rust-lang/crates.io-index" 3226checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" 3227 3228[[package]] 3229name = "winapi" 3230version = "0.3.9" 3231source = "registry+https://github.com/rust-lang/crates.io-index" 3232checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3233dependencies = [ 3234 "winapi-i686-pc-windows-gnu", 3235 "winapi-x86_64-pc-windows-gnu", 3236] 3237 3238[[package]] 3239name = "winapi-i686-pc-windows-gnu" 3240version = "0.4.0" 3241source = "registry+https://github.com/rust-lang/crates.io-index" 3242checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3243 3244[[package]] 3245name = "winapi-util" 3246version = "0.1.5" 3247source = "registry+https://github.com/rust-lang/crates.io-index" 3248checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 3249dependencies = [ 3250 "winapi", 3251] 3252 3253[[package]] 3254name = "winapi-x86_64-pc-windows-gnu" 3255version = "0.4.0" 3256source = "registry+https://github.com/rust-lang/crates.io-index" 3257checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3258 3259[[package]] 3260name = "windows" 3261version = "0.44.0" 3262source = "registry+https://github.com/rust-lang/crates.io-index" 3263checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" 3264dependencies = [ 3265 "windows-targets 0.42.1", 3266] 3267 3268[[package]] 3269name = "windows-sys" 3270version = "0.36.1" 3271source = "registry+https://github.com/rust-lang/crates.io-index" 3272checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 3273dependencies = [ 3274 "windows_aarch64_msvc 0.36.1", 3275 "windows_i686_gnu 0.36.1", 3276 "windows_i686_msvc 0.36.1", 3277 "windows_x86_64_gnu 0.36.1", 3278 "windows_x86_64_msvc 0.36.1", 3279] 3280 3281[[package]] 3282name = "windows-sys" 3283version = "0.42.0" 3284source = "registry+https://github.com/rust-lang/crates.io-index" 3285checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 3286dependencies = [ 3287 "windows_aarch64_gnullvm 0.42.1", 3288 "windows_aarch64_msvc 0.42.1", 3289 "windows_i686_gnu 0.42.1", 3290 "windows_i686_msvc 0.42.1", 3291 "windows_x86_64_gnu 0.42.1", 3292 "windows_x86_64_gnullvm 0.42.1", 3293 "windows_x86_64_msvc 0.42.1", 3294] 3295 3296[[package]] 3297name = "windows-sys" 3298version = "0.45.0" 3299source = "registry+https://github.com/rust-lang/crates.io-index" 3300checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 3301dependencies = [ 3302 "windows-targets 0.42.1", 3303] 3304 3305[[package]] 3306name = "windows-sys" 3307version = "0.48.0" 3308source = "registry+https://github.com/rust-lang/crates.io-index" 3309checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3310dependencies = [ 3311 "windows-targets 0.48.0", 3312] 3313 3314[[package]] 3315name = "windows-targets" 3316version = "0.42.1" 3317source = "registry+https://github.com/rust-lang/crates.io-index" 3318checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 3319dependencies = [ 3320 "windows_aarch64_gnullvm 0.42.1", 3321 "windows_aarch64_msvc 0.42.1", 3322 "windows_i686_gnu 0.42.1", 3323 "windows_i686_msvc 0.42.1", 3324 "windows_x86_64_gnu 0.42.1", 3325 "windows_x86_64_gnullvm 0.42.1", 3326 "windows_x86_64_msvc 0.42.1", 3327] 3328 3329[[package]] 3330name = "windows-targets" 3331version = "0.48.0" 3332source = "registry+https://github.com/rust-lang/crates.io-index" 3333checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 3334dependencies = [ 3335 "windows_aarch64_gnullvm 0.48.0", 3336 "windows_aarch64_msvc 0.48.0", 3337 "windows_i686_gnu 0.48.0", 3338 "windows_i686_msvc 0.48.0", 3339 "windows_x86_64_gnu 0.48.0", 3340 "windows_x86_64_gnullvm 0.48.0", 3341 "windows_x86_64_msvc 0.48.0", 3342] 3343 3344[[package]] 3345name = "windows_aarch64_gnullvm" 3346version = "0.42.1" 3347source = "registry+https://github.com/rust-lang/crates.io-index" 3348checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 3349 3350[[package]] 3351name = "windows_aarch64_gnullvm" 3352version = "0.48.0" 3353source = "registry+https://github.com/rust-lang/crates.io-index" 3354checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 3355 3356[[package]] 3357name = "windows_aarch64_msvc" 3358version = "0.36.1" 3359source = "registry+https://github.com/rust-lang/crates.io-index" 3360checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 3361 3362[[package]] 3363name = "windows_aarch64_msvc" 3364version = "0.42.1" 3365source = "registry+https://github.com/rust-lang/crates.io-index" 3366checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 3367 3368[[package]] 3369name = "windows_aarch64_msvc" 3370version = "0.48.0" 3371source = "registry+https://github.com/rust-lang/crates.io-index" 3372checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 3373 3374[[package]] 3375name = "windows_i686_gnu" 3376version = "0.36.1" 3377source = "registry+https://github.com/rust-lang/crates.io-index" 3378checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 3379 3380[[package]] 3381name = "windows_i686_gnu" 3382version = "0.42.1" 3383source = "registry+https://github.com/rust-lang/crates.io-index" 3384checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 3385 3386[[package]] 3387name = "windows_i686_gnu" 3388version = "0.48.0" 3389source = "registry+https://github.com/rust-lang/crates.io-index" 3390checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 3391 3392[[package]] 3393name = "windows_i686_msvc" 3394version = "0.36.1" 3395source = "registry+https://github.com/rust-lang/crates.io-index" 3396checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 3397 3398[[package]] 3399name = "windows_i686_msvc" 3400version = "0.42.1" 3401source = "registry+https://github.com/rust-lang/crates.io-index" 3402checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 3403 3404[[package]] 3405name = "windows_i686_msvc" 3406version = "0.48.0" 3407source = "registry+https://github.com/rust-lang/crates.io-index" 3408checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 3409 3410[[package]] 3411name = "windows_x86_64_gnu" 3412version = "0.36.1" 3413source = "registry+https://github.com/rust-lang/crates.io-index" 3414checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 3415 3416[[package]] 3417name = "windows_x86_64_gnu" 3418version = "0.42.1" 3419source = "registry+https://github.com/rust-lang/crates.io-index" 3420checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 3421 3422[[package]] 3423name = "windows_x86_64_gnu" 3424version = "0.48.0" 3425source = "registry+https://github.com/rust-lang/crates.io-index" 3426checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 3427 3428[[package]] 3429name = "windows_x86_64_gnullvm" 3430version = "0.42.1" 3431source = "registry+https://github.com/rust-lang/crates.io-index" 3432checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 3433 3434[[package]] 3435name = "windows_x86_64_gnullvm" 3436version = "0.48.0" 3437source = "registry+https://github.com/rust-lang/crates.io-index" 3438checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 3439 3440[[package]] 3441name = "windows_x86_64_msvc" 3442version = "0.36.1" 3443source = "registry+https://github.com/rust-lang/crates.io-index" 3444checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 3445 3446[[package]] 3447name = "windows_x86_64_msvc" 3448version = "0.42.1" 3449source = "registry+https://github.com/rust-lang/crates.io-index" 3450checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 3451 3452[[package]] 3453name = "windows_x86_64_msvc" 3454version = "0.48.0" 3455source = "registry+https://github.com/rust-lang/crates.io-index" 3456checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 3457 3458[[package]] 3459name = "winit" 3460version = "0.27.5" 3461source = "registry+https://github.com/rust-lang/crates.io-index" 3462checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c" 3463dependencies = [ 3464 "bitflags 1.3.2", 3465 "cocoa", 3466 "core-foundation", 3467 "core-graphics", 3468 "dispatch", 3469 "instant", 3470 "libc", 3471 "log", 3472 "mio", 3473 "ndk", 3474 "ndk-glue", 3475 "objc", 3476 "once_cell", 3477 "parking_lot 0.12.1", 3478 "percent-encoding", 3479 "raw-window-handle 0.4.3", 3480 "raw-window-handle 0.5.2", 3481 "sctk-adwaita", 3482 "smithay-client-toolkit", 3483 "wasm-bindgen", 3484 "wayland-client", 3485 "wayland-protocols", 3486 "web-sys", 3487 "windows-sys 0.36.1", 3488 "x11-dl", 3489] 3490 3491[[package]] 3492name = "wio" 3493version = "0.2.2" 3494source = "registry+https://github.com/rust-lang/crates.io-index" 3495checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" 3496dependencies = [ 3497 "winapi", 3498] 3499 3500[[package]] 3501name = "wit-parser" 3502version = "0.2.0" 3503source = "registry+https://github.com/rust-lang/crates.io-index" 3504checksum = "3f5fd97866f4b9c8e1ed57bcf9446f3d0d8ba37e2dd01c3c612c046c053b06f7" 3505dependencies = [ 3506 "anyhow", 3507 "leb128", 3508 "wit-schema-version", 3509] 3510 3511[[package]] 3512name = "wit-schema-version" 3513version = "0.1.0" 3514source = "registry+https://github.com/rust-lang/crates.io-index" 3515checksum = "bfee4a6a4716eefa0682e7a3b836152e894a3e4f34a9d6c2c3e1c94429bfe36a" 3516 3517[[package]] 3518name = "wit-text" 3519version = "0.8.0" 3520source = "registry+https://github.com/rust-lang/crates.io-index" 3521checksum = "33358e95c77d660f1c7c07f4a93c2bd89768965e844e3c50730bb4b42658df5f" 3522dependencies = [ 3523 "anyhow", 3524 "wast", 3525 "wit-writer", 3526] 3527 3528[[package]] 3529name = "wit-validator" 3530version = "0.2.1" 3531source = "registry+https://github.com/rust-lang/crates.io-index" 3532checksum = "3c11d93d925420e7872b226c4161849c32be38385ccab026b88df99d8ddc6ba6" 3533dependencies = [ 3534 "anyhow", 3535 "wasmparser 0.59.0", 3536 "wit-parser", 3537 "wit-schema-version", 3538] 3539 3540[[package]] 3541name = "wit-walrus" 3542version = "0.6.0" 3543source = "registry+https://github.com/rust-lang/crates.io-index" 3544checksum = "ad559e3e4c6404b2a6a675d44129d62a3836e3b951b90112fa1c5feb852757cd" 3545dependencies = [ 3546 "anyhow", 3547 "id-arena", 3548 "walrus", 3549 "wit-parser", 3550 "wit-schema-version", 3551 "wit-writer", 3552] 3553 3554[[package]] 3555name = "wit-writer" 3556version = "0.2.0" 3557source = "registry+https://github.com/rust-lang/crates.io-index" 3558checksum = "c2ad01ba5e9cbcff799a0689e56a153776ea694cec777f605938cb9880d41a09" 3559dependencies = [ 3560 "leb128", 3561 "wit-schema-version", 3562] 3563 3564[[package]] 3565name = "x11-dl" 3566version = "2.20.1" 3567source = "registry+https://github.com/rust-lang/crates.io-index" 3568checksum = "b1536d6965a5d4e573c7ef73a2c15ebcd0b2de3347bdf526c34c297c00ac40f0" 3569dependencies = [ 3570 "lazy_static", 3571 "libc", 3572 "pkg-config", 3573] 3574 3575[[package]] 3576name = "xcursor" 3577version = "0.3.4" 3578source = "registry+https://github.com/rust-lang/crates.io-index" 3579checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7" 3580dependencies = [ 3581 "nom", 3582] 3583 3584[[package]] 3585name = "xml-rs" 3586version = "0.8.4" 3587source = "registry+https://github.com/rust-lang/crates.io-index" 3588checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"