Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c0f09c

Browse files
authored
fix(tauri) add missing API features, closes #1023 (#1052)
1 parent c8b167a commit 2c0f09c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changes/missing-features.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ all-api = [ "tauri-api/notification" ]
5757
read-text-file = [ ]
5858
read-binary-file = [ ]
5959
write-file = [ ]
60+
write-binary-file = [ ]
6061
read-dir = [ ]
6162
copy-file = [ ]
6263
create-dir = [ ]
@@ -71,6 +72,7 @@ event = [ ]
7172
updater = [ ]
7273
open-dialog = [ ]
7374
save-dialog = [ ]
75+
http-request = [ ]
7476
notification = [ "tauri-api/notification" ]
7577

7678
[[example]]

0 commit comments

Comments
 (0)