Marc Espin
Marc Espin
New `PluginHandle` API for Plugins to interact with the app by e.g emitting platform events.
There should be a section in color_syntax.rs
Closes https://github.com/marc2332/freya/issues/783
Adding a new measurement type for size attributes, `a` referring to `auto` ```rs rsx!( rect { width: "50a", // 50% of whatever size it was going to have if using...