tauri-plugin-ntb 1.0.0

A Tauri plugin for custom title bars
Documentation
[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.5.1"

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
version = "2.9.2"

[dependencies.thiserror]
version = "2"

[lib]
name = "tauri_plugin_ntb"
path = "src/lib.rs"

[package]
authors = ["Efdhruhfuwvy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A Tauri plugin for custom title bars"
edition = "2021"
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]
license = "MIT"
links = "tauri-plugin-ntb"
name = "tauri-plugin-ntb"
readme = "README.md"
rust-version = "1.77.2"
version = "1.0.0"

[target.'cfg(target_os = "linux")'.dependencies.dconf_rs]
version = "0.3.0"

[target.'cfg(target_os = "linux")'.dependencies.gvdb]
version = "0.9.0"

[target.'cfg(target_os = "linux")'.dependencies.homedir]
version = "0.3.5"

[target.'cfg(target_os = "linux")'.dependencies.linicon]
version = "2.3.0"

[target.'cfg(target_os = "linux")'.dependencies.regex]
version = "1.12.2"

[target.'cfg(target_os = "linux")'.dependencies.xml_dom]
version = "0.2.8"

[target.'cfg(target_os = "linux")'.dependencies.zvariant]
version = "5.8.0"

[target.'cfg(target_os = "windows")'.dependencies.enigo]
version = "0.6.1"