[dependencies.hephae-atlas]
optional = true
version = "0.7.2"
[dependencies.hephae-locale]
optional = true
version = "0.7.2"
[dependencies.hephae-plugins]
version = "0.7.2"
[dependencies.hephae-render]
version = "0.7.2"
[dependencies.hephae-text]
optional = true
version = "0.7.2"
[dependencies.hephae-ui]
optional = true
version = "0.7.2"
[dependencies.hephae-utils]
version = "0.7.2"
[dev-dependencies.bevy]
default-features = false
features = ["bevy_window", "bevy_winit", "bevy_core_pipeline", "png"]
version = "0.15"
[features]
atlas = ["dep:hephae-atlas", "hephae-plugins/atlas"]
default = ["atlas", "locale", "text", "ui"]
locale = ["dep:hephae-locale", "hephae-text?/locale", "hephae-plugins/locale"]
text = ["dep:hephae-text", "hephae-ui?/text", "hephae-plugins/text"]
ui = ["dep:hephae-ui", "hephae-plugins/ui"]
[lib]
name = "hephae"
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 = "A personalized, opinionated Bevy plugin that adds support for drawing and batching arbitrary vertices and indices."
edition = "2024"
exclude = ["assets", "examples"]
license = "MIT OR Apache-2.0"
name = "hephae"
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"]