Procházet zdrojové kódy

autoupdate docs by xmake-repo/ci

ruki před 2 roky
rodič
revize
4b0d1a7cee

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: brpc, aws-sdk-cpp, sophus**
+- **Recently added: xege, brpc, aws-sdk-cpp**
 
 [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 (763)
+- Packages (764)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/mingw.html

@@ -10875,6 +10875,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xbyak")
 </code></pre>
+<h3 id="xegemingw">xege (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Easy Graphics Engine, a lite graphics library in Windows</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xege.org">https://xege.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.08.31</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xege/xmake.lua">xege/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] xege
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xege")
+</code></pre>
 <h3 id="xxhashmingw">xxhash (mingw)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -20460,6 +20460,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xbyak")
 </code></pre>
+<h3 id="xegewindows">xege (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Easy Graphics Engine, a lite graphics library in Windows</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xege.org">https://xege.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2020.08.31</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xege/xmake.lua">xege/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xege
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xege")
+</code></pre>
 <h3 id="xercescwindows">xerces-c (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/mingw.md

@@ -7234,6 +7234,30 @@ add_requires("xbyak")
 ```
 
 
+### xege (mingw)
+
+
+| Description | *Easy Graphics Engine, a lite graphics library in Windows* |
+| -- | -- |
+| Homepage | [https://xege.org](https://xege.org) |
+| License | LGPL-2.1 |
+| Versions | v2020.08.31 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [xege/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xege/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] xege
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xege")
+```
+
+
 ### xxhash (mingw)
 
 

+ 24 - 0
packages/windows.md

@@ -13585,6 +13585,30 @@ add_requires("xbyak")
 ```
 
 
+### xege (windows)
+
+
+| Description | *Easy Graphics Engine, a lite graphics library in Windows* |
+| -- | -- |
+| Homepage | [https://xege.org](https://xege.org) |
+| License | LGPL-2.1 |
+| Versions | v2020.08.31 |
+| Architectures | arm64, x64, x86 |
+| Definition | [xege/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xege/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xege
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xege")
+```
+
+
 ### xerces-c (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-10-17T09:30:23+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-10-17T09:30:26+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-10-17T09:30:26+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-10-17T09:30:26+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-10-17T09:30:27+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-10-17T09:30:27+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-10-17T09:30:27+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-10-17T09:30:27+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-10-17T09:30:28+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-10-17T09:30:28+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-10-17T09:30:28+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-10-17T09:30:28+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-10-17T09:30:29+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-10-17T09:30:29+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-10-17T09:30:29+08:00</lastmod>
+  <lastmod>2022-10-18T06:19:30+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: brpc, aws-sdk-cpp, sophus**
+- **Recently added: xege, brpc, aws-sdk-cpp**
 
 [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)
-- 包列表 (763)
+- 包列表 (764)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)