You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
renovate[bot] 2365c46534
fix(deps): update tauri monorepo to v1.4.0 (#482)
2 years ago
.changes chore: Re-add changefiles from #416 and #422 (#457) 2 years ago
.github fix(deps): update rust crate sqlx to 0.7. plugin-sql msrv is now 1.65 (#464) 2 years ago
.scripts/covector chore(deps): update dependency prettier to v3 (#467) 2 years ago
plugins fix(deps): update tauri monorepo to v1.4.0 (#482) 2 years ago
shared fix(deps): update tauri monorepo to v1.4.0 (#482) 2 years ago
.eslintignore chore: fix lint issues 2 years ago
.eslintrc.json chore: fix lint issues 2 years ago
.gitignore fix: change dist for js files, fixes #76 for yarn3 (#88) 2 years ago
.npmrc chore: update pnpm version to 7.33 (#413) 2 years ago
.prettierignore Update .prettierignore 2 years ago
Cargo.lock fix(deps): update rust crate iota-crypto to 0.22 (#475) 2 years ago
Cargo.toml fix: Bump MSRV to 1.64 (#119) 2 years ago
LICENSE.spdx add licenses 3 years ago
LICENSE_APACHE-2.0 add licenses 3 years ago
LICENSE_MIT add licenses 3 years ago
README.md chore: Add MSRV to all readmes (#255) 2 years ago
package.json chore(deps): update typescript-eslint monorepo to v6 (#481) 2 years ago
pnpm-lock.yaml fix(deps): update tauri monorepo to v1.4.0 (#482) 2 years ago
pnpm-workspace.yaml fmt 2 years ago
renovate.json chore(renovate): hard-code semnatic commit type 2 years ago
tsconfig.base.json fix: Change out dir of type declaration files, fixes #321 2 years ago

README.md

Plugins Found Here

Win Mac Lin iOS And
authenticator Interface with hardware security keys. ? ?
autostart Automatically launch your app at system startup. ? ?
fs-extra File system methods that aren't included in the core API. ? ?
fs-watch Watch the filesystem for changes. ? ?
localhost Use a localhost server in production apps. ? ?
log Configurable logging.
persisted-scope Persist runtime scope changes on the filesystem. ? ?
positioner Move windows to common locations. ? ?
single-instance Ensure a single instance of your tauri app is running. ? ? ?
sql Interface with SQL databases. ? ?
store Persistent key value storage. ? ?
stronghold Encrypted, secure database. ? ?
upload Tauri plugin for file uploads through HTTP. ? ?
websocket Open a WebSocket connection using a Rust client in JS. ? ?
window-state Persist window sizes and positions. ? ?

This repo and all plugins require a Rust version of at least 1.64