mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
18 lines
404 B
TOML
18 lines
404 B
TOML
[package]
|
|
name = "tauri-plugin-window"
|
|
version = "2.0.0-alpha.0"
|
|
description = "Interact with the Tauri window."
|
|
edition = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[dependencies]
|
|
tauri = { workspace = true }
|
|
serde = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
[features]
|
|
icon-png = [ "tauri/icon-png" ]
|
|
icon-ico = [ "tauri/icon-ico" ]
|
|
devtools = [ ]
|