bevy_voxel_plot 4.0.0

An efficient voxel plot with support for transparency for bevy.
Documentation
# 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"
name = "bevy_voxel_plot"
version = "4.0.0"
authors = ["Linus Leo Stöckli"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An efficient voxel plot with support for transparency for bevy."
homepage = "https://github.com/hacknus/bevy_voxel_plot"
documentation = "https://docs.rs/bevy_voxel_plot"
readme = "README.md"
keywords = [
    "bevy",
    "gui",
    "voxel",
    "plot",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/hacknus/bevy_voxel_plot"

[lib]
name = "bevy_voxel_plot"
path = "src/lib.rs"

[[example]]
name = "bevy_egui"
path = "examples/bevy_egui.rs"

[[example]]
name = "bevy_pan_orbit_camera"
path = "examples/bevy_pan_orbit_camera.rs"

[[example]]
name = "bevy_pointcloud_bunny"
path = "examples/bevy_pointcloud_bunny.rs"

[[example]]
name = "simple_cubes"
path = "examples/simple_cubes.rs"

[dependencies.bevy]
version = "0.18"

[dependencies.bytemuck]
version = "1.25"

[dev-dependencies.bevy_egui]
version = "0.39"

[dev-dependencies.bevy_panorbit_camera]
version = "0.34"