Bug 1901464 part 3: Implement ITextProvider::GetVisibleRanges. r=nlapre
[gecko.git] / tools / lint / test / files / updatebot / cargo-mismatch.yaml
blobac18d2b87c2a7dab9d657aa803decdf2823849c1
1 ---
2 # Version of this schema
3 schema: 1
5 bugzilla:
6   # Bugzilla product and component for this directory and subdirectories
7   product: Core
8   component: "Graphics: WebGPU"
10 # Document the source of externally hosted code
11 origin:
13   # Short name of the package/library
14   name: wgpu
16   description: A cross-platform pure-Rust graphics API
18   # Full URL for the package's homepage/etc
19   # Usually different from repository url
20   url: https://github.com/gfx-rs/wgpu
22   # Human-readable identifier for this version/release
23   # Generally "version NNN", "tag SSS", "bookmark SSS"
24   release: commit 32af4f56
26   # Revision to pull in
27   # Must be a long or short commit SHA (long preferred)
28   revision: idontmatchanything
30   license: ['MIT', 'Apache-2.0']
32 updatebot:
33   maintainer-phab: jimb
34   maintainer-bz: jimb@mozilla.com
35   tasks:
36     - type: vendoring
37       enabled: true
38       frequency: 1 week
40 vendoring:
41   url: https://github.com/gfx-rs/wgpu
42   source-hosting: github
43   vendor-directory: gfx/wgpu_bindings/
44   flavor: rust