webview2 0.1.3

Rust bindings for WebView2
Documentation
[dependencies.com]
version = "0.2.0"

[dependencies.once_cell]
version = "1.3.1"

[dependencies.webview2-sys]
version = "0.1.0"

[dependencies.widestring]
version = "0.4.0"

[dependencies.winapi]
features = ["combaseapi", "shellapi", "winerror"]
version = "0.3.8"
[dev-dependencies.native-windows-gui]
features = ["high-dpi"]
version = "1.0.4"

[dev-dependencies.winapi]
features = ["libloaderapi"]
version = "0.3.9"

[dev-dependencies.winit]
version = "0.24.0"

[package]
authors = ["Yin Guanhao <sopium@mysterious.site>"]
description = "Rust bindings for WebView2"
edition = "2018"
license = "MIT"
name = "webview2"
repository = "https://github.com/sopium/webview2"
resolver = "2"
version = "0.1.3"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]