mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
17 lines
307 B
TOML
17 lines
307 B
TOML
[package]
|
|
name = "tauri-plugin-window"
|
|
version = "0.0.0"
|
|
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 = []
|