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"