marc2332 2 年之前
父节点
当前提交
bd0bf8110a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"