[package] name = "gfx_glyph" version = "0.17.1" authors = ["Alex Butler "] edition = "2018" description = "Fast GPU cached text rendering using gfx-rs & ab_glyph" repository = "https://github.com/alexheretic/glyph-brush" keywords = ["font", "ttf", "truetype", "gfx", "text"] license = "Apache-2.0" readme = "README.md" [dependencies] backtrace = "0.3" gfx = "0.18" gfx_core = "0.9" glyph_brush = { version = "0.7", path = "../glyph-brush" } log = "0.4" [dev-dependencies] cgmath = "0.18" env_logger = { version = "0.10", default-features = false } gfx_device_gl = "0.16" glutin = "0.30.3" glutin-winit = "0.3" old_school_gfx_glutin_ext = "0.31" spin_sleep = "1" winit = "0.28"