From 44860501d13e9164f21461897a9ed5c46f00483b Mon Sep 17 00:00:00 2001 From: Robin Deits Date: Wed, 20 Nov 2019 21:57:32 -0500 Subject: [PATCH] Update meshcat to get https://github.com/rdeits/meshcat/pull/64 Fixes #132 --- deps/build.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/build.jl b/deps/build.jl index 529e0d4..2ea9bf7 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -2,7 +2,7 @@ using Base.Filesystem using BinDeps: unpack_cmd, download_cmd -const meshcat_sha = "ae82a610f6774afc26257bd4bc510b746f297214" +const meshcat_sha = "9fa020fd110a09be44dcb4522b9ce55ef671f34c" const meshcat_url = "https://github.com/rdeits/meshcat/archive/$meshcat_sha.zip" const assets_dir = normpath(joinpath(@__DIR__, "..", "assets"))