Skip to content

Commit

Permalink
fix(tauri) add missing API features, closes #1023 (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Oct 18, 2020
1 parent c8b167a commit 2c0f09c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/missing-features.md
@@ -0,0 +1,5 @@
---
"tauri": patch"
---

Adds missing APIs features from `allowlist` to the tauri crate's manifest file.
2 changes: 2 additions & 0 deletions tauri/Cargo.toml
Expand Up @@ -57,6 +57,7 @@ all-api = [ "tauri-api/notification" ]
read-text-file = [ ]
read-binary-file = [ ]
write-file = [ ]
write-binary-file = [ ]
read-dir = [ ]
copy-file = [ ]
create-dir = [ ]
Expand All @@ -71,6 +72,7 @@ event = [ ]
updater = [ ]
open-dialog = [ ]
save-dialog = [ ]
http-request = [ ]
notification = [ "tauri-api/notification" ]

[[example]]
Expand Down

0 comments on commit 2c0f09c

Please sign in to comment.