chore: bump version to 0.0.3

This commit is contained in:
Kristofers Solo 2024-09-17 22:10:24 +03:00
parent ebfb823c40
commit 70579168a2
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3597,7 +3597,7 @@ dependencies = [
[[package]] [[package]]
name = "the-labyrinth-of-echoes" name = "the-labyrinth-of-echoes"
version = "0.0.1" version = "0.0.3"
dependencies = [ dependencies = [
"bevy", "bevy",
"log", "log",

View File

@ -1,7 +1,7 @@
[package] [package]
name = "the-labyrinth-of-echoes" name = "the-labyrinth-of-echoes"
authors = ["Kristofers Solo <dev@kristofers.xyz>"] authors = ["Kristofers Solo <dev@kristofers.xyz>"]
version = "0.0.1" version = "0.0.3"
edition = "2021" edition = "2021"
[dependencies] [dependencies]

View File

@ -37,7 +37,7 @@ impl Plugin for AppPlugin {
}) })
.set(WindowPlugin { .set(WindowPlugin {
primary_window: Window { primary_window: Window {
title: "The Labyrinth Of Echoes".to_string(), title: "The Labyrinth of Echoes".to_string(),
canvas: Some("#bevy".to_string()), canvas: Some("#bevy".to_string()),
fit_canvas_to_parent: true, fit_canvas_to_parent: true,
prevent_default_event_handling: true, prevent_default_event_handling: true,