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.7.0-pre.0"authors = ["Elias Sjögreen", "Filippo Rossi"]edition = "2018"
[lib]path = "src/bindings.rs"crate-type = ["cdylib"]
[dependencies]webview-official-sys = "0.1.2"once_cell = "1.9.0"