amethyst / editor-core

Crate that allows an Amethyst game to communicate with an editor.
Other
44 stars 10 forks source link

Update to Amethyst 0.10 #42

Closed randomPoison closed 5 years ago

randomPoison commented 5 years ago

People trying to use this crate with the latest version of Amethyst (currently 0.10) are getting compiler errors due to version mismatches between the version of Amethyst that they're using and the version that amethyst-editor-sync is depending on. We need to update to use the latest version and publish a new version of amethyst-editor-sync.

randomPoison commented 5 years ago

This relates to #39.