pretext-egui 0.1.0

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

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

[dependencies.ahash]
version = "0.8.12"

[dependencies.egui]
version = "0.34.1"

[dependencies.image]
version = "0.25.10"

[dependencies.lru]
version = "0.16.3"

[dependencies.pretext]
version = "0.1.0"

[dependencies.pretext-render]
version = "0.1.0"

[dependencies.resvg]
version = "0.47.0"

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

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

[dependencies.unicode-segmentation]
version = "1.13.2"