winload-rust-bin 0.1.12-beta.2 → 0.1.12-rc.3
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/package.json +7 -7
- package/readme.md +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "winload-rust-bin",
|
|
3
|
-
"version": "0.1.12-
|
|
3
|
+
"version": "0.1.12-rc.3",
|
|
4
4
|
"description": "Network Load Monitor — nload-like TUI tool for Windows/Linux/macOS (prebuilt Rust binary)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@vincentzyuapps/winload-win32-x64": "0.1.12-
|
|
37
|
-
"@vincentzyuapps/winload-win32-arm64": "0.1.12-
|
|
38
|
-
"@vincentzyuapps/winload-linux-x64": "0.1.12-
|
|
39
|
-
"@vincentzyuapps/winload-linux-arm64": "0.1.12-
|
|
40
|
-
"@vincentzyuapps/winload-darwin-x64": "0.1.12-
|
|
41
|
-
"@vincentzyuapps/winload-darwin-arm64": "0.1.12-
|
|
36
|
+
"@vincentzyuapps/winload-win32-x64": "0.1.12-rc.3",
|
|
37
|
+
"@vincentzyuapps/winload-win32-arm64": "0.1.12-rc.3",
|
|
38
|
+
"@vincentzyuapps/winload-linux-x64": "0.1.12-rc.3",
|
|
39
|
+
"@vincentzyuapps/winload-linux-arm64": "0.1.12-rc.3",
|
|
40
|
+
"@vincentzyuapps/winload-darwin-x64": "0.1.12-rc.3",
|
|
41
|
+
"@vincentzyuapps/winload-darwin-arm64": "0.1.12-rc.3"
|
|
42
42
|
}
|
|
43
43
|
}
|
package/readme.md
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
> **[📖 日本語](readme.jp.md)**
|
|
13
13
|
> **[📖 한국어](readme.ko.md)**
|
|
14
14
|
|
|
15
|
-
[](https://github.com/VincentZyuApps/winload)
|
|
16
|
+
[](https://gitee.com/vincent-zyu/winload)
|
|
17
17
|
|
|
18
18
|
[](https://github.com/VincentZyuApps/winload/releases)
|
|
19
19
|
[](https://github.com/VincentZyuApps/winload/releases)
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
[](https://github.com/VincentZyuApps/winload/releases)
|
|
22
22
|
|
|
23
23
|
[](https://pypi.org/project/winload/)
|
|
24
|
-
[](https://pypi.org/project/winload/)
|
|
24
|
+
[](https://pypi.org/project/winload/)
|
|
25
25
|
|
|
26
26
|
[](https://crates.io/crates/winload)
|
|
27
27
|
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
[](https://aur.archlinux.org/packages/winload-rust-bin)
|
|
32
32
|
[](https://github.com/VincentZyuApps/winload/releases)
|
|
33
33
|
[](https://github.com/VincentZyuApps/winload/releases)
|
|
34
|
-
[](https://github.com/VincentZyuApps/homebrew-tap/blob/main/Formula/winload.rb)
|
|
35
35
|
|
|
36
36
|
> **[📖 Build Docs](.github/workflows/build.md)**
|
|
37
37
|
|
|
@@ -87,8 +87,8 @@ pip install winload
|
|
|
87
87
|
# https://gitee.com/wangnov/uv-custom/releases
|
|
88
88
|
uv venv --python 3.13
|
|
89
89
|
uv pip install winload
|
|
90
|
-
uv run winload
|
|
91
90
|
uv run python -c "import shutil; print(shutil.which('winload'))"
|
|
91
|
+
uv run winload
|
|
92
92
|
```
|
|
93
93
|
|
|
94
94
|
## 📥 Rust Edition Installation (recommended)
|