marc2332 2 năm trước cách đây
mục cha
commit
bd0bf8110a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"