feat: update dependencies

This commit is contained in:
Jonas Kruckenberg 2023-12-14 11:15:03 +01:00
parent 55fe1d144f
commit 3e087bd257
No known key found for this signature in database
GPG key ID: 55B37D49677B1FAC
16 changed files with 2004 additions and 474 deletions

View file

@ -88,9 +88,18 @@ async function tempdir() {
}
});
}
async function locale() {
return invokeTauriCommand({
__tauriModule: "Os",
message: {
cmd: "locale"
}
});
}
export {
EOL,
arch,
locale,
platform,
tempdir,
type,