Merge branch 'master' into improvement/docs

This commit is contained in:
Héctor Ramón Jiménez 2019-11-22 20:30:57 +01:00
commit 42e775fece
36 changed files with 683 additions and 383 deletions

View file

@ -108,11 +108,7 @@ where
let layout = if hash == cache.hash {
cache.layout
} else {
let layout_start = std::time::Instant::now();
let layout = renderer.layout(&root);
dbg!(std::time::Instant::now() - layout_start);
layout
renderer.layout(&root)
};
UserInterface {