Use xml-rs instead of rcdom for Android font list parsing

This commit is contained in:
Simon Sapin 2019-10-23 14:55:23 +02:00 committed by Anthony Ramine
parent e26530341b
commit 4f8cfd9b48
5 changed files with 125 additions and 128 deletions

2
Cargo.lock generated
View file

@ -1532,7 +1532,7 @@ dependencies = [
"unicode-script",
"webrender_api",
"xi-unicode",
"xml5ever",
"xml-rs",
]
[[package]]