yoanlcq / vek

Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.
https://docs.rs/vek
Apache License 2.0
282 stars 32 forks source link

Remove unused dependency `static_assertions` #87

Closed Patiga closed 2 years ago

Patiga commented 2 years ago

The macros are no longer used anywhere in the code. I tested both building with all features and running the tests.

yoanlcq commented 2 years ago

Thanks!