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

reenable caret versions instead of tilde versions #55

Closed xMAC94x closed 4 years ago

xMAC94x commented 4 years ago

Hi, i haven't found the reason why vek switched to tilde back in 2017, but maybe returning back to caret version might be a good thing

yoanlcq commented 4 years ago

Hi,

I agree. This came from a misunderstanding on my part; Back then, I thought tilde requirements were safer, but now, re-reading the doc about dependencies, I must admit that caret requirements are probably better, for the reasons you mentioned.

Let's merge, and I'll publish a new version with these changes. Thanks for the PR!

xMAC94x commented 4 years ago

Thank you very much, it will keep the dependency list for our projects much cleaner :)

yoanlcq commented 4 years ago

Anytime! The new version, 0.11.1 is now available with these changes.