hai_core 0.7.0

Core implementation of Hai game engine, and general 2D rendering library using WebGPU as well.
Documentation
1
2
3
4
5
6
7
8
9
mod container;
mod node;
mod null_renderer;
mod texture;

pub use container::*;
pub use node::*;
pub use null_renderer::*;
pub use texture::*;