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"