rusttype 0.2.4

A pure Rust alternative to libraries like FreeType. RustType provides an API for loading, querying and rasterising TrueType fonts. It also provides an implementation of a dynamic GPU glyph cache for hardware font rendering.
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 = "rusttype"
version = "0.2.4"
authors = ["Dylan Ede <dylanede@googlemail.com>", "Jeremy Soller <jackpot51@gmail.com>"]
exclude = ["/fonts/**"]
description = "A pure Rust alternative to libraries like FreeType.\n\nRustType provides an API for loading, querying and rasterising TrueType fonts.\n\nIt also provides an implementation of a dynamic GPU glyph cache for hardware font rendering.\n"
homepage = "https://github.com/redox-os/rusttype"
documentation = "https://docs.rs/rusttype"
readme = "README.md"
keywords = ["font", "truetype", "opentype", "ttf", "otf"]
license = "MIT / Apache-2.0"
repository = "https://github.com/redox-os/rusttype"
[dependencies.arrayvec]
version = "0.4"

[dependencies.linked-hash-map]
version = "0.5"

[dependencies.stb_truetype]
version = "0.2"
[dev-dependencies.glium]
version = "0.17"

[dev-dependencies.unicode-normalization]
version = "0.1"

[features]
bench = []