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