From b1ed13671ce2bd79f118d61673b67502e59e15e7 Mon Sep 17 00:00:00 2001 From: Robin Deits Date: Wed, 11 Jul 2018 16:37:12 -0400 Subject: [PATCH] update meshcat submodule --- deps/build.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/build.jl b/deps/build.jl index b70dbac..68956b4 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 = "be9a22b26a547d83a9fe3fc31ee8788049a0413c" +const meshcat_sha = "b34c2668c94675aa582c5dc2024fdff052db9511" const meshcat_url = "https://github.com/rdeits/meshcat/archive/$meshcat_sha.zip" const assets_dir = normpath(joinpath(@__DIR__, "..", "assets"))