mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 22:58:42 -06:00
Update README.md
This commit is contained in:
parent
d7971d32ec
commit
c5df17b4cd
|
@ -25,9 +25,7 @@
|
|||
</table>
|
||||
|
||||
<h2>Example</h2>
|
||||
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/exemplaris.png" height="200" align="right">
|
||||
<div>
|
||||
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/000000.png" width="300" height="0" align="left">
|
||||
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/exemplaris.png" height="175" align="right" float="right">
|
||||
<pre lang="rust">Container::default()
|
||||
.with_size(size!(100%, 50%))
|
||||
.with_align(Alignment::Center)
|
||||
|
@ -53,7 +51,7 @@
|
|||
})
|
||||
.add_child(ui);
|
||||
})
|
||||
.add_root(&mut hui, resolution);</pre></div>
|
||||
.add_root(&mut hui, resolution);</pre>
|
||||
|
||||
<h2>Backends</h2>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue