font-loader 0.8.0

A font loading utility written in and for rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

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