1
0
Jonathan Kelley 3 жил өмнө
parent
commit
a33f7701fc

+ 1 - 1
packages/core-macro/Cargo.toml

@@ -11,7 +11,7 @@ documentation = "https://dioxuslabs.com"
 keywords = [
     "dom",
     "ui",
-    "user interface",
+    "userinterface",
     "gui",
     "react",
     "state",

+ 2 - 2
packages/core/Cargo.toml

@@ -11,7 +11,7 @@ documentation = "https://dioxuslabs.com"
 keywords = [
     "dom",
     "ui",
-    "user interface",
+    "userinterface",
     "gui",
     "react",
     "state",
@@ -62,7 +62,7 @@ dioxus-html = { path = "../html" }
 fern = { version = "0.6.0", features = ["colored"] }
 rand = { version = "0.8.4", features = ["small_rng"] }
 simple_logger = "1.13.0"
-dioxus-core-macro = { path = "../core-macro", version ="^0.1.2"}
+dioxus-core-macro = { path = "../core-macro", version = "^0.1.2" }
 # dioxus-hooks = { path = "../hooks" }
 criterion = "0.3.5"
 

+ 1 - 1
packages/coroutines/Cargo.toml

@@ -8,7 +8,7 @@ documentation = "https://dioxuslabs.com"
 keywords = [
     "dom",
     "ui",
-    "user interface",
+    "userinterface",
     "gui",
     "react",
     "state",

+ 2 - 2
packages/desktop/Cargo.toml

@@ -11,7 +11,7 @@ documentation = "https://dioxuslabs.com"
 keywords = [
     "dom",
     "ui",
-    "user interface",
+    "userinterface",
     "gui",
     "react",
     "state",
@@ -23,7 +23,7 @@ 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", features = ["serialize"] }
+dioxus-core = { path = "../core", version = "^0.1.3", features = ["serialize"] }
 argh = "0.1.4"
 serde = "1.0.120"
 serde_json = "1.0.61"

+ 1 - 1
packages/hooks/Cargo.toml

@@ -9,7 +9,7 @@ documentation = "https://dioxuslabs.com"
 keywords = [
     "dom",
     "ui",
-    "user interface",
+    "userinterface",
     "gui",
     "react",
     "state",

+ 2 - 2
packages/html/Cargo.toml

@@ -11,7 +11,7 @@ documentation = "https://dioxuslabs.com"
 keywords = [
     "dom",
     "ui",
-    "user interface",
+    "userinterface",
     "gui",
     "react",
     "state",
@@ -23,7 +23,7 @@ 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"}
+dioxus-core = { path = "../core", version = "^0.1.3" }
 # Serialize the Edits for use in Webview/Liveview instances
 serde = { version = "1", features = ["derive"], optional = true }
 serde_repr = { version = "0.1.7", optional = true }

+ 1 - 1
packages/liveview/Cargo.toml

@@ -8,7 +8,7 @@ documentation = "https://dioxuslabs.com"
 keywords = [
     "dom",
     "ui",
-    "user interface",
+    "userinterface",
     "gui",
     "react",
     "state",

+ 2 - 2
packages/mobile/Cargo.toml

@@ -9,7 +9,7 @@ documentation = "https://dioxuslabs.com"
 keywords = [
     "dom",
     "ui",
-    "user interface",
+    "userinterface",
     "gui",
     "react",
     "state",
@@ -23,7 +23,7 @@ keywords = [
 [dependencies]
 anyhow = "1.0"
 # cacao = { git = "https://github.com/ryanmcgrath/cacao" }
-dioxus-core = { path = "../core", version ="^0.1.3"}
+dioxus-core = { path = "../core", version = "^0.1.3" }
 log = "0.4.14"
 serde = "1.0.126"
 serde_json = "1.0.64"

+ 4 - 4
packages/router/Cargo.toml

@@ -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",

+ 2 - 2
packages/ssr/Cargo.toml

@@ -11,7 +11,7 @@ documentation = "https://dioxuslabs.com"
 keywords = [
     "dom",
     "ui",
-    "user interface",
+    "userinterface",
     "gui",
     "react",
     "state",
@@ -24,7 +24,7 @@ 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", features = ["serialize"] }
+dioxus-core = { path = "../core", version = "^0.1.3", features = ["serialize"] }
 
 
 [dev-dependencies]

+ 2 - 2
packages/web/Cargo.toml

@@ -11,7 +11,7 @@ documentation = "https://dioxuslabs.com"
 keywords = [
     "dom",
     "ui",
-    "user interface",
+    "userinterface",
     "gui",
     "react",
     "state",
@@ -23,7 +23,7 @@ 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"}
+dioxus-core = { path = "../core", version = "^0.1.3" }
 dioxus-html = { path = "../html" }
 js-sys = "0.3"
 # wasm-bindgen-shared = { path = "../../../Tinkering/wasm-bindgen/crates/shared" }