axedom 0.1.0-alpha.1

Official entry crate for Axedom, a WASM-first runtime platform with ECS and UI (alpha).
Documentation
1
2
3
4
5
6
7
//! Official entry crate for the Axedom WASM-first runtime platform (alpha).

#![warn(missing_docs)]

mod spec;

pub use spec::*;