webview-sys 0.5.0

Rust native ffi bindings for webview
Documentation
[build-dependencies.cc]
version = "1"

[build-dependencies.pkg-config]
version = "0.3"

[features]
edge = []

[lib]
name = "webview_sys"
path = "lib.rs"

[package]
authors = ["Boscop", "zxey <r.hozak@seznam.cz>"]
build = "build.rs"
categories = ["gui", "web-programming", "api-bindings", "rendering", "visualization"]
description = "Rust native ffi bindings for webview"
edition = "2018"
keywords = ["web", "gui", "desktop", "electron", "webkit"]
license = "MIT"
links = "webview"
name = "webview-sys"
repository = "https://github.com/Boscop/web-view"
version = "0.5.0"
[target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.gdk-sys]
version = "0.9"

[target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.gio-sys]
version = "0.9"

[target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.glib-sys]
version = "0.9"

[target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.gobject-sys]
version = "0.9"

[target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.gtk-sys]
version = "0.9"

[target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.javascriptcore-rs-sys]
version = "0.2"

[target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.libc]
version = "0.2"

[target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.webkit2gtk-sys]
features = ["v2_8"]
version = "0.10"