glyph_brush 0.4.3

Fast cached text render library using 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]
edition = "2018"
name = "glyph_brush"
version = "0.4.3"
authors = ["Alex Butler <alexheretic@gmail.com>"]
description = "Fast cached text render library using rusttype"
readme = "README.md"
keywords = ["font", "ttf", "truetype", "text"]
license = "Apache-2.0"
repository = "https://github.com/alexheretic/gfx-glyph"
[dependencies.full_rusttype]
version = "0.7.5"
features = ["gpu_cache"]
package = "rusttype"

[dependencies.glyph_brush_layout]
version = "0.1.5"

[dependencies.hashbrown]
version = "0.3"

[dependencies.log]
version = "0.4.4"

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

[dependencies.twox-hash]
version = "1"
[dev-dependencies.env_logger]
version = "0.6"
default-features = false

[dev-dependencies.gl]
version = "0.12"

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

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

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