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:
Ryan McGrath 2019-05-26 01:11:23 -07:00
parent bb44f31dda
commit 73860eccdf
No known key found for this signature in database
GPG key ID: 811674B62B666830
5 changed files with 48 additions and 426 deletions

View file

@ -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;