amethyst-editor-sync 0.4.0

Allows an Amethyst game to connect to an editor.
1
2
3
4
5
extern crate skeptic;

fn main() {
    skeptic::generate_doc_tests(&["README.md"]);
}