Expand description
This crate is used for sharing a few items between the conrod examples.
The module contains:
pub struct DemoAppas a demonstration of some state we want to change.pub fn guias a demonstration of all widgets, some of which mutate ourDemoApp.pub struct Ids- a set of allwidget::Ids used in theguifn.
By sharing these items between these examples, we can test and ensure that the different events and drawing backends behave in the same manner.