mirror of
https://github.com/tauri-apps/reserved-plugins.git
synced 2026-01-31 00:55:19 +01:00
12 lines
667 B
Markdown
12 lines
667 B
Markdown
<img src="https://github.com/tauri-apps/tauri/blob/dev/.github/splash.png?raw=true" alt="Tauri" />
|
|
|
|
# Reserved Tauri Plugins
|
|
|
|
These are plugins with reserved names that are registered by us to prevent intentional or unintentional confusion.
|
|
Currently only two names are reserved, `core` and `tauri`. This is to reserve an officially named plugin for some unspecified future use, and the `core` plugin is reserved due to being used as a namespace for built-in plugins inside the [`tauri`] crate.
|
|
See the [plugin documentation] for developing your own plugins.
|
|
|
|
[`tauri`]: https://crates.io/crates/tauri
|
|
|
|
[plugin documentation]: https://beta.tauri.app/develop/plugins/
|