update readme

This commit is contained in:
griffi-gh 2024-02-19 17:10:30 +01:00
parent 5290abc41f
commit 5f6eb18b0f

View file

@ -2,16 +2,16 @@
<img src="./.assets/hui.svg" width="120" align="left"> <img src="./.assets/hui.svg" width="120" align="left">
<h1>huї</h1> <h1>huї</h1>
<div> <div>
Simple UI library for games and other interactive applications <span>
<a href="./LICENSE.txt" align="right" float="right"> Simple UI library for games and other interactive applications
</span><a href="https://crates.io/crates/hui" float="right">
<img alt="crates.io" src="https://img.shields.io/crates/v/hui.svg" align="right" height="20">
</a><br><a href="./LICENSE.txt" align="right" float="right">
<img alt="license" src="https://img.shields.io/github/license/griffi-gh/hui" align="right" width="102" height="20"> <img alt="license" src="https://img.shields.io/github/license/griffi-gh/hui" align="right" width="102" height="20">
</a><br><a href="https://crates.io/crates/hui" float="right"> </a><span>
<img alt="crates.io" src="https://img.shields.io/crates/v/hui.svg" align="right" width="102" height="20">
</a>
</div>
<span>
Formerly kubi-ui Formerly kubi-ui
</span> </span>
</div>
<p></p> <p></p>
<br clear="all"> <br clear="all">
@ -23,3 +23,61 @@
<img src="./.assets/demo1.gif" width="300"> <img src="./.assets/demo1.gif" width="300">
</td> </td>
</table> </table>
<h2>Backends</h2>
<table>
<tr>
<th align="center">
<code>hui</code>
</th>
<th align="center">
<code>glium</code>
</th>
<th align="center">
<code>winit</code>
</th>
<th align="center">
<code>wgpu</code>
</th>
</tr>
<tr>
<td align="center">
<code>0.1.0-alpha.2</code>
</th>
<td>
<code>hui-glium = "0.1.0-alpha.2"</code><br>
<code>glium = "0.34"</code>
</td>
<td align="center" colspan="2">N/A</td>
</tr>
<tr>
<td align="center">
<code>0.1.0-alpha.1</code>
</th>
<td>
<code>hui-glium = "0.1.0-alpha.1"</code><br>
<code>glium = "0.34"</code>
</td>
<td align="center" colspan="2">N/A</td>
</tr>
<!-- <tr>
<td align="center">
<code>0.0.2</code>
</th>
<td>
<code>hui-glium = "0.0.2"</code><br>
<code>glium = "0.34"</code>
</td>
<td align="center">-</td>
</tr>
<tr>
<td align="center">
<code>0.0.1</code>
</th>
<td>
<code>hui-glium = "0.0.1"</code><br>
<code>glium = "0.34"</code>
</td>
<td align="center">-</td>
</tr> -->
</table>