rezcraft 0.2.0

Minecraft like game written in rust using wgpu, supporting both native and wasm
Documentation
1
2
3
4
5
mod model;
mod texture;

pub use model::{Draw, Material, Vertex};
pub use texture::Texture;