tauri-runtime-wry 0.1.1

Wry bindings to the Tauri runtime
Documentation
[dependencies.image]
version = "0.23"

[dependencies.tauri-runtime]
version = "0.1.1"

[dependencies.tauri-utils]
version = "1.0.0-beta.0"

[dependencies.uuid]
features = ["v4"]
version = "0.8.2"

[dependencies.wry]
default-features = false
features = ["file-drop", "protocol", "win32"]
version = "0.9.2"

[features]
dox = ["wry/dox"]
menu = ["wry/menu", "tauri-runtime/menu"]
system-tray = ["wry/tray", "tauri-runtime/system-tray"]

[package]
authors = ["Tauri Programme within The Commons Conservancy"]
categories = ["gui", "web-programming"]
description = "Wry bindings to the Tauri runtime"
edition = "2018"
exclude = [".license_template", "CHANGELOG.md", "/target"]
homepage = "https://tauri.studio"
license = "Apache-2.0 OR MIT"
name = "tauri-runtime-wry"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
version = "0.1.1"