Add feature gate

This commit is contained in:
Aster 2022-04-24 11:48:15 +08:00
parent b73bf13577
commit 329b182e2d

View file

@ -12,7 +12,7 @@ keywords = ["dom", "ui", "gui", "react", "wasm"]
[dependencies]
dioxus-core = { path = "../core", version = "^0.2.0" }
dioxus-html = { path = "../html", version = "^0.2.0" }
dioxus-html = { path = "../html", version = "^0.2.0", features = ["wasm-bind"] }
dioxus-interpreter-js = { path = "../interpreter", version = "^0.2.0", features = [
"web",
] }