mirror of
https://github.com/servo/servo.git
synced 2025-10-18 01:09:16 +01:00
Switch glutin to use the crates.io version of osmesa-sys to remove a duplicate <!-- Please describe your changes on the following line: --> This removes the use of a git reference to osmesa-sys in glutin, to use the crates.io one with the same version that is already used in servo: fabrice@fabrice-ThinkPad-X260:~/dev/servo/components/servo$ cargo tree -i -p osmesa-sys error: There are multiple `osmesa-sys` packages in your project, and the specification `osmesa-sys` is ambiguous. Please re-run this command with `-p <spec>` where `<spec>` is one of the following: https://github.com/daggerbot/osmesa-rs#osmesa-sys:0.1.2 https://github.com/rust-lang/crates.io-index#osmesa-sys:0.1.2 --- <!-- 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 this is building the same code from a different source. <!-- 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/13935) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
canvas | ||
canvas_traits | ||
compositing | ||
constellation | ||
debugger | ||
devtools | ||
devtools_traits | ||
gfx | ||
gfx_traits | ||
layout | ||
layout_thread | ||
layout_traits | ||
msg | ||
net | ||
net_traits | ||
plugins | ||
profile | ||
profile_traits | ||
range | ||
script | ||
script_layout_interface | ||
script_traits | ||
servo | ||
style | ||
style_traits | ||
util | ||
webdriver_server |