Explorar el Código

fix(tauri) add missing API features, closes #1023 (#1052)

Lucas Fernandes Nogueira hace 4 años
padre
commit
2c0f09c85c
Se han modificado 2 ficheros con 7 adiciones y 0 borrados
  1. 5 0
      .changes/missing-features.md
  2. 2 0
      tauri/Cargo.toml

+ 5 - 0
.changes/missing-features.md

@@ -0,0 +1,5 @@
+---
+"tauri": patch"
+---
+
+Adds missing APIs features from `allowlist` to the tauri crate's manifest file.

+ 2 - 0
tauri/Cargo.toml

@@ -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 = [ ]
@@ -71,6 +72,7 @@ event = [ ]
 updater = [ ]
 open-dialog = [ ]
 save-dialog = [ ]
+http-request = [ ]
 notification = [ "tauri-api/notification" ]
 
 [[example]]