You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/window/Cargo.toml

17 lines
307 B

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