mirror of
https://github.com/tauri-apps/web-view.git
synced 2026-02-09 20:21:17 +01:00
the files are taken from zserge/webview webview-x branch i removed all backends except edgehtml, cleaned the files up and formatted them webview-sys builds but there are some missing symbols, this does not work yet
32 lines
848 B
TOML
32 lines
848 B
TOML
[package]
|
|
name = "web-view"
|
|
version = "0.4.5"
|
|
authors = ["Boscop"]
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
repository = "https://github.com/Boscop/web-view"
|
|
description = "Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications"
|
|
keywords = ["web", "gui", "desktop", "electron", "webkit"]
|
|
categories = ["gui", "web-programming", "api-bindings", "rendering", "visualization"]
|
|
exclude = ["examples/todo-ps/dist/**/*", "examples/elm-counter/index.html"]
|
|
|
|
[dependencies]
|
|
urlencoding = "1.0"
|
|
webview-sys = { path = "webview-sys", version = "0.1.4" }
|
|
boxfnonce = "0.1"
|
|
|
|
[features]
|
|
default = ["V1_30"]
|
|
V1_30 = []
|
|
edge = ["webview-sys/edge"]
|
|
|
|
[dev-dependencies]
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
actix-web = "1.0"
|
|
actix-rt = "0.2"
|
|
rust-embed = "5.1.0"
|
|
mime_guess = "2.0.1"
|
|
futures = "0.1"
|