Open
Description
As an example: kiss3d
uses a specific version of nalgebra
. In order to use kiss3d
one needs to have the matching version of kiss3d
and nalgebra
in their Cargo.toml
. It is more idiomatic to reexport nalgebra
from kiss3d
so that users just need ot have kiss3d
in their Cargo.toml
and then access nalgebra
via kiss3d::nalgebra
or similar.