diff --git a/Cargo.toml b/Cargo.toml index cb2a73e..757cdb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pyri_tooltip" version = "0.1.0" edition = "2021" -description = "Featureful tooltip plugin for Bevy" +description = "Powerful tooltips for Bevy" repository = "https://github.com/benfrankel/pyri_tooltip" license = "MIT OR Apache-2.0" keywords = ["ui", "game", "bevy"] diff --git a/src/lib.rs b/src/lib.rs index 6a5e638..9e80f7b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! Featureful tooltips for Bevy. +//! Powerful tooltips for Bevy. //! //! # Getting started //!