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
pub mod calculate;
pub mod constants;
#[cfg(all(not(feature = "web"), feature = "js_runtime"))]
pub mod convert;
#[cfg(all(not(feature = "web"), feature = "js_runtime"))]
pub mod dispatch_event;
pub mod hit_test;
pub mod walk;