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

autoupdate docs by xmake-repo/ci

ruki пре 3 година
родитељ
комит
2238957099
11 измењених фајлова са 186 додато и 18 уклоњено
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 33 0
      mirror/packages/linux.html
  4. 33 0
      mirror/packages/macosx.html
  5. 33 0
      mirror/packages/windows.html
  6. 23 0
      packages/linux.md
  7. 23 0
      packages/macosx.md
  8. 23 0
      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: openmp, readerwriterqueue, libharu**
+- **Recently added: nanogui, openmp, readerwriterqueue**
 
 [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 (528)
+- Packages (529)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -11987,6 +11987,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nanoflann")
 </code></pre>
+<h3 id="nanoguilinux">nanogui (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Minimalistic GUI library for OpenGL</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/wjakob/nanogui">https://github.com/wjakob/nanogui</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.9.23</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/n/nanogui/xmake.lua">nanogui/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanogui
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanogui")
+</code></pre>
 <h3 id="nanovdblinux">nanovdb (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -11246,6 +11246,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nanoflann")
 </code></pre>
+<h3 id="nanoguimacosx">nanogui (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Minimalistic GUI library for OpenGL</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/wjakob/nanogui">https://github.com/wjakob/nanogui</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.9.23</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/n/nanogui/xmake.lua">nanogui/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanogui
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanogui")
+</code></pre>
 <h3 id="nanovdbmacosx">nanovdb (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -9458,6 +9458,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nanoflann")
 </code></pre>
+<h3 id="nanoguiwindows">nanogui (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Minimalistic GUI library for OpenGL</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/wjakob/nanogui">https://github.com/wjakob/nanogui</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2019.9.23</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/n/nanogui/xmake.lua">nanogui/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nanogui
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nanogui")
+</code></pre>
 <h3 id="nanovdbwindows">nanovdb (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -8005,6 +8005,29 @@ add_requires("nanoflann")
 ```
 
 
+### nanogui (linux)
+
+
+| Description | *Minimalistic GUI library for OpenGL* |
+| -- | -- |
+| Homepage | [https://github.com/wjakob/nanogui](https://github.com/wjakob/nanogui) |
+| Versions | 2019.9.23 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [nanogui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanogui/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanogui
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanogui")
+```
+
+
 ### nanovdb (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -7510,6 +7510,29 @@ add_requires("nanoflann")
 ```
 
 
+### nanogui (macosx)
+
+
+| Description | *Minimalistic GUI library for OpenGL* |
+| -- | -- |
+| Homepage | [https://github.com/wjakob/nanogui](https://github.com/wjakob/nanogui) |
+| Versions | 2019.9.23 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [nanogui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanogui/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanogui
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanogui")
+```
+
+
 ### nanovdb (macosx)
 
 

+ 23 - 0
packages/windows.md

@@ -6274,6 +6274,29 @@ add_requires("nanoflann")
 ```
 
 
+### nanogui (windows)
+
+
+| Description | *Minimalistic GUI library for OpenGL* |
+| -- | -- |
+| Homepage | [https://github.com/wjakob/nanogui](https://github.com/wjakob/nanogui) |
+| Versions | 2019.9.23 |
+| Architectures | x64, x86 |
+| Definition | [nanogui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nanogui/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nanogui
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nanogui")
+```
+
+
 ### nanovdb (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-30T05:21:00+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-30T05:21:02+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-30T05:21:02+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-30T05:21:03+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-30T05:21:03+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-30T05:21:03+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-30T05:21:04+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-30T05:21:04+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-30T05:21:04+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-30T05:21:04+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-30T05:21:05+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-30T05:21:05+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-30T05:21:05+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-30T05:21:05+08:00</lastmod>
+  <lastmod>2021-11-30T09:09:25+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: openmp, readerwriterqueue, libharu**
+- **Recently added: nanogui, openmp, readerwriterqueue**
 
 [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)
-- 包列表 (528)
+- 包列表 (529)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)