llimphi-text 0.1.0

Text shaping for llimphi over parley (Inter default, DejaVu Sans symbol fallback).
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "llimphi-text"
version = "0.1.0"
authors = ["Sergio <gerencia@jlsoltech.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Text shaping for llimphi over parley (Inter default, DejaVu Sans symbol fallback)."
readme = "README.md"
license = "MIT"
repository = "https://git.tawasuyu.net/tawasuyu/llimphi"

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

[[example]]
name = "bench_cache"
path = "examples/bench_cache.rs"

[[example]]
name = "hello_text"
path = "examples/hello_text.rs"

[dependencies.parley]
version = "0.6"

[dependencies.vello]
version = "0.7"

[dev-dependencies.llimphi-hal]
version = "0.1.0"

[dev-dependencies.llimphi-raster]
version = "0.1.0"

[dev-dependencies.pollster]
version = "0.4"