fix features on rink html dependency

This commit is contained in:
Evan Almloff 2023-08-31 16:34:27 -05:00
parent f7451c02e8
commit 3eafb05d92

View file

@ -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 }