pretty_text_effects 0.1.0

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

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

[dependencies.bevy]
version = "0.16"
features = [
    "std",
    "bevy_log",
    "bevy_asset",
    "bevy_color",
    "bevy_core_pipeline",
    "bevy_render",
    "bevy_sprite",
    "bevy_text",
    "bevy_window",
    "bevy_winit",
    "default_font",
    "x11",
]
default-features = false

[dependencies.pretty_text]
version = "0.1.0"

[dependencies.pretty_text_macros]
version = "0.1.0"

[dependencies.rand]
version = "0.9.1"