@tgrv/win32-x64 1.0.0
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 +14 -0
- package/bin/tgrv.exe +0 -0
- package/package.json +10 -0
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# ⪩ Gravity Runtime (Windows x64)
|
|
2
|
+
|
|
3
|
+
Native Windows binary for the Gravity Standalone Runtime.
|
|
4
|
+
|
|
5
|
+
This is a platform-specific distribution package. Most users should install the main CLI package instead:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g @tgrv/cli
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## 📖 Documentation
|
|
12
|
+
|
|
13
|
+
For runtime API documentation, visit:
|
|
14
|
+
**[API Reference](https://titanpl.vercel.app/docs/how-to-use/05-runtime-apis#api-reference)**
|
package/bin/tgrv.exe
ADDED
|
Binary file
|