فهرست منبع

fix(docs): Fix dioxus-hooks crate description (#1134)

Marc Espín 2 سال پیش
والد
کامیت
f4e1d78d7a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/hooks/Cargo.toml

+ 1 - 1
packages/hooks/Cargo.toml

@@ -3,7 +3,7 @@ name = "dioxus-hooks"
 version = "0.3.1"
 authors = ["Jonathan Kelley"]
 edition = "2018"
-description = "Dioxus VirtualDOM renderer for a remote webview instance"
+description = "Basic useful hooks for Dioxus."
 license = "MIT/Apache-2.0"
 repository = "https://github.com/DioxusLabs/dioxus/"
 homepage = "https://dioxuslabs.com"