From d6ade9b3a0db72d8acaf7dbf4e7fb112af30c440 Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Sat, 18 May 2024 01:03:55 +0100
Subject: [PATCH] Add metadata to Cargo.toml

---
 Cargo.toml | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 8ee37e2..a4f656a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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
-- 
GitLab