Move towards a new reconciler model, undo a lot of the weird stretch integrations I had done, separate out Layout and Appearance concepts, introduce ComponentKey and constructor lifecycle for components
This commit is contained in:
parent
6fd3f79099
commit
91266cc841
31 changed files with 820 additions and 941 deletions
|
|
@ -17,4 +17,3 @@ alchemy-styles = { version = "0.1", path = "../styles" }
|
|||
objc = { version = "0.2.6", optional = true }
|
||||
objc_id = { version = "0.1.1", optional = true }
|
||||
serde_json = "1"
|
||||
uuid = { version = "0.7", features = ["v4"] }
|
||||
|
|
|
|||
Reference in a new issue