bevy_simple_rich_text 0.6.0

A tiny rich text helper 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"
name = "bevy_simple_rich_text"
version = "0.6.0"
build = false
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tiny rich text helper for Bevy"
homepage = "https://github.com/rparrett/bevy_simple_rich_text"
documentation = "https://docs.rs/bevy_simple_rich_text"
readme = "README.md"
keywords = [
    "bevy",
    "gamedev",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rparrett/bevy_simple_rich_text"

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

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

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

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

[dependencies.bevy]
version = "0.19.0"
features = [
    "bevy_ui",
    "bevy_text",
    "bevy_scene",
    "bevy_log",
]
default-features = false

[dependencies.chumsky]
version = "0.9.3"

[dev-dependencies.bevy]
version = "0.19.0"

[lints.rust]
missing_docs = "warn"