Enable watch feature for tauri-plugin-fs
This commit is contained in:
parent
c40c6c78a8
commit
e17b3f3851
|
|
@ -24,7 +24,7 @@ tauri-plugin-opener = "2"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
tauri-plugin-dialog = "2.6.0"
|
tauri-plugin-dialog = "2.6.0"
|
||||||
tauri-plugin-fs = "2.4.5"
|
tauri-plugin-fs = { version = "2.4.5", features = ["watch"] }
|
||||||
zstd = "0.13"
|
zstd = "0.13"
|
||||||
zip = { version = "2", default-features = false }
|
zip = { version = "2", default-features = false }
|
||||||
font-kit = "0.14.3"
|
font-kit = "0.14.3"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue