Pārlūkot izejas kodu

fix features on rink html dependency

Evan Almloff 1 gadu atpakaļ
vecāks
revīzija
3eafb05d92
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 }