mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-09 09:28:41 -06:00
publish 0.1.0-alpha.3
This commit is contained in:
parent
73fde36c8a
commit
9bb95b3baf
10
README.md
10
README.md
|
@ -60,6 +60,16 @@
|
|||
</td>
|
||||
<td align="center">(support planned)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<code>0.1.0-alpha.3</code>
|
||||
</th>
|
||||
<td>
|
||||
<code>hui-glium = "0.1.0-alpha.3"</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.2</code>
|
||||
|
|
|
@ -15,7 +15,8 @@ include = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
hui = { version = "=0.1.0-alpha.3", path = "../hui", default-features = false }
|
||||
#hack: hui doesn't compile without the builtin_font feature due to a bug
|
||||
hui = { version = "=0.1.0-alpha.3", path = "../hui", default-features = false, features = ["builtin_font"] }
|
||||
glium = { version = "0.34", default-features = false }
|
||||
glam = "0.25"
|
||||
log = "0.4"
|
||||
|
|
Loading…
Reference in a new issue