Преглед изворни кода

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 }