Skip to content

Commit

Permalink
declare WebSockets compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Feb 18, 2020
1 parent 44e9240 commit ab6e901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Parameters = "0.10, 0.11, 0.12"
Requires = "0.5, 1"
Rotations = "0.8, 0.9, 0.10, 0.11, 0.13"
StaticArrays = "0.10, 0.11, 0.12"
WebSockets = "1"
julia = "0.7, 1"

[extras]
Expand Down

2 comments on commit ab6e901

@rdeits
Copy link
Owner Author

@rdeits rdeits commented on ab6e901 Feb 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

  • Removes dependency on WebIO
    • MeshCat is now built directly on Mux.jl, HTTP.jl, and WebSockets.jl, rather than using WebIO for its communication layer. This should improve performance and stability.
    • Compatibility with other WebIO tools is maintained via Requires.jl
  • Adds support for Jupyterlab, ElectronDisplay, and VSCode, in addition to existing Jupyter, Juno, and Blink support.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/9673

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.0 -m "<description of version>" ab6e90170616a8bcf1a42587455df04630c5246e
git push origin v0.10.0

Please sign in to comment.