servo/components/canvas
bors-servo d70d2708da
Auto merge of #24335 - sinkuu:unuesd_deps, r=SimonSapin
Remove unused dependencies

<!-- Please describe your changes on the following line: -->
Removes unused crates from `Cargo.toml` to (possibly) shorten build time.

---
<!-- 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)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because no semantic changes

<!-- 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/24335)
<!-- Reviewable:end -->
2019-10-01 23:45:56 -04:00
..
webgl_mode Get XR sessions to track the draw texture, so we render the XR framebuffer rather than the default canvas framebuffer 2019-07-28 10:24:38 -04:00
azure_backend.rs Fix the build and tidy and address nits 2019-08-21 19:19:43 +02:00
build.rs Print an error message if neither Canvas 2D backend is selected 2019-07-01 15:46:36 +02:00
canvas_data.rs Implement create_gradient_stops() 2019-08-29 14:17:03 +02:00
canvas_paint_thread.rs Update euclid. 2019-07-23 23:09:55 +02:00
Cargo.toml Remove unused dependencies 2019-10-01 21:15:53 +09:00
gl_context.rs webxr: Use the same texture format as the original GL context's framebuffer when creating an XR GL layer. 2019-09-20 01:28:22 -04:00
lib.rs Media crate 2019-07-04 10:25:49 +02:00
raqote_backend.rs Implement LinearGradient and RadialGradient 2019-09-17 16:58:13 +02:00
webgl_thread.rs Initial implementation of WebGLQueries 2019-10-01 12:30:24 +02:00