Includ more metadata in `Cargo.toml`
This commit is contained in:
parent
6a00722e84
commit
a45400ef46
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue