diff --git a/Cargo.lock b/Cargo.lock index d60e648..3dbaade 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3597,7 +3597,7 @@ dependencies = [ [[package]] name = "the-labyrinth-of-echoes" -version = "0.0.1" +version = "0.0.3" dependencies = [ "bevy", "log", diff --git a/Cargo.toml b/Cargo.toml index 272de97..92fd13f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "the-labyrinth-of-echoes" authors = ["Kristofers Solo "] -version = "0.0.1" +version = "0.0.3" edition = "2021" [dependencies] diff --git a/src/lib.rs b/src/lib.rs index ce0492c..8da505d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -37,7 +37,7 @@ impl Plugin for AppPlugin { }) .set(WindowPlugin { primary_window: Window { - title: "The Labyrinth Of Echoes".to_string(), + title: "The Labyrinth of Echoes".to_string(), canvas: Some("#bevy".to_string()), fit_canvas_to_parent: true, prevent_default_event_handling: true,