andriyDev / landmass

A navigation system for video games written in Rust.
Apache License 2.0
14 stars 1 forks source link

Revert "Create LocalCollisionAvoidance trait to allow different implementations of avoidance" #12

Closed andriyDev closed 1 year ago

andriyDev commented 1 year ago

This was a bad idea. It prevented Archipelago from being Send + Sync, and once that restriction was added, the test broke anyway. I'll have to rethink this.

Also bumps to v0.1.1.