From d7971d32ecece55c829902eaa6de953cc38d1add Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Wed, 28 Feb 2024 17:01:43 +0100 Subject: [PATCH] wait it looks wrong --- .assets/000000.png | Bin 0 -> 106 bytes README.md | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .assets/000000.png diff --git a/.assets/000000.png b/.assets/000000.png new file mode 100644 index 0000000000000000000000000000000000000000..1870ab2fa77d1dac997fcc610633b773d6348750 GIT binary patch literal 106 zcmeAS@N?(olHy`uVBq!ia0vp^j3CU&3?x-=hn)gaYymzYu0R?HmZtAK52QE?JR*x3 t82FBWFymBhK53vJm#2$k2*=Fi1R$GXW$}%8}!PC{xWt~$(69CMw6yg8? literal 0 HcmV?d00001 diff --git a/README.md b/README.md index 3e69151..84ee133 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@

Example

- - + +
+
Container::default()
   .with_size(size!(100%, 50%))
   .with_align(Alignment::Center)
@@ -52,7 +53,7 @@
       })
       .add_child(ui);
   })
-  .add_root(&mut hui, resolution);
+ .add_root(&mut hui, resolution);

Backends