Add dialog plugin to Tauri app

Add workspace name to LayoutEngine props

Update version to 0.1.30

Implement file open dialog in Wizard
This commit is contained in:
2026-06-16 12:53:46 +07:00
parent ee845e15b3
commit 50996c929d
16 changed files with 321 additions and 25 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ members = [
[workspace.package]
edition = "2021"
version = "0.1.27"
version = "0.1.30"
[workspace.dependencies]
tokio = { version = "1", features = ["full"] }