bevy_editor_iris 0.1.1

A networked editor for bevy engine
Documentation
1
2
3
4
5
use ::bevy_editor_iris::prelude::*;

fn main() {
    Editor::new().run()
}