Revert "Update harfbuzz, freetype, unicode-script."

This reverts commit 327fed6084.
This commit is contained in:
Josh Matthews 2020-08-04 19:16:13 -04:00
parent 10ae3bfbbb
commit 6b520850f3
5 changed files with 32 additions and 16 deletions

View file

@ -42,7 +42,7 @@ servo_arc = { path = "../servo_arc" }
servo_url = { path = "../url" }
style = { path = "../style", features = ["servo", "servo-layout-2020"] }
style_traits = { path = "../style_traits" }
unicode-script = "0.5"
unicode-script = { version = "0.3", features = ["harfbuzz"] }
webrender_api = { git = "https://github.com/servo/webrender" }
[dev-dependencies]