rdeits / MeshCat.jl

WebGL-based 3D visualizer in Julia
MIT License
233 stars 42 forks source link

Update Rotations compat #213

Closed bjack205 closed 2 years ago

bjack205 commented 2 years ago

Since the latest version of MeshCat uses the new QuatRotation in Rotations.jl, it's not compatible with version 1.0 of Rotations, since that renaming was done in v1.1. This PR bumps the compatibility requirement up to v1.1 to avoid errors when precompiling with Rotations v1.0.

rdeits commented 2 years ago

thanks!

rdeits commented 2 years ago

I'm updating the General registry to reflect this change too: https://github.com/JuliaRegistries/General/pull/51753