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
Lucas Fernandes Nogueira 9bf98f68e7
chore(api): update @since tag to 2.0.0 (#395)
2 years ago
.cargo fix(audit): update deps, ignore advisories (#379) 2 years ago
.changes feat: prepare v2 alpha release (#371) 2 years ago
.github feat: update covector (#393) 2 years ago
.scripts feat(plugins): inject API on window.__TAURI__ (#383) 2 years ago
examples/api chore: add license headers (#384) 2 years ago
plugins chore(api): update @since tag to 2.0.0 (#395) 2 years ago
shared feat(plugins): inject API on window.__TAURI__ (#383) 2 years ago
.eslintignore feat(plugins): inject API on window.__TAURI__ (#383) 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
.prettierignore feat(plugins): inject API on window.__TAURI__ (#383) 2 years ago
Cargo.lock feat(os): add `locale` API (#391) 2 years ago
Cargo.toml feat: update to tauri 2.0.0-alpha.9 (#372) 2 years ago
LICENSE.spdx add licenses 2 years ago
LICENSE_APACHE-2.0 add licenses 2 years ago
LICENSE_MIT add licenses 2 years ago
README.md refactor: move fs-watch to fs (#369) 2 years ago
package.json feat: prepare v2 alpha release (#371) 2 years ago
pnpm-lock.yaml feat: update to tauri 2.0.0-alpha.9 (#372) 2 years ago
pnpm-workspace.yaml feat: add API example (#317) 2 years ago
renovate.json chore(renovate): hard-code semnatic commit type 2 years ago
tsconfig.base.json Run formatter on new plugins 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. ? ?
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.65