marc2332 2 years ago
parent
commit
bd0bf8110a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rink/Cargo.toml

+ 1 - 1
packages/rink/Cargo.toml

@@ -14,7 +14,7 @@ license = "MIT/Apache-2.0"
 
 [dependencies]
 dioxus-html = { path = "../html", version = "^0.3.0" }
-dioxus-native-core = { path = "../native-core", version = "^0.2.0", features = ["taffy"]}
+dioxus-native-core = { path = "../native-core", version = "^0.2.0", features = ["taffy"] }
 dioxus-native-core-macro = { path = "../native-core-macro", version = "^0.3.0" }
 
 tui = "0.17.0"