Auto merge of #25035 - szeged:wgpu-core, r=jdm

Replace wgpu-native with wgpu-core

<!-- Please describe your changes on the following line: -->
This addresses `1` form https://github.com/servo/servo/issues/24706#issuecomment-557891841.
cc @jdm @kvark @imiklos

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/25035)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-12-08 14:38:40 -05:00 committed by GitHub
commit 013bb662cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 130 additions and 59 deletions

9
Cargo.lock generated
View file

@ -6270,7 +6270,8 @@ dependencies = [
"malloc_size_of",
"serde",
"servo_config",
"wgpu-native",
"smallvec",
"wgpu-core",
]
[[package]]
@ -6413,9 +6414,9 @@ dependencies = [
]
[[package]]
name = "wgpu-native"
version = "0.4.0"
source = "git+https://github.com/zakorgy/wgpu?branch=v0.4#128a16b9887a60a087a9d41ff68b20ce07cf6265"
name = "wgpu-core"
version = "0.1.0"
source = "git+https://github.com/gfx-rs/wgpu#4fdb54d33a38632ee111465e4c8282dc95994aa8"
dependencies = [
"arrayvec 0.5.1",
"bitflags",