@@ -85,6 +85,7 @@ infer = { version = "0.9", optional = true }
8585png = { version = " 0.17" , optional = true }
8686ico = { version = " 0.2.0" , optional = true }
8787encoding_rs = " 0.8.31"
88+ sys-locale = { version = " 0.2.3" , optional = true }
8889
8990[target ."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))" .dependencies ]
9091rfd = { version = " 0.10" , optional = true , features = [ " gtk3" , " common-controls-v6" ] }
@@ -142,6 +143,7 @@ updater = [
142143]
143144http-api = [ " attohttpc" ]
144145http-multipart = [ " attohttpc/multipart-form" , " reqwest/multipart" ]
146+ os-api = [ " sys-locale" ]
145147shell-open-api = [ " open" , " regex" , " tauri-macros/shell-scope" ]
146148fs-extract-api = [ " zip" ]
147149reqwest-client = [ " reqwest" , " bytes" ]
@@ -213,7 +215,7 @@ global-shortcut-all = [ "global-shortcut" ]
213215http-all = [ " http-request" ]
214216http-request = [ " http-api" ]
215217notification-all = [ " notification" , " dialog-ask" ]
216- os-all = [ " os_info" ]
218+ os-all = [ " os_info" , " os-api " ]
217219path-all = [ ]
218220process-all = [ " process-relaunch" , " process-exit" ]
219221process-exit = [ ]
0 commit comments