bbecs_tutorial 1.0.3

An ECS library made for a tutorial.
Documentation
1
2
3
4
5
6
#[test]
fn canary_test() {
    let first = 5;
    let second = 5;
    assert_eq!(first, second);
}