Преглед изворни кода

autoupdate docs by xmake-repo/ci

ruki пре 3 година
родитељ
комит
920b48e057
11 измењених фајлова са 207 додато и 24 уклоњено
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 38 1
      mirror/packages/linux.html
  4. 38 1
      mirror/packages/macosx.html
  5. 38 1
      mirror/packages/windows.html
  6. 25 1
      packages/linux.md
  7. 25 1
      packages/macosx.md
  8. 25 1
      packages/windows.md
  9. 14 14
      sitemap.xml
  10. 1 1
      zh-cn/_coverpage.md
  11. 1 1
      zh-cn/_sidebar.md

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: functionalplus, mpmcqueue, sqlpp11**
+- **Recently added: raygui, functionalplus, mpmcqueue**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (572)
+- Packages (573)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 38 - 1
mirror/packages/linux.html

@@ -15734,6 +15734,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="rayguilinux">raygui (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple and easy-to-use immediate-mode gui library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/raysan5/raygui">https://github.com/raysan5/raygui</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/raygui/xmake.lua">raygui/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install raygui
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("raygui")
+</code></pre>
 <h3 id="rayliblinux">raylib (linux)</h3>
 <table>
 <thead>
@@ -15749,7 +15786,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.5.0, 3.0.0, 3.5.0, 3.7.0</td>
+<td>2.5.0, 3.0.0, 3.5.0, 3.7.0, 4.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/macosx.html

@@ -14709,6 +14709,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="rayguimacosx">raygui (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple and easy-to-use immediate-mode gui library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/raysan5/raygui">https://github.com/raysan5/raygui</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/raygui/xmake.lua">raygui/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install raygui
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("raygui")
+</code></pre>
 <h3 id="raylibmacosx">raylib (macosx)</h3>
 <table>
 <thead>
@@ -14724,7 +14761,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.5.0, 3.0.0, 3.5.0, 3.7.0</td>
+<td>2.5.0, 3.0.0, 3.5.0, 3.7.0, 4.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/windows.html

@@ -12497,6 +12497,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="rayguiwindows">raygui (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A simple and easy-to-use immediate-mode gui library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/raysan5/raygui">https://github.com/raysan5/raygui</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/raygui/xmake.lua">raygui/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install raygui
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("raygui")
+</code></pre>
 <h3 id="raylibwindows">raylib (windows)</h3>
 <table>
 <thead>
@@ -12512,7 +12549,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.5.0, 3.0.0, 3.5.0, 3.7.0</td>
+<td>2.5.0, 3.0.0, 3.5.0, 3.7.0, 4.0.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 25 - 1
packages/linux.md

@@ -10527,13 +10527,37 @@ add_requires("rapidjson")
 ```
 
 
+### raygui (linux)
+
+
+| Description | *A simple and easy-to-use immediate-mode gui library* |
+| -- | -- |
+| Homepage | [https://github.com/raysan5/raygui](https://github.com/raysan5/raygui) |
+| License | zlib |
+| Versions | 3.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [raygui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/raygui/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install raygui
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("raygui")
+```
+
+
 ### raylib (linux)
 
 
 | Description | *A simple and easy-to-use library to enjoy videogames programming.* |
 | -- | -- |
 | Homepage | [http://www.raylib.com](http://www.raylib.com) |
-| Versions | 2.5.0, 3.0.0, 3.5.0, 3.7.0 |
+| Versions | 2.5.0, 3.0.0, 3.5.0, 3.7.0, 4.0.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [raylib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/raylib/xmake.lua) |
 

+ 25 - 1
packages/macosx.md

@@ -9843,13 +9843,37 @@ add_requires("rapidjson")
 ```
 
 
+### raygui (macosx)
+
+
+| Description | *A simple and easy-to-use immediate-mode gui library* |
+| -- | -- |
+| Homepage | [https://github.com/raysan5/raygui](https://github.com/raysan5/raygui) |
+| License | zlib |
+| Versions | 3.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [raygui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/raygui/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install raygui
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("raygui")
+```
+
+
 ### raylib (macosx)
 
 
 | Description | *A simple and easy-to-use library to enjoy videogames programming.* |
 | -- | -- |
 | Homepage | [http://www.raylib.com](http://www.raylib.com) |
-| Versions | 2.5.0, 3.0.0, 3.5.0, 3.7.0 |
+| Versions | 2.5.0, 3.0.0, 3.5.0, 3.7.0, 4.0.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [raylib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/raylib/xmake.lua) |
 

+ 25 - 1
packages/windows.md

@@ -8324,13 +8324,37 @@ add_requires("rapidjson")
 ```
 
 
+### raygui (windows)
+
+
+| Description | *A simple and easy-to-use immediate-mode gui library* |
+| -- | -- |
+| Homepage | [https://github.com/raysan5/raygui](https://github.com/raysan5/raygui) |
+| License | zlib |
+| Versions | 3.0 |
+| Architectures | x64, x86 |
+| Definition | [raygui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/raygui/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install raygui
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("raygui")
+```
+
+
 ### raylib (windows)
 
 
 | Description | *A simple and easy-to-use library to enjoy videogames programming.* |
 | -- | -- |
 | Homepage | [http://www.raylib.com](http://www.raylib.com) |
-| Versions | 2.5.0, 3.0.0, 3.5.0, 3.7.0 |
+| Versions | 2.5.0, 3.0.0, 3.5.0, 3.7.0, 4.0.0 |
 | Architectures | x64, x86 |
 | Definition | [raylib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/raylib/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-30T02:56:24+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-30T02:56:26+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-30T02:56:26+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-30T02:56:26+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-30T02:56:26+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-30T02:56:27+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-30T02:56:27+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-30T02:56:27+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-30T02:56:28+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-30T02:56:28+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-30T02:56:28+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-30T02:56:29+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-30T02:56:29+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-30T02:56:29+08:00</lastmod>
+  <lastmod>2021-12-30T03:15:38+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: functionalplus, mpmcqueue, sqlpp11**
+- **Recently added: raygui, functionalplus, mpmcqueue**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (572)
+- 包列表 (573)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)