mirror of
https://github.com/tauri-apps/tauri-plugin-window.git
synced 2026-02-04 02:41:21 +01:00
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6105038807 Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
21 lines
459 B
TOML
21 lines
459 B
TOML
[package]
|
|
name = "tauri-plugin-window"
|
|
version = "2.0.0-alpha.2"
|
|
description = "Interact with the Tauri window."
|
|
edition = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[package.metadata.docs.rs]
|
|
features = [ "tauri/dox" ]
|
|
|
|
[dependencies]
|
|
tauri = { workspace = true }
|
|
serde = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
[features]
|
|
icon-png = [ "tauri/icon-png" ]
|
|
icon-ico = [ "tauri/icon-ico" ]
|
|
devtools = [ ]
|