mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
7c3b826317
Differential Revision: https://phabricator.services.mozilla.com/D192950
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
# Version of this schema
|
|
schema: 1
|
|
|
|
bugzilla:
|
|
# Bugzilla product and component for this directory and subdirectories
|
|
product: Core
|
|
component: "Graphics: WebGPU"
|
|
|
|
# Document the source of externally hosted code
|
|
origin:
|
|
|
|
# Short name of the package/library
|
|
name: wgpu
|
|
|
|
description: A cross-platform pure-Rust graphics API, modeled on the WebGPU standard
|
|
|
|
# Full URL for the package's homepage/etc
|
|
# Usually different from repository url
|
|
url: https://github.com/gfx-rs/wgpu
|
|
|
|
# Human-readable identifier for this version/release
|
|
# Generally "version NNN", "tag SSS", "bookmark SSS"
|
|
release: commit ba3d6898f18c25bb5a2b8ba18790134b97758e83
|
|
|
|
# Revision to pull in
|
|
# Must be a long or short commit SHA (long preferred)
|
|
revision: ba3d6898f18c25bb5a2b8ba18790134b97758e83
|
|
|
|
license: ['MIT', 'Apache-2.0']
|
|
|
|
updatebot:
|
|
maintainer-phab: jimb
|
|
maintainer-bz: jimb@mozilla.com
|
|
tasks:
|
|
- type: vendoring
|
|
enabled: false
|
|
frequency: 1 week
|
|
|
|
vendoring:
|
|
url: https://github.com/gfx-rs/wgpu
|
|
source-hosting: github
|
|
vendor-directory: gfx/wgpu_bindings/
|
|
flavor: rust
|