mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-30 17:48:50 +02:00
feat: prepare v2 alpha release (#371)
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
[package]
|
||||
name = "tauri-plugin-window"
|
||||
version = "0.0.0"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
version = "1.0.0"
|
||||
edition = { workspace = true }
|
||||
authors = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
tauri.workspace = true
|
||||
serde.workspace = true
|
||||
thiserror.workspace = true
|
||||
tauri = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
|
||||
[features]
|
||||
icon-png = ["tauri/icon-png"]
|
||||
|
||||
Reference in New Issue
Block a user