rdeits / MeshCat.jl

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

Update artifact to fix Windows installation issues. #251

Closed nhz2 closed 5 months ago

nhz2 commented 7 months ago

Hello, I cannot install MeshCat.jl on Windows in a fresh depo in Julia 1.10 because of the symlinks contained in the meshcat artifact. See also, #249 and #248

This PR updates the artifact to the current version of meshcat which doesn't have this issue. https://github.com/meshcat-dev/meshcat/pull/163

nhz2 commented 5 months ago

Closing in favor of #252