https://github.com/ahkohd/tauri-toolkit
A workspace of libraries and plugins for @tauri-apps
https://github.com/ahkohd/tauri-toolkit
rust-lang tauri-app tauri-plugin
Last synced: about 1 year ago
JSON representation
A workspace of libraries and plugins for @tauri-apps
- Host: GitHub
- URL: https://github.com/ahkohd/tauri-toolkit
- Owner: ahkohd
- License: apache-2.0
- Created: 2023-11-23T01:03:42.000Z (over 2 years ago)
- Default Branch: v2
- Last Pushed: 2025-04-15T19:43:09.000Z (about 1 year ago)
- Last Synced: 2025-04-15T20:40:53.697Z (about 1 year ago)
- Topics: rust-lang, tauri-app, tauri-plugin
- Language: Rust
- Homepage:
- Size: 6.32 MB
- Stars: 35
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE-2.0
Awesome Lists containing this project
README
# Libraries Found Here
| | | Win | Mac | Lin | iOS | And |
| ------------------------------------------ | --------------------------------------------------------- | --- | --- | --- | --- | --- |
| [app-icon](libs/app-icon) | Get the app icon from an app bundle. | ✅ | ✅ | ? | ? | ? |
| [monitor](libs/monitor) | Get information about monitors. | ? | ✅ | ? | ? | ? |
| [menubar](libs/menubar) | Get information about menubar. | ? | ✅ | ? | ? | ? |
| [popover](libs/popover) | Add popover view to `WebviewWindow`. | ? | ✅ | ? | ? | ? |
| [border](libs/border) | Add border to `WebviewWindow`. | ? | ✅ | ? | ? | ? |
| [system-notification](libs/system-notification) | Listen to System or Workspace notification. | ? | ✅ | ? | ? | ? |
| [share-picker](libs/share-picker) | Show a share picker. | ? | ✅ | ? | ? | ? |
| [toast](libs/toast) | Show a toast. | ? | ✅ | ? | ? | ? |
_This repo and all plugins require a Rust version of at least __1.64___