[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.0.0-rc"
[dependencies.anyhow]
version = "1.0"
[dependencies.serde]
version = "1.0"
[dependencies.tauri]
version = "2.0.0-rc"
[lib]
name = "tauri_plugin_decorum"
path = "src/lib.rs"
[package]
authors = ["Siddharth <siddharth99c@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Opnionated window decoration controls for Tauri apps."
edition = "2021"
exclude = ["/examples", "/webview-dist", "/webview-src", "/node_modules"]
homepage = "https://github.com/clearlysid/tauri-plugin-decorum"
license = "MIT"
links = "tauri-plugin-decorum"
name = "tauri-plugin-decorum"
readme = "README.md"
repository = "https://github.com/clearlysid/tauri-plugin-decorum"
rust-version = "1.70"
version = "1.1.1"
[target.'cfg(target_os = "linux")'.dependencies.linicon]
version = "2.3.0"
[target.'cfg(target_os = "macos")'.dependencies.cocoa]
version = "0.25"
[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2"
[target.'cfg(target_os = "macos")'.dependencies.rand]
version = "^0.8"
[target.'cfg(target_os = "windows")'.dependencies.enigo]
version = "0.1.3"