mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 22:20:19 +00:00
fix features on rink html dependency
This commit is contained in:
parent
f7451c02e8
commit
3eafb05d92
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in a new issue