|
@@ -85,6 +85,7 @@ infer = { version = "0.9", optional = true }
|
|
|
png = { version = "0.17", optional = true }
|
|
|
ico = { version = "0.2.0", optional = true }
|
|
|
encoding_rs = "0.8.31"
|
|
|
+sys-locale = { version = "0.2.3", optional = true }
|
|
|
|
|
|
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
|
|
|
rfd = { version = "0.10", optional = true, features = [ "gtk3", "common-controls-v6" ] }
|
|
@@ -142,6 +143,7 @@ updater = [
|
|
|
]
|
|
|
http-api = [ "attohttpc" ]
|
|
|
http-multipart = [ "attohttpc/multipart-form", "reqwest/multipart" ]
|
|
|
+os-api = [ "sys-locale" ]
|
|
|
shell-open-api = [ "open", "regex", "tauri-macros/shell-scope" ]
|
|
|
fs-extract-api = [ "zip" ]
|
|
|
reqwest-client = [ "reqwest", "bytes" ]
|
|
@@ -213,7 +215,7 @@ global-shortcut-all = [ "global-shortcut" ]
|
|
|
http-all = [ "http-request" ]
|
|
|
http-request = [ "http-api" ]
|
|
|
notification-all = [ "notification", "dialog-ask" ]
|
|
|
-os-all = [ "os_info" ]
|
|
|
+os-all = [ "os_info", "os-api" ]
|
|
|
path-all = [ ]
|
|
|
process-all = [ "process-relaunch", "process-exit" ]
|
|
|
process-exit = [ ]
|