rustgd / cgmath

A linear algebra and mathematics library for computer graphics.
https://docs.rs/cgmath
Apache License 2.0
1.12k stars 155 forks source link

"mint" feature not mentioned in the doc or anywhere #531

Open ifsheldon opened 3 years ago

ifsheldon commented 3 years ago

When I tried to use another crate crevice, I found the example given in its docs seems not working. The example using cgmath is here in its README. Then I found out I need to use the feature "mint" of cgmath to enable From implementations.

Although this seems not related to cgmath itself at all, I'd like to suggest you clearly mention the feature mint in your docs, because it is weird that I can turn on this feature in cargo, but I cannot find any documentation about mint feature in your docs. Maybe you have written about "mint" feature somewhere and I didn't find it. If it's so, I apologize in advance.

aloucks commented 3 years ago

A PR with the documentation of the mint feature would be welcomed.