freetype-rs 0.37.0

Bindings for FreeType font library
[[example]]
name = "glyph_outline"
path = "examples/glyph_outline.rs"

[[example]]
name = "single_glyph"
path = "examples/single_glyph.rs"
[dependencies.bitflags]
version = "2.4.0"

[dependencies.freetype-sys]
version = "0.21.0"

[dependencies.libc]
version = "0.2.1"
[dev-dependencies.unicode-normalization]
version = "0.1.0"

[features]
bundled = ["freetype-sys/bundled"]

[lib]
name = "freetype"
path = "src/lib.rs"

[package]
authors = ["Coeuvre <coeuvre@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Bindings for FreeType font library"
homepage = "https://github.com/PistonDevelopers/freetype-rs"
keywords = ["freetype", "font", "glyph"]
license = "MIT"
name = "freetype-rs"
readme = "README.md"
repository = "https://github.com/PistonDevelopers/freetype-rs.git"
version = "0.37.0"