@choochmeque/tauri-plugin-iap-api 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
# WARNING: WORK IS STILL IN PROGRESS. NOT READY FOR PRODUCTION YET
|
|
1
|
+
# ⚠️ WARNING: WORK IS STILL IN PROGRESS. NOT READY FOR PRODUCTION YET
|
|
2
|
+
|
|
3
|
+
[](https://badge.fury.io/js/@choochmeque%2Ftauri-plugin-iap-api)
|
|
4
|
+

|
|
2
5
|
|
|
3
6
|
|
|
4
7
|
# Tauri Plugin IAP
|
|
@@ -27,7 +30,7 @@ Add the plugin to your Tauri project:
|
|
|
27
30
|
|
|
28
31
|
```toml
|
|
29
32
|
[dependencies]
|
|
30
|
-
tauri-plugin-iap =
|
|
33
|
+
tauri-plugin-iap = "0.1"
|
|
31
34
|
```
|
|
32
35
|
|
|
33
36
|
Register the plugin in your Tauri app:
|