bevy_pretty_text 0.4.1

Text effect library for Bevy
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 = "2024"
rust-version = "1.89.0"
name = "bevy_pretty_text"
version = "0.4.1"
authors = ["Nic Ball <balln13572@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Text effect library for Bevy"
readme = "README.md"
keywords = [
    "gamedev",
    "rendering",
    "bevy",
    "text",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/void-scape/pretty-text"

[features]
serialize = []

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

[dependencies.bevy]
version = "0.18"
features = [
    "std",
    "bevy_log",
    "bevy_ui_render",
]
default-features = false

[dependencies.bevy_reflect]
version = "0.18"
features = ["reflect_documentation"]

[dependencies.bytemuck]
version = "1.22"
features = ["derive"]

[dependencies.dyn-clone]
version = "1.0"

[dependencies.pretty_text_macros]
version = "0.4.0"

[dependencies.pretty_text_parser]
version = "0.3.0"

[dependencies.rand]
version = "0.9"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dependencies.winnow]
version = "0.7.11"