From 65c72e90b050c4115edb7552456bedced24bdf99 Mon Sep 17 00:00:00 2001 From: Ben Frankel Date: Sun, 18 Aug 2024 19:34:05 -0700 Subject: [PATCH] Featureful -> Powerful --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 //!