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

View file

@ -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;