refactor(stage-tamagotchi): rewrite it in rust (#90)
* chore: create tauri project, let window transparent * chore: fix i18n * chore: remove cocoa * feat: open settings window * feat: window controls shortcuts * feat: system tray * chore: install dependencies
This commit is contained in:
Vendored
+2
-1
@@ -4,7 +4,8 @@
|
||||
"i18n-ally.localesPaths": [
|
||||
"apps/stage-web/locales",
|
||||
"apps/stage-tamagotchi/src/renderer/locales",
|
||||
"apps/stage-tamagotchi/src/main/locales"
|
||||
"apps/stage-tamagotchi/src/main/locales",
|
||||
"apps/stage-tamagotchi-tauri/locales"
|
||||
],
|
||||
"i18n-ally.sortKeys": true,
|
||||
"i18n-ally.enabledFrameworks": [
|
||||
|
||||
Reference in New Issue
Block a user