moz.yaml (751B)
1 schema: 1 2 3 bugzilla: 4 product: Core 5 component: "Graphics: WebGPU" 6 7 origin: 8 name: wgpu 9 description: A cross-platform pure-Rust graphics API, modeled on the WebGPU standard 10 url: https://github.com/gfx-rs/wgpu 11 release: a2c8c0de7cdb57a74070ce70b9912e853893d502 (2025-12-23T21:09:17Z). 12 revision: a2c8c0de7cdb57a74070ce70b9912e853893d502 13 license: ['MIT', 'Apache-2.0'] 14 15 updatebot: 16 maintainer-phab: "#webgpu-reviewers" 17 maintainer-bz: jimb@mozilla.com 18 try-preset: webgpu 19 tasks: 20 - type: vendoring 21 enabled: false 22 frequency: 1 week 23 blocking: 1851881 # webgpu-update-wgpu 24 25 vendoring: 26 url: https://github.com/gfx-rs/wgpu 27 source-hosting: github 28 vendor-directory: gfx/wgpu_bindings/ 29 flavor: rust