update packages information
Seto committed
Feb 7, 2026 at 17:41 UTC
f41ff55f895a9f99f2e4dcab9b84be1922f1271c
2 files changed
+17
-2
Cargo.toml
+7
-1
@@ -1,8 +1,14 @@
1
[package]
2
name = "tauri-plugin-ios-window"
3
-version = "0.1.0"
3
+version = "1.0.0"
4
authors = [ "Seto Elkahfi <seto.elkahfi@gmail.com>" ]
5
description = "Tauri plugin for iOS window management"
6
+license = "MIT"
7
+homepage = "https://github.com/setoelkahfi/tauri-plugin-ios-window"
8
+repository = "https://github.com/setoelkahfi/tauri-plugin-ios-window"
9
+documentation = "https://docs.rs/tauri-plugin-ios-window"
10
+categories = ["api-bindings", "multimedia", "os"]
11
+keywords = ["tauri", "ios", "mobile", "plugin", "darwin", "apple"]
12
edition = "2021"
13
rust-version = "1.77.2"
14
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]
package.json
+10
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "@smbcloud/tauri-plugin-ios-window-api",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
"author": "Seto Elkahfi <seto.elkahfi@gmail.com>",
5
"description": "A Tauri plugin for opening modal windows with WebView on iOS, perfect for OAuth flows and external authentication.",
6
"homepage": "https://github.com/setoelkahfi/tauri-plugin-ios-window.git",
@@ -11,6 +11,15 @@
11
"bugs": {
12
"url": "https://github.com/setoelkahfi/tauri-plugin-ios-window/issues"
13
},
14
+ "keywords": [
15
+ "tauri",
16
+ "apple",
17
+ "plugin",
18
+ "ios",
19
+ "swift",
20
+ "darwin",
21
+ "tauri-plugin"
22
+ ],
23
"type": "module",
24
"types": "./dist-js/index.d.ts",
25
"main": "./dist-js/index.cjs",