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