From 0faee89cb763a0846c16f75f53ebd0a33ed77a28 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 8 Apr 2021 18:19:34 -0400 Subject: [PATCH] Update main.rs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index b887db3..9175517 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,7 +9,7 @@ fn main() { .insert_resource(WindowDescriptor { width: 1270.0, height: 720.0, - title: String::from("rouge-like-prototype"), + title: String::from("rogue-like-prototype"), ..Default::default() }) .add_plugins(DefaultPlugins)