navmesh 0.12.1

NavMesh, NavNet, NavGrid, NavFreeGrid and NavIslands navigation system
Documentation
1
2
3
4
5
6
7
8
9
10
# List the just recipe list
list:
    just --list

# Mandatory checks to run before pushing changes to repository
checks:
    cargo fmt
    cargo build
    cargo clippy
    cargo test