major/
lib.rs

1#![feature(int_roundings, box_as_ptr)]
2pub mod component;
3pub mod entity;
4
5pub struct App;