bevy_cube_marcher 0.5.2

A shader-based marching cubes implementation for Bevy
Documentation
# bevy_cube_marcher

[![Crates.io](https://img.shields.io/crates/v/bevy_cube_marcher)](https://crates.io/crates/bevy_cube_marcher)
[![Docs](https://docs.rs/bevy_cube_marcher/badge.svg)](https://docs.rs/bevy_cube_marcher)

A marching cubes implementation for Bevy for the CPU and GPU.

## Getting started

Check the [docs](https://docs.rs/bevy_cube_marcher),
[examples](https://git.dragonfox.dev/DragonFoxCollective/bevy_cube_marcher/src/branch/main/examples),
and [example assets](https://git.dragonfox.dev/DragonFoxCollective/bevy_cube_marcher/src/branch/main/assets)!

## Bevy compatibility

| bevy  | bevy_cube_marcher |
|-------|-------------------|
| 0.18  | 0.4               |
| 0.19  | 0.5               |