[package] name = "plotters-font-loader" version = "0.8.2" authors = ["MSleepyPanda ", "Hao Hou "] license = "MIT" readme = "Readme.md" documentation = "https://docs.rs/font-loader/" homepage = "https://github.com/MSleepyPanda/rust-font-loader" repository = "https://github.com/MSleepyPanda/rust-font-loader" keywords = ["font", "loading","loader", "wingdi", "fontconfig"] description = "A font loading utility written in and for rust. (Forked from MSleepyPanda/rust-font-loader)" [dependencies] libc = "0.2.15" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", default-features = false, features = ["winuser", "wingdi"] } [target.'cfg(target_os = "macos")'.dependencies] core-text = "10.0" core-foundation = "0.6" [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies] servo-fontconfig = "0.4.0"