Merge mozilla-central to autoland. CLOSED TREE
[gecko.git] / gfx / wgpu_bindings / moz.yaml
blob436bdc0876342d6fdbdc576673b07692048147c3
1 # Version of this schema
2 schema: 1
4 bugzilla:
5   # Bugzilla product and component for this directory and subdirectories
6   product: Core
7   component: "Graphics: WebGPU"
9 # Document the source of externally hosted code
10 origin:
12   # Short name of the package/library
13   name: wgpu
15   description: A cross-platform pure-Rust graphics API, modeled on the WebGPU standard
17   # Full URL for the package's homepage/etc
18   # Usually different from repository url
19   url: https://github.com/gfx-rs/wgpu
21   # Human-readable identifier for this version/release
22   # Generally "version NNN", "tag SSS", "bookmark SSS"
23   release: commit 2b0e3ed01cfcc4bcccc7fd63b2581b260c00b089
25   # Revision to pull in
26   # Must be a long or short commit SHA (long preferred)
27   revision: 2b0e3ed01cfcc4bcccc7fd63b2581b260c00b089
29   license: ['MIT', 'Apache-2.0']
31 updatebot:
32     maintainer-phab: jimb
33     maintainer-bz: jimb@mozilla.com
34     tasks:
35       - type: vendoring
36         enabled: false
37         frequency: 1 week
39 vendoring:
40   url: https://github.com/gfx-rs/wgpu
41   source-hosting: github
42   vendor-directory: gfx/wgpu_bindings/
43   flavor: rust