[dependencies.bevy_app]
version = "0.15"
[dependencies.bevy_utils]
version = "0.15"
[dependencies.hephae-utils-derive]
version = "0.5"
[lib]
name = "hephae_utils"
path = "src/lib.rs"
[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"
[package]
authors = ["GlFolker"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "rendering"]
description = "Hephae's generic utility module."
edition = "2021"
keywords = ["bevy", "graphics", "render", "vertex", "batch"]
license = "MIT OR Apache-2.0"
name = "hephae-utils"
readme = "README.md"
repository = "https://github.com/GlennFolker/hephae"
rust-version = "1.83"
version = "0.5.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]