From c19f5843a6d4a4238c591cc0755aaef5d17ac53e Mon Sep 17 00:00:00 2001 From: eliassjogreen Date: Tue, 10 Mar 2020 20:38:01 +0100 Subject: [PATCH] Turn off edge --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df72e82..2358fcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index e72e36a..5497107 100644 --- a/README.md +++ b/README.md @@ -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? - \ No newline at end of file +- [ ] Docs