Skip to content
Snippets Groups Projects
Verified Commit d6ade9b3 authored by Louis's avatar Louis :fire:
Browse files

Add metadata to Cargo.toml

parent b249d990
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,11 @@
name = "micro_bevy_splash"
version = "0.1.0"
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]
log = "0.4.21"
......@@ -18,12 +23,3 @@ bevy_math = "0.13"
bevy_transform = "0.13"
bevy_time = "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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment