new mention popup in composer

This commit is contained in:
Ren Amamiya
2023-09-03 08:43:08 +07:00
parent a4cf65e7c2
commit 39b7b34bb7
10 changed files with 67 additions and 187 deletions

View File

@@ -16,7 +16,7 @@ tauri-build = { version = "1.4.0", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.0", features = [
tauri = { version = "1.4.0", features = [ "fs-read-dir", "fs-read-file",
"window-start-dragging",
"path-all",
"http-all",