Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
8c0795a351

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: port, sqlcipher, tclsh**
+- **Recently added: vulkan-memory-allocator-hpp, port, sqlcipher**
 
 [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 (862)
+- Packages (863)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -28103,6 +28103,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 </code></pre>
+<h3 id="vulkanmemoryallocatorhpplinux">vulkan-memory-allocator-hpp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ bindings for VulkanMemoryAllocator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/">https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.0.0, v3.0.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/v/vulkan-memory-allocator-hpp/xmake.lua">vulkan-memory-allocator-hpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkan-memory-allocator-hpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-memory-allocator-hpp")
+</code></pre>
 <h3 id="vulkantoolslinux">vulkan-tools (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -26366,6 +26366,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 </code></pre>
+<h3 id="vulkanmemoryallocatorhppmacosx">vulkan-memory-allocator-hpp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ bindings for VulkanMemoryAllocator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/">https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.0.0, v3.0.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-memory-allocator-hpp/xmake.lua">vulkan-memory-allocator-hpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkan-memory-allocator-hpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-memory-allocator-hpp")
+</code></pre>
 <h3 id="vulkanscenegraphmacosx">vulkanscenegraph (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -12539,6 +12539,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 </code></pre>
+<h3 id="vulkanmemoryallocatorhppmingw">vulkan-memory-allocator-hpp (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ bindings for VulkanMemoryAllocator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/">https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.0.0, v3.0.1</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/v/vulkan-memory-allocator-hpp/xmake.lua">vulkan-memory-allocator-hpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] vulkan-memory-allocator-hpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-memory-allocator-hpp")
+</code></pre>
 <h2 id="w">w</h2>
 <h3 id="wolfsslmingw">wolfssl (mingw)</h3>
 <table>

+ 37 - 0
mirror/packages/windows.html

@@ -23285,6 +23285,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 </code></pre>
+<h3 id="vulkanmemoryallocatorhppwindows">vulkan-memory-allocator-hpp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ bindings for VulkanMemoryAllocator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/">https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.0.0, v3.0.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/v/vulkan-memory-allocator-hpp/xmake.lua">vulkan-memory-allocator-hpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vulkan-memory-allocator-hpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-memory-allocator-hpp")
+</code></pre>
 <h3 id="vulkantoolswindows">vulkan-tools (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -18715,6 +18715,30 @@ add_requires("vulkan-memory-allocator")
 ```
 
 
+### vulkan-memory-allocator-hpp (linux)
+
+
+| Description | *C++ bindings for VulkanMemoryAllocator.* |
+| -- | -- |
+| Homepage | [https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) |
+| License | CC0 |
+| Versions | v3.0.0, v3.0.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [vulkan-memory-allocator-hpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-memory-allocator-hpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkan-memory-allocator-hpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-memory-allocator-hpp")
+```
+
+
 ### vulkan-tools (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -17558,6 +17558,30 @@ add_requires("vulkan-memory-allocator")
 ```
 
 
+### vulkan-memory-allocator-hpp (macosx)
+
+
+| Description | *C++ bindings for VulkanMemoryAllocator.* |
+| -- | -- |
+| Homepage | [https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) |
+| License | CC0 |
+| Versions | v3.0.0, v3.0.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [vulkan-memory-allocator-hpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-memory-allocator-hpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkan-memory-allocator-hpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-memory-allocator-hpp")
+```
+
+
 ### vulkanscenegraph (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -8325,6 +8325,30 @@ add_requires("vulkan-memory-allocator")
 ```
 
 
+### vulkan-memory-allocator-hpp (mingw)
+
+
+| Description | *C++ bindings for VulkanMemoryAllocator.* |
+| -- | -- |
+| Homepage | [https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) |
+| License | CC0 |
+| Versions | v3.0.0, v3.0.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [vulkan-memory-allocator-hpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-memory-allocator-hpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] vulkan-memory-allocator-hpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-memory-allocator-hpp")
+```
+
+
 
 ## w
 ### wolfssl (mingw)

+ 24 - 0
packages/windows.md

@@ -15453,6 +15453,30 @@ add_requires("vulkan-memory-allocator")
 ```
 
 
+### vulkan-memory-allocator-hpp (windows)
+
+
+| Description | *C++ bindings for VulkanMemoryAllocator.* |
+| -- | -- |
+| Homepage | [https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) |
+| License | CC0 |
+| Versions | v3.0.0, v3.0.1 |
+| Architectures | x64, x86 |
+| Definition | [vulkan-memory-allocator-hpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-memory-allocator-hpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vulkan-memory-allocator-hpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-memory-allocator-hpp")
+```
+
+
 ### vulkan-tools (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-03-17T02:28:49+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-03-17T02:28:52+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-03-17T02:28:52+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-03-17T02:28:52+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-03-17T02:28:53+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-03-17T02:28:53+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-03-17T02:28:53+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-03-17T02:28:54+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-03-17T02:28:54+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-03-17T02:28:54+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-03-17T02:28:54+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-03-17T02:28:55+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-03-17T02:28:55+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-03-17T02:28:55+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-03-17T02:28:56+08:00</lastmod>
+  <lastmod>2023-03-18T13:02:10+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: port, sqlcipher, tclsh**
+- **Recently added: vulkan-memory-allocator-hpp, port, sqlcipher**
 
 [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)
-- 包列表 (862)
+- 包列表 (863)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)