[package] name = "webview_official" version = "0.2.0" authors = [ "Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming ", "Serge Zaitsev " ] readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tauri-apps/webview_rust" description = "Official Webview-org Rust bindings, a tiny cross-platform library to render web-based GUIs for desktop applications" keywords = [ "web", "gui", "desktop", "webkit" ] categories = [ "gui", "api-bindings" ] edition = "2018" [lib] name = "webview_official" path = "src/lib.rs" [[example]] name = "sample" path = "examples/sample.rs" [dependencies] webview-official-sys = { path = "webview-official-sys", version = "0.1" }