# 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 = "2021" rust-version = "1.81" name = "hephae" version = "0.1.1" authors = ["GlFolker "] build = false exclude = [ "assets", "examples", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A personalized, opinionated Bevy plugin that adds support for drawing and batching arbitrary vertices and indices." readme = "README.md" keywords = [ "bevy", "graphics", "render", "vertex", "batch", ] categories = [ "graphics", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GlennFolker/hephae" [package.metadata.docs.rs] all-features = true [lib] name = "hephae" path = "src/lib.rs" [dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_render", ] default-features = false [dependencies.bytemuck] version = "1" features = [ "align_offset", "derive", "min_const_generics", "wasm_simd", "aarch64_simd", ] [dependencies.dashmap] version = "6" features = ["inline"] [dependencies.fixedbitset] version = "0.5" [dependencies.guillotiere] version = "0.6" optional = true [dependencies.radsort] version = "0.1" optional = true [dependencies.ron] version = "0.8" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" optional = true [dev-dependencies.bevy] version = "0.14" features = [ "bevy_winit", "png", "multi_threaded", "x11", "file_watcher", "trace", ] default-features = false [features] atlas = [ "dep:guillotiere", "dep:radsort", "dep:ron", "dep:serde", "dep:thiserror", ] default = ["atlas"]