pretext-render 0.1.0

Shaping-backed text rasterization helpers for Pretext layouts.
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 = "pretext-render"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shaping-backed text rasterization helpers for Pretext layouts."
documentation = "https://docs.rs/pretext-render"
readme = "README.md"
keywords = [
    "text",
    "raster",
    "layout",
    "font",
    "shaping",
]
categories = [
    "text-processing",
    "rendering",
]
license = "MIT"
repository = "https://github.com/foreverzmy/egui_pretext"

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

[dependencies.ahash]
version = "0.8.12"

[dependencies.lru]
version = "0.16.3"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.pretext]
version = "0.1.0"

[dependencies.tiny-skia]
version = "0.12.0"

[dependencies.ttf-parser]
version = "0.25.1"