gfx_glyph 0.16.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]
edition = "2018"
name = "gfx_glyph"
version = "0.16.0"
authors = ["Alex Butler <alexheretic@gmail.com>"]
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.18"

[dependencies.gfx_core]
version = "0.9"

[dependencies.glyph_brush]
version = "0.6"

[dependencies.log]
version = "0.4"
[dev-dependencies.approx]
version = "0.3"

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

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

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

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

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

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