diff --git a/src/main.rs b/src/main.rs index 6d53e79..6f389e7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -38,7 +38,7 @@ fn main() { .add_plugins(( DefaultPlugins.set(WindowPlugin { primary_window: Some(Window { - title: format!("{} {}", titlecase(PKGNAME), VERSION).into(), + title: format!("{} {}", titlecase(PKGNAME), VERSION), mode: WindowMode::Fullscreen, ..default() }),