mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 07:08:42 -06:00
x
This commit is contained in:
parent
7df6340531
commit
a6b2244461
|
@ -1,6 +1,6 @@
|
|||
<p></p><p></p>
|
||||
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/hui.svg" width="120" align="left">
|
||||
<h1>huї</h1>
|
||||
<h1>hui</h1>
|
||||
<div>
|
||||
<span>
|
||||
Simple UI library for games and other interactive applications
|
||||
|
|
|
@ -84,7 +84,7 @@ fn main() {
|
|||
color: Corners::left_right(
|
||||
vec4(1., 0., 0., 1.),
|
||||
vec4(0., 1., 0., 1.)
|
||||
).into()
|
||||
).into(),
|
||||
}),
|
||||
],
|
||||
..Default::default()
|
||||
|
|
Loading…
Reference in a new issue