|
@@ -10,7 +10,7 @@ documentation = "https://dioxuslabs.com"
|
|
|
keywords = [
|
|
|
"dom",
|
|
|
"ui",
|
|
|
- "user interface",
|
|
|
+ "userinterface",
|
|
|
"gui",
|
|
|
"react",
|
|
|
"state",
|
|
@@ -22,9 +22,9 @@ keywords = [
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
[dependencies]
|
|
|
-dioxus-core = { path = "../core", version ="^0.1.3", default-features = false }
|
|
|
-dioxus-html = { path = "../html", version ="^0.1.0", default-features = false }
|
|
|
-dioxus-core-macro = { path = "../core-macro", version ="^0.1.2"}
|
|
|
+dioxus-core = { path = "../core", version = "^0.1.3", default-features = false }
|
|
|
+dioxus-html = { path = "../html", version = "^0.1.0", default-features = false }
|
|
|
+dioxus-core-macro = { path = "../core-macro", version = "^0.1.2" }
|
|
|
|
|
|
web-sys = { version = "0.3", features = [
|
|
|
"Attr",
|