mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Upgrade to the new harfbuzz-sys crate
This commit is contained in:
parent
a72d7a4f52
commit
062493fac6
6 changed files with 64 additions and 71 deletions
|
@ -52,7 +52,7 @@ extern crate gfx_traits;
|
|||
|
||||
// Eventually we would like the shaper to be pluggable, as many operating systems have their own
|
||||
// shapers. For now, however, this is a hard dependency.
|
||||
extern crate harfbuzz;
|
||||
extern crate harfbuzz_sys as harfbuzz;
|
||||
|
||||
extern crate ipc_channel;
|
||||
extern crate layers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue