|
@@ -8256,6 +8256,30 @@ add_requires("imgui")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### implot (cross)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Immediate Mode Plotting* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/epezent/implot](https://github.com/epezent/implot) |
|
|
|
+| License | MIT |
|
|
|
+| Versions | v0.15, v0.16 |
|
|
|
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
+| Definition | [implot/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/implot/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install -p cross [--sdk=/xxx] implot
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("implot")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### implot3d (cross)
|
|
|
|
|
|
|
|
@@ -20556,7 +20580,7 @@ add_requires("sqlite-vec")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://sqlite.org/](https://sqlite.org/) |
|
|
|
| License | Public Domain |
|
|
|
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100, 3.47.0+0, 3.47.0+200, 3.47.0+100, 3.48.0+0, 3.49.0+200, 3.49.0+100, 3.49.0+0, 3.50.0+100, 3.50.0+0, 3.50.0+200, 3.50.0+400, 3.50.0+300 |
|
|
|
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0, 3.47.0+200, 3.47.0+0, 3.47.0+100, 3.48.0+0, 3.49.0+100, 3.49.0+0, 3.49.0+200, 3.50.0+200, 3.50.0+100, 3.50.0+0, 3.50.0+400, 3.50.0+300 |
|
|
|
| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
| Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
|
|
|
|
|
@@ -23881,7 +23905,7 @@ add_requires("xcb-proto")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://xgrammar.mlc.ai/](https://xgrammar.mlc.ai/) |
|
|
|
| License | Apache-2.0 |
|
|
|
-| Versions | v0.1.19, v0.1.21, v0.1.22 |
|
|
|
+| Versions | v0.1.19, v0.1.21, v0.1.22, v0.1.23 |
|
|
|
| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
|
|
|
| Definition | [xgrammar/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xgrammar/xmake.lua) |
|
|
|
|