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

How to add the bytemuck feature to my package? #553

Closed perry-blueberry closed 1 year ago

perry-blueberry commented 1 year ago

I can see that the bytemuck feature is optional for cgmath. I'm trying to add it as: cgmath = {version = "0.18", features=["bytemuck"]} but I'm getting the error:

the package mypackage depends on cgmath, with features: bytemuck but cgmath does not have these features.

perry-blueberry commented 1 year ago

Looks like the bytemuck stuff has been added on main but never published as an update to the crate or new release. Is this crate no longer maintained?