Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 098ee13

Browse files
committed
feat: opensource and mark experimental
1 parent 2a8af59 commit 098ee13

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# tauri-plugin
2-
A Tauri Plugin that contains every Invoke you need.
1+
> [!WARNING]
2+
> This is highly experimental, not ready for production usage.
3+
4+
# tauri-plugin-minecraft-essentials
5+
A Tauri Plugin that contains every Invoke for minecraft-essentials that you need.

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const COMMANDS: &[&str] = &["ping"];
1+
const COMMANDS: &[&str] = &["oauth"];
22

33
fn main() {
44
tauri_plugin::Builder::new(COMMANDS).build();

0 commit comments

Comments
 (0)