WaDelma / poisson

n-dimensional poisson-disk distribution generation for rust.
MIT License
10 stars 8 forks source link

Moved from using nalgebra to using alga #11

Closed WaDelma closed 7 years ago

WaDelma commented 7 years ago

This PR moves the library from using nalgebra directly to using alga which new versions of nalgebra use.

The library can now be used with any library that provides vectors and works with alga.