bevy_immediate_attach 0.5.1

A simple, fast, and modular immediate mode UI 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"
name = "bevy_immediate_attach"
version = "0.5.1"
authors = ["Pēteris Pakalns"]
build = false
exclude = ["/.github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple, fast, and modular immediate mode UI library for Bevy"
homepage = "https://github.com/PPakalns/bevy_immediate/"
readme = "README.md"
keywords = [
    "bevy",
    "ui",
    "immediate",
    "simple",
    "ecs",
]
categories = [
    "gui",
    "graphics",
    "game-development",
]
license = "MIT"
repository = "https://github.com/PPakalns/bevy_immediate/"

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

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

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

[dependencies.bevy_immediate_core]
version = "0.5.1"

[dependencies.log]
version = "0.4.28"