Files
tauri-plugins-workspace/plugins/window/Cargo.toml
T
Lucas Fernandes Nogueira 7ae7167fbe feat: add init scripts (#361)
2023-05-17 18:25:56 -03:00

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 = []