From 7f34a72304e1a48f485547bae4f2fd3fad02d49d Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Thu, 29 Feb 2024 16:43:04 +0100 Subject: [PATCH] Add description --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7831bfb..28fce5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,7 @@ keywords = ["bevy","ui"] repository = "https://github.com/Leinnan/bevy_simple_scroll_view" homepage = "https://github.com/Leinnan/bevy_simple_scroll_view" license = "MIT OR Apache-2.0" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = "Simple to use plugin implementing ScrollView into Bevy engine." [dependencies.bevy] version = "0.13"