bevy_ui_bits 0.14.0

A tiny and opinionated collection of UI components 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_ui_bits"
version = "0.14.0"
authors = ["Orlando Valverde <orlando.jesig.va@gmail.com>"]
build = false
exclude = ["assets/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tiny and opinionated collection of UI components for Bevy"
homepage = "https://github.com/septum/bevy_ui_bits"
documentation = "https://docs.rs/bevy_ui_bits"
readme = "README.md"
keywords = [
    "bevy",
    "ui",
    "components",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/septum/bevy_ui_bits"

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

[[example]]
name = "despawn"
path = "examples/despawn.rs"
required-features = ["bevy/default"]

[[example]]
name = "hud"
path = "examples/hud.rs"
required-features = ["bevy/default"]

[[example]]
name = "main_menu"
path = "examples/main_menu.rs"
required-features = ["bevy/default"]

[[example]]
name = "readme"
path = "examples/readme.rs"
required-features = ["bevy/default"]

[[example]]
name = "showcase"
path = "examples/showcase.rs"
required-features = ["bevy/default"]

[dependencies.bevy]
version = "0.18.0"
features = ["bevy_ui"]
default-features = false