diff --git a/src/main.rs b/src/main.rs index 0e08c42..c18dd99 100644 --- a/src/main.rs +++ b/src/main.rs @@ -40,6 +40,7 @@ fn main() { .add_plugin(HelloPlugin) .insert_resource(WinitSettings::desktop_app()) .add_startup_system(setup) + .add_system(file_drop) .add_system(button_system) .run(); } @@ -51,6 +52,14 @@ fn hello_world(time: Res