ITADN

`glam` being pulled twice for `0.29` and `0.30`

#117Closedhukasu 创建于 2025-09-18
H
hukasucommented
`polyanya` is failing to compile on my machine due to missing import of `Vec3Swizzles`, even though the file clearly has it. Looking at the dependecy tree i see that there is 2 versions of glam being added by `polyanya`, `0.29` directly and `0.30` through `rerecast`. ``` ?> cargo tree -i glam@0.29.3 glam v0.29.3 └── polyanya v0.14.0 (*) ``` ``` ?> cargo tree -i glam@0.30.6 glam v0.30.6 └── rerecast v0.1.2 └── polyanya v0.14.0 └── vleue_navigator v0.13.0 └── navmesh v0.0.0 (?/examples/navmesh) ```
关闭于 2025-09-18 1 条评论