glvisualize: checkout packages in add_backend
This commit is contained in:
parent
a0aa702725
commit
31ea149820
@ -76,7 +76,7 @@ function add_backend(::GLVisualizeBackend)
|
|||||||
end
|
end
|
||||||
|
|
||||||
# TODO: remove this section when the tagged versions catch up
|
# TODO: remove this section when the tagged versions catch up
|
||||||
for pkg in ["GLWindow", "GLAbstraction", "GLVisualize", "GeometryTypes"]
|
for pkg in ["GLWindow", "GLAbstraction", "GLVisualize", "GeometryTypes", "FixedSizeArrays"]
|
||||||
warn("Running Pkg.checkout(\"$pkg\"). To revert, run Pkg.free(\"$pkg\")")
|
warn("Running Pkg.checkout(\"$pkg\"). To revert, run Pkg.free(\"$pkg\")")
|
||||||
Pkg.checkout(pkg)
|
Pkg.checkout(pkg)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user