Includ more metadata in `Cargo.toml`

This commit is contained in:
Héctor Ramón Jiménez 2020-05-22 19:07:19 +02:00
parent 6a00722e84
commit a45400ef46
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ name = "glow_glyph"
version = "0.1.0" version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018" edition = "2018"
description = "A fast text renderer for glow, powered by glyph_brush"
license = "MIT"
keywords = ["font", "ttf", "truetype", "glow", "text"]
repository = "https://github.com/hecrj/glow_glyph"
documentation = "https://docs.rs/glow_glyph"
readme = "README.md"
[dependencies] [dependencies]
glow = "0.4" glow = "0.4"