openrr / urdf-viz

visualize URDF/XACRO file, URDF Viewer works on Windows/MacOS/Linux
Apache License 2.0
413 stars 56 forks source link

Use namespaced feature (dep:) instead of renaming assimp crate #235

Closed taiki-e closed 8 months ago

taiki-e commented 8 months ago

We renamed assimp crate in Cargo.toml due to the limitation that a feature cannot have the same name as a dependency, but namespaced features (dep: syntax) added in 1.60 allow to work around this limitation.