1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*!
# 🗿 Moai

Rendering frame written entirely in Rust for memory safety and high performance.

## 🚧 THIS PROJECT IS IN IT'S VERY EARLY STAGES 🚧
Please don't use
## Project Focus

- Highly optimized
- Cross platform
- Ease of development
## Documentation

[docs.rs](https://docs.rs/moai/0.0.1/moai/)

*/
pub use moai_core::*;
pub use moai_window::*;