|
@@ -3,13 +3,11 @@ name = "dioxus-desktop"
|
|
|
version = "0.3.0"
|
|
|
authors = ["Jonathan Kelley"]
|
|
|
edition = "2018"
|
|
|
-description = "Dioxus VirtualDOM renderer for a remote webview instance"
|
|
|
+description = "WebView renderer for Dioxus"
|
|
|
license = "MIT/Apache-2.0"
|
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
|
|
-homepage = "https://dioxuslabs.com"
|
|
|
-documentation = "https://dioxuslabs.com"
|
|
|
+homepage = "https://dioxuslabs.com/docs/0.3/guide/en/getting_started/desktop.html"
|
|
|
keywords = ["dom", "ui", "gui", "react"]
|
|
|
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
[dependencies]
|
|
|
dioxus-core = { workspace = true, features = ["serialize"] }
|