mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2025-12-31 13:42:36 +00:00
fix: project name import tests
This commit is contained in:
parent
215283f892
commit
64337f3614
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3597,7 +3597,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "the-labyrinth-of-echoes"
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"log",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "the-labyrinth-of-echoes"
|
||||
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@ -7,7 +7,7 @@ use bevy::prelude::*;
|
||||
///
|
||||
/// ```
|
||||
/// use bevy::prelude::*;
|
||||
/// use the-labyrinth-of-echoes::audio::Music;
|
||||
/// use the_labyrinth_of_echoes::audio::Music;
|
||||
///
|
||||
/// fn set_music_volume(sink_query: Query<&AudioSink, With<Music>>) {
|
||||
/// for sink in &sink_query {
|
||||
@ -25,7 +25,7 @@ pub struct Music;
|
||||
///
|
||||
/// ```
|
||||
/// use bevy::prelude::*;
|
||||
/// use the-labyrinth-of-echoes::audio::SoundEffect;
|
||||
/// use the_labyrinth_of_echoes::audio::SoundEffect;
|
||||
///
|
||||
/// fn set_sound_effect_volume(sink_query: Query<&AudioSink, With<SoundEffect>>) {
|
||||
/// for sink in &sink_query {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user