[dependencies.bevy_app]
version = "0.15"
[dependencies.bevy_core_pipeline]
version = "0.15"
[dependencies.bevy_ecs]
version = "0.15"
[dependencies.bevy_hierarchy]
version = "0.15"
[dependencies.bevy_math]
version = "0.15"
[dependencies.bevy_reflect]
version = "0.15"
[dependencies.bevy_render]
version = "0.15"
[dependencies.bevy_transform]
version = "0.15"
[dependencies.hephae-text]
optional = true
version = "0.7.2"
[dependencies.hephae-utils]
version = "0.7.2"
[dependencies.taffy]
default-features = false
features = ["std", "flexbox", "block_layout", "content_size"]
version = "0.7"
[features]
default = ["text"]
text = ["dep:hephae-text"]
[lib]
name = "hephae_ui"
path = "src/lib.rs"
[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(docsrs_dep)"]
level = "allow"
priority = 0
[package]
authors = ["GlFolker"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Hephae's UI module, powered by Taffy."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "hephae-ui"
readme = "README.md"
repository = "https://github.com/GlennFolker/hephae"
rust-version = "1.85"
version = "0.7.2"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustc-args = ["--cfg", "docsrs_dep"]
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition"]