소스 검색

fix features on rink html dependency

Evan Almloff 1 년 전
부모
커밋
3eafb05d92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/rink/Cargo.toml

+ 1 - 1
packages/rink/Cargo.toml

@@ -10,7 +10,7 @@ keywords = ["dom", "ui", "gui", "react", "terminal"]
 license = "MIT OR Apache-2.0"
 
 [dependencies]
-dioxus-html = { workspace = true }
+dioxus-html = { workspace = true, features = ["serialize", "mounted"] }
 dioxus-native-core = { workspace = true, features = ["layout-attributes"] }
 dioxus-native-core-macro = { workspace = true }