fast-surface-nets-rs icon indicating copy to clipboard operation
fast-surface-nets-rs copied to clipboard

Added feature delegation of glam/core-simd and glam/fast-math

Open eadf opened this issue 3 months ago • 0 comments

This way we can enable these glam features on the glam version fsn is using, regardless of version.

cargo tree -f "{p} {f}" tested with the feature delegation flags:

├── fast-surface-nets v0.2.1 (fast-surface-nets-rs_eadf) glam-core-simd,glam-fast-math
│   ├── glam v0.29.3 core-simd,default,fast-math,std

and without:

├── fast-surface-nets v0.2.1 (fast-surface-nets-rs_eadf) 
│   ├── glam v0.29.3 default,std

eadf avatar Nov 15 '25 14:11 eadf