Closed
Bug 1318745
Opened 9 years ago
Closed 9 years ago
Get rid of servo-freetype-sys from third_party/rust
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla54
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | affected |
People
(Reporter: kats, Assigned: kats)
References
Details
(Whiteboard: [gfx-noted])
Right now running |mach vendor rust| still pulls in servo-freetype-sys (which is massive) even though we don't need it on any desktop platform. It gets pulled in because of [1] which is Android-only. Should be easy to drop.
[1] https://hg.mozilla.org/projects/graphics/file/7366f433e57d/gfx/webrender/Cargo.toml#l32
| Assignee | ||
Comment 1•9 years ago
|
||
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/projects/graphics/rev/f203c19819d8
Drop servo-freetype-sys dependency on Android. r=morris?
https://hg.mozilla.org/projects/graphics/rev/cdc06165e8cd
Re-vendor rust to remove servo-freetype-sys. r=autogenerated
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•9 years ago
|
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•