mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2025-10-21 19:20:34 +00:00
chore: bump version to 0.0.3
This commit is contained in:
parent
ebfb823c40
commit
70579168a2
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user