font-loader 0.11.0

A font loading utility written in and for Rust.
Documentation
[dependencies.libc]
version = "0.2.15"

[package]
authors = ["MSleepyPanda <m.sleepypanda@gmail.com>"]
description = "A font loading utility written in and for Rust."
documentation = "https://docs.rs/font-loader/"
homepage = "https://github.com/matprec/rust-font-loader"
keywords = ["font", "loading", "loader", "wingdi", "fontconfig"]
license = "MIT"
name = "font-loader"
readme = "Readme.md"
repository = "https://github.com/matprec/rust-font-loader"
version = "0.11.0"
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.servo-fontconfig]
version = "0.5.0"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9"

[target."cfg(target_os = \"macos\")".dependencies.core-text]
version = "19"
[target."cfg(windows)".dependencies.winapi]
default-features = false
features = ["winuser", "wingdi"]
version = "0.3"