diff --git a/Cargo.toml b/Cargo.toml index 565e3691..0754566d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Jan Hohenheim "] edition = "2021" name = "foxtrot" version = "0.2.0" -license = "MIT OR Apache-2.0" +license = "MIT OR Apache-2.0" exclude = [ "dist", "build", diff --git a/src/dev.rs b/src/dev.rs index 7e276649..adda96c5 100644 --- a/src/dev.rs +++ b/src/dev.rs @@ -14,7 +14,7 @@ pub(crate) fn dev_plugin(app: &mut App) { { app.add_plugin(EditorPlugin) .insert_resource(default_editor_controls()) - .add_plugin(FrameTimeDiagnosticsPlugin::default()) + .add_plugin(FrameTimeDiagnosticsPlugin) .add_plugin(DebugLinesPlugin::default()) .fn_plugin(dev_editor_plugin) .add_plugin(LogDiagnosticsPlugin::filtered(vec![]))