1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "ahash" 7version = "0.7.6" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 10dependencies = [ 11 "getrandom", 12 "once_cell", 13 "version_check", 14] 15 16[[package]] 17name = "android_system_properties" 18version = "0.1.5" 19source = "registry+https://github.com/rust-lang/crates.io-index" 20checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 21dependencies = [ 22 "libc", 23] 24 25[[package]] 26name = "arrayvec" 27version = "0.7.2" 28source = "registry+https://github.com/rust-lang/crates.io-index" 29checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 30 31[[package]] 32name = "ash" 33version = "0.37.1+1.3.235" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "911015c962d56e2e4052f40182ca5462ba60a3d2ff04e827c365a0ab3d65726d" 36dependencies = [ 37 "libloading", 38] 39 40[[package]] 41name = "autocfg" 42version = "1.1.0" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 45 46[[package]] 47name = "bit-set" 48version = "0.5.3" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 51dependencies = [ 52 "bit-vec", 53] 54 55[[package]] 56name = "bit-vec" 57version = "0.6.3" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 60 61[[package]] 62name = "bitflags" 63version = "1.3.2" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 66 67[[package]] 68name = "block" 69version = "0.1.6" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 72 73[[package]] 74name = "bumpalo" 75version = "3.11.1" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" 78 79[[package]] 80name = "byteorder" 81version = "1.4.3" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 84 85[[package]] 86name = "cc" 87version = "1.0.77" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4" 90 91[[package]] 92name = "cfg-if" 93version = "1.0.0" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 96 97[[package]] 98name = "cfg_aliases" 99version = "0.1.1" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 102 103[[package]] 104name = "codespan-reporting" 105version = "0.11.1" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 108dependencies = [ 109 "termcolor", 110 "unicode-width", 111] 112 113[[package]] 114name = "core-foundation" 115version = "0.9.3" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 118dependencies = [ 119 "core-foundation-sys", 120 "libc", 121] 122 123[[package]] 124name = "core-foundation-sys" 125version = "0.8.3" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 128 129[[package]] 130name = "core-graphics-types" 131version = "0.1.1" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" 134dependencies = [ 135 "bitflags", 136 "core-foundation", 137 "foreign-types", 138 "libc", 139] 140 141[[package]] 142name = "cty" 143version = "0.2.2" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 146 147[[package]] 148name = "d3d12" 149version = "0.5.0" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "827914e1f53b1e0e025ecd3d967a7836b7bcb54520f90e21ef8df7b4d88a2759" 152dependencies = [ 153 "bitflags", 154 "libloading", 155 "winapi", 156] 157 158[[package]] 159name = "foreign-types" 160version = "0.3.2" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 163dependencies = [ 164 "foreign-types-shared", 165] 166 167[[package]] 168name = "foreign-types-shared" 169version = "0.1.1" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 172 173[[package]] 174name = "fxhash" 175version = "0.2.1" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 178dependencies = [ 179 "byteorder", 180] 181 182[[package]] 183name = "getrandom" 184version = "0.2.8" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 187dependencies = [ 188 "cfg-if", 189 "libc", 190 "wasi", 191] 192 193[[package]] 194name = "glow" 195version = "0.11.2" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919" 198dependencies = [ 199 "js-sys", 200 "slotmap", 201 "wasm-bindgen", 202 "web-sys", 203] 204 205[[package]] 206name = "gpu-alloc" 207version = "0.5.3" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d" 210dependencies = [ 211 "bitflags", 212 "gpu-alloc-types", 213] 214 215[[package]] 216name = "gpu-alloc-types" 217version = "0.2.0" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5" 220dependencies = [ 221 "bitflags", 222] 223 224[[package]] 225name = "gpu-descriptor" 226version = "0.2.3" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a" 229dependencies = [ 230 "bitflags", 231 "gpu-descriptor-types", 232 "hashbrown", 233] 234 235[[package]] 236name = "gpu-descriptor-types" 237version = "0.1.1" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126" 240dependencies = [ 241 "bitflags", 242] 243 244[[package]] 245name = "hashbrown" 246version = "0.12.3" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 249dependencies = [ 250 "ahash", 251] 252 253[[package]] 254name = "hexf-parse" 255version = "0.2.1" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 258 259[[package]] 260name = "indexmap" 261version = "1.9.2" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 264dependencies = [ 265 "autocfg", 266 "hashbrown", 267] 268 269[[package]] 270name = "js-sys" 271version = "0.3.60" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" 274dependencies = [ 275 "wasm-bindgen", 276] 277 278[[package]] 279name = "khronos-egl" 280version = "4.1.0" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3" 283dependencies = [ 284 "libc", 285 "libloading", 286 "pkg-config", 287] 288 289[[package]] 290name = "libc" 291version = "0.2.137" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" 294 295[[package]] 296name = "libloading" 297version = "0.7.4" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 300dependencies = [ 301 "cfg-if", 302 "winapi", 303] 304 305[[package]] 306name = "lock_api" 307version = "0.4.9" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 310dependencies = [ 311 "autocfg", 312 "scopeguard", 313] 314 315[[package]] 316name = "log" 317version = "0.4.17" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 320dependencies = [ 321 "cfg-if", 322] 323 324[[package]] 325name = "malloc_buf" 326version = "0.0.6" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 329dependencies = [ 330 "libc", 331] 332 333[[package]] 334name = "metal" 335version = "0.24.0" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060" 338dependencies = [ 339 "bitflags", 340 "block", 341 "core-graphics-types", 342 "foreign-types", 343 "log", 344 "objc", 345] 346 347[[package]] 348name = "naga" 349version = "0.10.0" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "262d2840e72dbe250e8cf2f522d080988dfca624c4112c096238a4845f591707" 352dependencies = [ 353 "bit-set", 354 "bitflags", 355 "codespan-reporting", 356 "hexf-parse", 357 "indexmap", 358 "log", 359 "num-traits", 360 "rustc-hash", 361 "spirv", 362 "termcolor", 363 "thiserror", 364 "unicode-xid", 365] 366 367[[package]] 368name = "num-traits" 369version = "0.2.15" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 372dependencies = [ 373 "autocfg", 374] 375 376[[package]] 377name = "objc" 378version = "0.2.7" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 381dependencies = [ 382 "malloc_buf", 383 "objc_exception", 384] 385 386[[package]] 387name = "objc_exception" 388version = "0.1.2" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 391dependencies = [ 392 "cc", 393] 394 395[[package]] 396name = "once_cell" 397version = "1.16.0" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" 400 401[[package]] 402name = "parking_lot" 403version = "0.12.1" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 406dependencies = [ 407 "lock_api", 408 "parking_lot_core", 409] 410 411[[package]] 412name = "parking_lot_core" 413version = "0.9.4" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0" 416dependencies = [ 417 "cfg-if", 418 "libc", 419 "redox_syscall", 420 "smallvec", 421 "windows-sys", 422] 423 424[[package]] 425name = "pkg-config" 426version = "0.3.26" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 429 430[[package]] 431name = "proc-macro2" 432version = "1.0.47" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" 435dependencies = [ 436 "unicode-ident", 437] 438 439[[package]] 440name = "profiling" 441version = "1.0.7" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "74605f360ce573babfe43964cbe520294dcb081afbf8c108fc6e23036b4da2df" 444 445[[package]] 446name = "quote" 447version = "1.0.21" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 450dependencies = [ 451 "proc-macro2", 452] 453 454[[package]] 455name = "range-alloc" 456version = "0.1.2" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6" 459 460[[package]] 461name = "raw-window-handle" 462version = "0.5.0" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a" 465dependencies = [ 466 "cty", 467] 468 469[[package]] 470name = "redox_syscall" 471version = "0.2.16" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 474dependencies = [ 475 "bitflags", 476] 477 478[[package]] 479name = "renderdoc-sys" 480version = "0.7.1" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157" 483 484[[package]] 485name = "rustc-hash" 486version = "1.1.0" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 489 490[[package]] 491name = "scopeguard" 492version = "1.1.0" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 495 496[[package]] 497name = "slotmap" 498version = "1.0.6" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" 501dependencies = [ 502 "version_check", 503] 504 505[[package]] 506name = "smallvec" 507version = "1.10.0" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 510 511[[package]] 512name = "spirv" 513version = "0.2.0+1.5.4" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830" 516dependencies = [ 517 "bitflags", 518 "num-traits", 519] 520 521[[package]] 522name = "static_assertions" 523version = "1.1.0" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 526 527[[package]] 528name = "syn" 529version = "1.0.104" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce" 532dependencies = [ 533 "proc-macro2", 534 "quote", 535 "unicode-ident", 536] 537 538[[package]] 539name = "target_features" 540version = "0.1.0" 541dependencies = [ 542 "wgpu", 543] 544 545[[package]] 546name = "termcolor" 547version = "1.1.3" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 550dependencies = [ 551 "winapi-util", 552] 553 554[[package]] 555name = "thiserror" 556version = "1.0.37" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e" 559dependencies = [ 560 "thiserror-impl", 561] 562 563[[package]] 564name = "thiserror-impl" 565version = "1.0.37" 566source = "registry+https://github.com/rust-lang/crates.io-index" 567checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb" 568dependencies = [ 569 "proc-macro2", 570 "quote", 571 "syn", 572] 573 574[[package]] 575name = "unicode-ident" 576version = "1.0.5" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" 579 580[[package]] 581name = "unicode-width" 582version = "0.1.10" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 585 586[[package]] 587name = "unicode-xid" 588version = "0.2.4" 589source = "registry+https://github.com/rust-lang/crates.io-index" 590checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 591 592[[package]] 593name = "version_check" 594version = "0.9.4" 595source = "registry+https://github.com/rust-lang/crates.io-index" 596checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 597 598[[package]] 599name = "wasi" 600version = "0.11.0+wasi-snapshot-preview1" 601source = "registry+https://github.com/rust-lang/crates.io-index" 602checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 603 604[[package]] 605name = "wasm-bindgen" 606version = "0.2.83" 607source = "registry+https://github.com/rust-lang/crates.io-index" 608checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" 609dependencies = [ 610 "cfg-if", 611 "wasm-bindgen-macro", 612] 613 614[[package]] 615name = "wasm-bindgen-backend" 616version = "0.2.83" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" 619dependencies = [ 620 "bumpalo", 621 "log", 622 "once_cell", 623 "proc-macro2", 624 "quote", 625 "syn", 626 "wasm-bindgen-shared", 627] 628 629[[package]] 630name = "wasm-bindgen-futures" 631version = "0.4.33" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d" 634dependencies = [ 635 "cfg-if", 636 "js-sys", 637 "wasm-bindgen", 638 "web-sys", 639] 640 641[[package]] 642name = "wasm-bindgen-macro" 643version = "0.2.83" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" 646dependencies = [ 647 "quote", 648 "wasm-bindgen-macro-support", 649] 650 651[[package]] 652name = "wasm-bindgen-macro-support" 653version = "0.2.83" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" 656dependencies = [ 657 "proc-macro2", 658 "quote", 659 "syn", 660 "wasm-bindgen-backend", 661 "wasm-bindgen-shared", 662] 663 664[[package]] 665name = "wasm-bindgen-shared" 666version = "0.2.83" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" 669 670[[package]] 671name = "web-sys" 672version = "0.3.60" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f" 675dependencies = [ 676 "js-sys", 677 "wasm-bindgen", 678] 679 680[[package]] 681name = "wgpu" 682version = "0.14.0" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "c2272b17bffc8a0c7d53897435da7c1db587c87d3a14e8dae9cdb8d1d210fc0f" 685dependencies = [ 686 "arrayvec", 687 "js-sys", 688 "log", 689 "naga", 690 "parking_lot", 691 "raw-window-handle", 692 "smallvec", 693 "static_assertions", 694 "wasm-bindgen", 695 "wasm-bindgen-futures", 696 "web-sys", 697 "wgpu-core", 698 "wgpu-hal", 699 "wgpu-types", 700] 701 702[[package]] 703name = "wgpu-core" 704version = "0.14.0" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "73d14cad393054caf992ee02b7da6a372245d39a484f7461c1f44f6f6359bd28" 707dependencies = [ 708 "arrayvec", 709 "bit-vec", 710 "bitflags", 711 "cfg_aliases", 712 "codespan-reporting", 713 "fxhash", 714 "log", 715 "naga", 716 "parking_lot", 717 "profiling", 718 "raw-window-handle", 719 "smallvec", 720 "thiserror", 721 "web-sys", 722 "wgpu-hal", 723 "wgpu-types", 724] 725 726[[package]] 727name = "wgpu-hal" 728version = "0.14.1" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "3cc320a61acb26be4f549c9b1b53405c10a223fbfea363ec39474c32c348d12f" 731dependencies = [ 732 "android_system_properties", 733 "arrayvec", 734 "ash", 735 "bit-set", 736 "bitflags", 737 "block", 738 "core-graphics-types", 739 "d3d12", 740 "foreign-types", 741 "fxhash", 742 "glow", 743 "gpu-alloc", 744 "gpu-descriptor", 745 "js-sys", 746 "khronos-egl", 747 "libloading", 748 "log", 749 "metal", 750 "naga", 751 "objc", 752 "parking_lot", 753 "profiling", 754 "range-alloc", 755 "raw-window-handle", 756 "renderdoc-sys", 757 "smallvec", 758 "thiserror", 759 "wasm-bindgen", 760 "web-sys", 761 "wgpu-types", 762 "winapi", 763] 764 765[[package]] 766name = "wgpu-types" 767version = "0.14.1" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "fb6b28ef22cac17b9109b25b3bf8c9a103eeb293d7c5f78653979b09140375f6" 770dependencies = [ 771 "bitflags", 772] 773 774[[package]] 775name = "winapi" 776version = "0.3.9" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 779dependencies = [ 780 "winapi-i686-pc-windows-gnu", 781 "winapi-x86_64-pc-windows-gnu", 782] 783 784[[package]] 785name = "winapi-i686-pc-windows-gnu" 786version = "0.4.0" 787source = "registry+https://github.com/rust-lang/crates.io-index" 788checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 789 790[[package]] 791name = "winapi-util" 792version = "0.1.5" 793source = "registry+https://github.com/rust-lang/crates.io-index" 794checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 795dependencies = [ 796 "winapi", 797] 798 799[[package]] 800name = "winapi-x86_64-pc-windows-gnu" 801version = "0.4.0" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 804 805[[package]] 806name = "windows-sys" 807version = "0.42.0" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 810dependencies = [ 811 "windows_aarch64_gnullvm", 812 "windows_aarch64_msvc", 813 "windows_i686_gnu", 814 "windows_i686_msvc", 815 "windows_x86_64_gnu", 816 "windows_x86_64_gnullvm", 817 "windows_x86_64_msvc", 818] 819 820[[package]] 821name = "windows_aarch64_gnullvm" 822version = "0.42.0" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" 825 826[[package]] 827name = "windows_aarch64_msvc" 828version = "0.42.0" 829source = "registry+https://github.com/rust-lang/crates.io-index" 830checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" 831 832[[package]] 833name = "windows_i686_gnu" 834version = "0.42.0" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" 837 838[[package]] 839name = "windows_i686_msvc" 840version = "0.42.0" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" 843 844[[package]] 845name = "windows_x86_64_gnu" 846version = "0.42.0" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" 849 850[[package]] 851name = "windows_x86_64_gnullvm" 852version = "0.42.0" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" 855 856[[package]] 857name = "windows_x86_64_msvc" 858version = "0.42.0" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" 861