Quellcode durchsuchen

autoupdate docs by xmake-repo/ci

ruki vor 4 Jahren
Ursprung
Commit
d15b410a2c
11 geänderte Dateien mit 576 neuen und 18 gelöschten Zeilen
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 112 0
      mirror/packages/linux.html
  4. 112 0
      mirror/packages/macosx.html
  5. 112 0
      mirror/packages/windows.html
  6. 74 0
      packages/linux.md
  7. 74 0
      packages/macosx.md
  8. 74 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: glslang, spirv-headers, spirv-tools**
+- **Recently added: spirv-cross, spirv-reflect, vulkan-headers**
 
 [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 (180)
+- Packages (183)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 112 - 0
mirror/packages/linux.html

@@ -5176,6 +5176,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spdlog")
 </code></pre>
+<h3 id="spirvcrosslinux">spirv-cross (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/SPIRV-Cross/">https://github.com/KhronosGroup/SPIRV-Cross/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.09.17</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/s/spirv-cross/xmake.lua">spirv-cross/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install spirv-cross
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("spirv-cross")
+</code></pre>
 <h3 id="spirvheaderslinux">spirv-headers (linux)</h3>
 <table>
 <thead>
@@ -5213,6 +5250,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spirv-headers")
 </code></pre>
+<h3 id="spirvreflectlinux">spirv-reflect (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/SPIRV-Reflect">https://github.com/KhronosGroup/SPIRV-Reflect</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+1</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/s/spirv-reflect/xmake.lua">spirv-reflect/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install spirv-reflect
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("spirv-reflect")
+</code></pre>
 <h3 id="spirvtoolslinux">spirv-tools (linux)</h3>
 <table>
 <thead>
@@ -5586,6 +5660,44 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("util-macros")
 </code></pre>
+<h2 id="v">v</h2>
+<h3 id="vulkanheaderslinux">vulkan-headers (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Vulkan Header files and API registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/Vulkan-Headers/">https://github.com/KhronosGroup/Vulkan-Headers/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+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/v/vulkan-headers/xmake.lua">vulkan-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkan-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-headers")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="x264linux">x264 (linux)</h3>
 <table>

+ 112 - 0
mirror/packages/macosx.html

@@ -5011,6 +5011,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spdlog")
 </code></pre>
+<h3 id="spirvcrossmacosx">spirv-cross (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/SPIRV-Cross/">https://github.com/KhronosGroup/SPIRV-Cross/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.09.17</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/s/spirv-cross/xmake.lua">spirv-cross/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install spirv-cross
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("spirv-cross")
+</code></pre>
 <h3 id="spirvheadersmacosx">spirv-headers (macosx)</h3>
 <table>
 <thead>
@@ -5048,6 +5085,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spirv-headers")
 </code></pre>
+<h3 id="spirvreflectmacosx">spirv-reflect (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/SPIRV-Reflect">https://github.com/KhronosGroup/SPIRV-Reflect</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+1</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/s/spirv-reflect/xmake.lua">spirv-reflect/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install spirv-reflect
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("spirv-reflect")
+</code></pre>
 <h3 id="spirvtoolsmacosx">spirv-tools (macosx)</h3>
 <table>
 <thead>
@@ -5421,6 +5495,44 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("util-macros")
 </code></pre>
+<h2 id="v">v</h2>
+<h3 id="vulkanheadersmacosx">vulkan-headers (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Vulkan Header files and API registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/Vulkan-Headers/">https://github.com/KhronosGroup/Vulkan-Headers/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+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/v/vulkan-headers/xmake.lua">vulkan-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkan-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-headers")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="x264macosx">x264 (macosx)</h3>
 <table>

+ 112 - 0
mirror/packages/windows.html

@@ -3778,6 +3778,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spdlog")
 </code></pre>
+<h3 id="spirvcrosswindows">spirv-cross (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/SPIRV-Cross/">https://github.com/KhronosGroup/SPIRV-Cross/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.09.17</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/s/spirv-cross/xmake.lua">spirv-cross/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install spirv-cross
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("spirv-cross")
+</code></pre>
 <h3 id="spirvheaderswindows">spirv-headers (windows)</h3>
 <table>
 <thead>
@@ -3815,6 +3852,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spirv-headers")
 </code></pre>
+<h3 id="spirvreflectwindows">spirv-reflect (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/SPIRV-Reflect">https://github.com/KhronosGroup/SPIRV-Reflect</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+1</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/s/spirv-reflect/xmake.lua">spirv-reflect/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install spirv-reflect
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("spirv-reflect")
+</code></pre>
 <h3 id="spirvtoolswindows">spirv-tools (windows)</h3>
 <table>
 <thead>
@@ -4155,6 +4229,44 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("unqlite")
 </code></pre>
+<h2 id="v">v</h2>
+<h3 id="vulkanheaderswindows">vulkan-headers (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Vulkan Header files and API registry</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/KhronosGroup/Vulkan-Headers/">https://github.com/KhronosGroup/Vulkan-Headers/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.154+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/v/vulkan-headers/xmake.lua">vulkan-headers/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkan-headers
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-headers")
+</code></pre>
 <h2 id="y">y</h2>
 <h3 id="yasmwindows">yasm (windows)</h3>
 <table>

+ 74 - 0
packages/linux.md

@@ -3542,6 +3542,30 @@ add_requires("spdlog")
 ```
 
 
+### spirv-cross (linux)
+
+
+| Description | *SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/SPIRV-Cross/](https://github.com/KhronosGroup/SPIRV-Cross/) |
+| License | Apache-2.0 |
+| Versions | 2020.09.17 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [spirv-cross/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-cross/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install spirv-cross
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("spirv-cross")
+```
+
+
 ### spirv-headers (linux)
 
 
@@ -3566,6 +3590,30 @@ add_requires("spirv-headers")
 ```
 
 
+### spirv-reflect (linux)
+
+
+| Description | *SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/SPIRV-Reflect](https://github.com/KhronosGroup/SPIRV-Reflect) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [spirv-reflect/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-reflect/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install spirv-reflect
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("spirv-reflect")
+```
+
+
 ### spirv-tools (linux)
 
 
@@ -3826,6 +3874,32 @@ add_requires("util-macros")
 
 
 
+## v
+### vulkan-headers (linux)
+
+
+| Description | *Vulkan Header files and API registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/Vulkan-Headers/](https://github.com/KhronosGroup/Vulkan-Headers/) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [vulkan-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkan-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-headers")
+```
+
+
+
 ## x
 ### x264 (linux)
 

+ 74 - 0
packages/macosx.md

@@ -3427,6 +3427,30 @@ add_requires("spdlog")
 ```
 
 
+### spirv-cross (macosx)
+
+
+| Description | *SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/SPIRV-Cross/](https://github.com/KhronosGroup/SPIRV-Cross/) |
+| License | Apache-2.0 |
+| Versions | 2020.09.17 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [spirv-cross/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-cross/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install spirv-cross
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("spirv-cross")
+```
+
+
 ### spirv-headers (macosx)
 
 
@@ -3451,6 +3475,30 @@ add_requires("spirv-headers")
 ```
 
 
+### spirv-reflect (macosx)
+
+
+| Description | *SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/SPIRV-Reflect](https://github.com/KhronosGroup/SPIRV-Reflect) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [spirv-reflect/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-reflect/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install spirv-reflect
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("spirv-reflect")
+```
+
+
 ### spirv-tools (macosx)
 
 
@@ -3711,6 +3759,32 @@ add_requires("util-macros")
 
 
 
+## v
+### vulkan-headers (macosx)
+
+
+| Description | *Vulkan Header files and API registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/Vulkan-Headers/](https://github.com/KhronosGroup/Vulkan-Headers/) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [vulkan-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkan-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-headers")
+```
+
+
+
 ## x
 ### x264 (macosx)
 

+ 74 - 0
packages/windows.md

@@ -2573,6 +2573,30 @@ add_requires("spdlog")
 ```
 
 
+### spirv-cross (windows)
+
+
+| Description | *SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/SPIRV-Cross/](https://github.com/KhronosGroup/SPIRV-Cross/) |
+| License | Apache-2.0 |
+| Versions | 2020.09.17 |
+| Architectures | x64, x86 |
+| Definition | [spirv-cross/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-cross/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install spirv-cross
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("spirv-cross")
+```
+
+
 ### spirv-headers (windows)
 
 
@@ -2597,6 +2621,30 @@ add_requires("spirv-headers")
 ```
 
 
+### spirv-reflect (windows)
+
+
+| Description | *SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/SPIRV-Reflect](https://github.com/KhronosGroup/SPIRV-Reflect) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+1 |
+| Architectures | x64, x86 |
+| Definition | [spirv-reflect/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spirv-reflect/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install spirv-reflect
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("spirv-reflect")
+```
+
+
 ### spirv-tools (windows)
 
 
@@ -2834,6 +2882,32 @@ add_requires("unqlite")
 
 
 
+## v
+### vulkan-headers (windows)
+
+
+| Description | *Vulkan Header files and API registry* |
+| -- | -- |
+| Homepage | [https://github.com/KhronosGroup/Vulkan-Headers/](https://github.com/KhronosGroup/Vulkan-Headers/) |
+| License | Apache-2.0 |
+| Versions | 1.2.154+0 |
+| Architectures | x64, x86 |
+| Definition | [vulkan-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-headers/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkan-headers
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-headers")
+```
+
+
+
 ## y
 ### yasm (windows)
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-24T14:00:55+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-24T14:00:55+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-24T14:00:56+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-24T14:00:56+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-24T14:00:56+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-24T14:00:56+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-24T14:00:56+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-24T14:00:57+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-24T14:00:57+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-24T14:00:57+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-24T14:00:57+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-24T14:00:57+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-24T14:00:58+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-24T14:00:58+08:00</lastmod>
+  <lastmod>2020-11-25T02:03:50+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: glslang, spirv-headers, spirv-tools**
+- **Recently added: spirv-cross, spirv-reflect, vulkan-headers**
 
 [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)
-- 包列表 (180)
+- 包列表 (183)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)