Moving Window to new RenderEngine subscription, remove old reconciler, clean up how root nodes are registered in the system to begin with since it was messy as hell
This commit is contained in:
parent
bb44f31dda
commit
73860eccdf
5 changed files with 48 additions and 426 deletions
|
|
@ -11,6 +11,8 @@
|
|||
//! This crate also includes the diffing and patching system for the widget tree -
|
||||
//! it needs to live with the `Component` lifecycle to enable state updating.
|
||||
|
||||
pub use uuid::Uuid;
|
||||
|
||||
use alchemy_styles::lazy_static;
|
||||
|
||||
pub mod error;
|
||||
|
|
|
|||
Reference in a new issue