mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 06:38:42 -06:00
wait it looks wrong
This commit is contained in:
parent
cdbc0559c2
commit
d7971d32ec
BIN
.assets/000000.png
Normal file
BIN
.assets/000000.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 B |
|
@ -25,8 +25,9 @@
|
|||
</table>
|
||||
|
||||
<h2>Example</h2>
|
||||
|
||||
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/exemplaris.png" width="400" align="right">
|
||||
<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">
|
||||
<pre lang="rust">Container::default()
|
||||
.with_size(size!(100%, 50%))
|
||||
.with_align(Alignment::Center)
|
||||
|
@ -52,7 +53,7 @@
|
|||
})
|
||||
.add_child(ui);
|
||||
})
|
||||
.add_root(&mut hui, resolution);</pre>
|
||||
.add_root(&mut hui, resolution);</pre></div>
|
||||
|
||||
<h2>Backends</h2>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue