hephae 0.7.1

A personalized, opinionated Bevy plugin that adds support for drawing and batching arbitrary vertices and indices.
Documentation
[dependencies.hephae-atlas]
optional = true
version = "0.7.1"

[dependencies.hephae-locale]
optional = true
version = "0.7.1"

[dependencies.hephae-macros]
version = "0.7.1"

[dependencies.hephae-render]
version = "0.7.1"

[dependencies.hephae-text]
optional = true
version = "0.7.1"

[dependencies.hephae-ui]
optional = true
version = "0.7.1"

[dependencies.hephae-utils]
version = "0.7.1"

[dev-dependencies.bevy]
default-features = false
features = ["bevy_window", "bevy_winit", "bevy_core_pipeline", "png"]
version = "0.15"

[dev-dependencies.bytemuck]
features = ["derive"]
version = "1"

[features]
atlas = ["dep:hephae-atlas"]
default = ["atlas", "locale", "text", "ui"]
locale = ["dep:hephae-locale", "hephae-text?/locale"]
text = ["dep:hephae-text"]
ui = ["dep:hephae-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"
resolver = "2"
rust-version = "1.85"
version = "0.7.1"

[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"]