Skip to content

Commit

Permalink
Turn off edge
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Mar 10, 2020
1 parent 1912afe commit c19f584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ crate-type = ["cdylib"]

[dependencies]
deno_core = "0.35.0"
webview-sys = { version = "0.4.0", features = ["edge"] }
webview-sys = "0.4.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ webview.run();
- [ ] Tests
- [ ] Wait for the [rust bindings](https://github.com/Boscop/web-view) to update to the latest [webview](https://github.com/zserge/webview) version.
- [ ] Polyfill for new API?
- [ ] Docs

0 comments on commit c19f584

Please sign in to comment.