bevy_meshem 0.2.2

A crate that offers a flexible and efficient way to generate meshes from a grid of Voxels
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.bevy]
version = "0.11.0"

[dependencies.rand]
version = "0.8.5"

[package]
authors = ["Adam Kobzan <kobzan.adam@gmail.com>"]
description = "A crate that offers a flexible and efficient way to generate meshes from a grid of Voxels"
documentation = "https://docs.rs/bevy_meshem"
edition = "2021"
license = "MIT"
name = "bevy_meshem"
readme = "README.md"
repository = "https://github.com/Adamkob12/bevy_meshem"
version = "0.2.2"