gfx_text 0.22.0

Draw text for gfx using freetype.
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 = "gfx_text"
version = "0.22.0"
authors = ["Kagami Hiiragi <kagami@genshiken.org>"]
description = "Draw text for gfx using freetype."
homepage = "https://github.com/PistonDevelopers/gfx_text"
documentation = "http://docs.piston.rs/gfx_text/gfx_text/"
readme = "README.md"
keywords = ["gfx", "graphics", "text", "freetype", "font"]
license = "MIT"
repository = "https://github.com/PistonDevelopers/gfx_text.git"
[dependencies.freetype-rs]
version = "0.18"

[dependencies.gfx]
version = "0.17.1"
[dev-dependencies.gfx_window_glutin]
version = "0.20.0"

[dev-dependencies.glutin]
version = "0.12.0"

[features]
default = ["include-font"]
include-font = []