Tweak the description of the `gpui` crate (#4142)

Marshall Bowers created

This PR tweaks the description of the `gpui` crate, since it's now the
only version.

There can only be one!

Release Notes:

- N/A

Change summary

crates/gpui/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/gpui/Cargo.toml 🔗

@@ -3,7 +3,7 @@ name = "gpui"
 version = "0.1.0"
 edition = "2021"
 authors = ["Nathan Sobo <nathan@zed.dev>"]
-description = "The next version of Zed's GPU-accelerated UI framework"
+description = "Zed's GPU-accelerated UI framework"
 publish = false
 
 [features]