refactor: remove stagnant same-type conversion
Former-commit-id: bf5e80b064ec5762c55b89f1ed689e5fc12ce143
This commit is contained in:
parent
c2699199ec
commit
47d92158c1
|
@ -38,7 +38,7 @@ fn main() {
|
||||||
.add_plugins((
|
.add_plugins((
|
||||||
DefaultPlugins.set(WindowPlugin {
|
DefaultPlugins.set(WindowPlugin {
|
||||||
primary_window: Some(Window {
|
primary_window: Some(Window {
|
||||||
title: format!("{} {}", titlecase(PKGNAME), VERSION).into(),
|
title: format!("{} {}", titlecase(PKGNAME), VERSION),
|
||||||
mode: WindowMode::Fullscreen,
|
mode: WindowMode::Fullscreen,
|
||||||
..default()
|
..default()
|
||||||
}),
|
}),
|
||||||
|
|
Reference in a new issue