gfx_glyph 0.10.0

Fast GPU cached text rendering using gfx-rs & rusttype
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_glyph"
version = "0.10.0"
authors = ["Alex Butler <alexheretic@gmail.com>"]
exclude = ["examples/*.ttf", "examples/*.txt", "benches/*.*"]
description = "Fast GPU cached text rendering using gfx-rs & rusttype"
readme = "README.md"
keywords = ["font", "ttf", "truetype", "gfx", "text"]
license = "Apache-2.0"
repository = "https://github.com/alexheretic/gfx-glyph"
[dependencies.backtrace]
version = "0.3"

[dependencies.gfx]
version = "0.17"

[dependencies.gfx_core]
version = "0.8"

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

[dependencies.log]
version = "0.4"

[dependencies.ordered-float]
version = "0.5"

[dependencies.rusttype]
version = "0.5"
features = ["gpu_cache"]

[dependencies.twox-hash]
version = "1"

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

[dependencies.xi-unicode]
version = "0.1"
[dev-dependencies.approx]
version = "0.1"

[dev-dependencies.cgmath]
version = "0.16"

[dev-dependencies.env_logger]
version = "0.5"

[dev-dependencies.gfx_window_glutin]
version = "0.21"

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

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.spin_sleep]
version = "0.3"

[dev-dependencies.time]
version = "0.1"

[features]
bench = []
performance_stats = []