Add metadata to Cargo.toml
... | @@ -2,6 +2,11 @@ | ... | @@ -2,6 +2,11 @@ |
name = "micro_bevy_splash" | name = "micro_bevy_splash" | ||
version = "0.1.0" | version = "0.1.0" | ||
edition = "2021" | edition = "2021" | ||
description = "Simple, one-shot logo splash screen for Bevy" | |||
authors = [ | |||
"Louis Capitanchik <louis@microhacks.co.uk>" | |||
] | |||
repository = "https://lab.lcr.gr/microhacks/bevy-splash" | |||
[dependencies] | [dependencies] | ||
log = "0.4.21" | log = "0.4.21" | ||
... | @@ -18,12 +23,3 @@ bevy_math = "0.13" | ... | @@ -18,12 +23,3 @@ bevy_math = "0.13" |
bevy_transform = "0.13" | bevy_transform = "0.13" | ||
bevy_time = "0.13" | bevy_time = "0.13" | ||
bevy_hierarchy = "0.13" | bevy_hierarchy = "0.13" | ||
#[dependencies.bevy] | |||
#version = "0.13" | |||
#default-features = false | |||
#features = [ | |||
# "bevy_render", | |||
# "bevy_sprite", | |||
# "bevy_text" | |||
#] | |||
\ No newline at end of file |
Please register or sign in to comment