Skip to content

Commit

Permalink
fix: missing features
Browse files Browse the repository at this point in the history
  • Loading branch information
geofmureithi committed Feb 11, 2024
1 parent 86d181f commit a5975fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion edita/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
hirola = "0.4"
web-sys = { version = "0.3" }
web-sys = { version = "0.3", features = [
"NodeList",
"HtmlImageElement",
"Selection",
"Range",
] }
js-sys = "0.3"
wasm-bindgen = "0.2"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit a5975fd

Please sign in to comment.