mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 06:30:20 +00:00
Add feature gate
This commit is contained in:
parent
b73bf13577
commit
329b182e2d
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
] }
|
||||
|
|
Loading…
Reference in a new issue