mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use xml-rs instead of rcdom for Android font list parsing
This commit is contained in:
parent
e26530341b
commit
4f8cfd9b48
5 changed files with 125 additions and 128 deletions
|
@ -36,6 +36,7 @@ mod freetype {
|
|||
#[cfg(target_os = "android")]
|
||||
mod android {
|
||||
pub mod font_list;
|
||||
mod xml;
|
||||
}
|
||||
#[cfg(target_os = "android")]
|
||||
pub use self::android::font_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue