mirror of
https://github.com/tauri-apps/web-view.git
synced 2026-02-04 18:31:17 +01:00
22 lines
497 B
TOML
22 lines
497 B
TOML
[package]
|
|
name = "webview-sys"
|
|
version = "0.1.4"
|
|
authors = ["Boscop"]
|
|
license = "MIT"
|
|
repository = "https://github.com/Boscop/web-view"
|
|
description = "Rust native ffi bindings for webview"
|
|
keywords = ["web", "gui", "desktop", "electron", "webkit"]
|
|
categories = ["gui", "web-programming", "api-bindings", "rendering", "visualization"]
|
|
build = "build.rs"
|
|
links = "webview"
|
|
|
|
[lib]
|
|
name = "webview_sys"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
bitflags = "1.0"
|
|
|
|
[build-dependencies]
|
|
cc = "1"
|
|
pkg-config = "0.3" |