bevy_easy_ui 0.1.1

A declarative, fluent builder-pattern abstraction layer on top of Bevy's UI system and Bevy UI Text Input.
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 = "bevy_easy_ui"
version = "0.1.1"
build = false
exclude = [
    "/target",
    "/assets",
    "**/*.rs.bk",
    "Cargo.lock.bak",
    ".github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A declarative, fluent builder-pattern abstraction layer on top of Bevy's UI system and Bevy UI Text Input."
readme = "README.md"
keywords = [
    "bevy",
    "ui",
    "builder",
    "gamedev",
]
categories = [
    "gui",
    "game-development",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nv-dev-labs/bevy_easy_ui"

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

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

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

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

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

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

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

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

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

[dependencies.bevy]
version = "0.18.1"

[dependencies.bevy_ui_text_input]
version = "0.7.0"