We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b167a commit 2c0f09cCopy full SHA for 2c0f09c
2 files changed
.changes/missing-features.md
@@ -0,0 +1,5 @@
1
+---
2
+"tauri": patch"
3
4
+
5
+Adds missing APIs features from `allowlist` to the tauri crate's manifest file.
tauri/Cargo.toml
@@ -57,6 +57,7 @@ all-api = [ "tauri-api/notification" ]
57
read-text-file = [ ]
58
read-binary-file = [ ]
59
write-file = [ ]
60
+write-binary-file = [ ]
61
read-dir = [ ]
62
copy-file = [ ]
63
create-dir = [ ]
@@ -71,6 +72,7 @@ event = [ ]
71
72
updater = [ ]
73
open-dialog = [ ]
74
save-dialog = [ ]
75
+http-request = [ ]
76
notification = [ "tauri-api/notification" ]
77
78
[[example]]
0 commit comments