forked from sailfishos/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1764659: Add wgpu bindings to Updatebot r=jimb
Differential Revision: https://phabricator.services.mozilla.com/D143766
- Loading branch information
1 parent
f251e7d
commit 63ed48b
Showing
2 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# 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 0b61a191 | ||
|
||
# Revision to pull in | ||
# Must be a long or short commit SHA (long preferred) | ||
revision: 0b61a191 | ||
|
||
license: ['MIT', 'Apache-2.0'] | ||
|
||
updatebot: | ||
maintainer-phab: jimb | ||
maintainer-bz: [email protected] | ||
tasks: | ||
- type: vendoring | ||
enabled: true | ||
frequency: 1 week | ||
|
||
vendoring: | ||
url: https://github.com/gfx-rs/wgpu | ||
source-hosting: github | ||
vendor-directory: gfx/wgpu_bindings/ | ||
flavor: rust |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters