From 9a9bb72f8d1cbf65bba8291e8ad4c5d70faf5d04 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Tue, 20 Feb 2024 22:45:10 +0100 Subject: [PATCH] x --- README.md | 2 +- hui-examples/examples/align_test.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba59b65..689a615 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

-

huŃ—

+

hui

Simple UI library for games and other interactive applications diff --git a/hui-examples/examples/align_test.rs b/hui-examples/examples/align_test.rs index 2be1543..1987ab5 100644 --- a/hui-examples/examples/align_test.rs +++ b/hui-examples/examples/align_test.rs @@ -84,7 +84,7 @@ fn main() { color: Corners::left_right( vec4(1., 0., 0., 1.), vec4(0., 1., 0., 1.) - ).into() + ).into(), }), ], ..Default::default()