Skip to main content
Module

x/webview/Cargo.toml

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
Go to Latest
File
[package]name = "webview_deno"version = "0.5.3"authors = ["Elias Sjögreen", "Filippo Rossi"]edition = "2018"
[lib]crate-type = ["cdylib"]
[dependencies]deno_core = "0.69.0"deno_json_op = "0.1.1"webview-sys = "0.6.0"
[features]default = ["webview-sys/edge"]