conrod_example_shared 0.68.0

A small crate for sharing common code between conrod examples.
docs.rs failed to build conrod_example_shared-0.68.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: conrod_example_shared-0.76.1

This crate is used for sharing a few items between the conrod examples.

The module contains:

  • pub struct DemoApp as a demonstration of some state we want to change.
  • pub fn gui as a demonstration of all widgets, some of which mutate our DemoApp.
  • pub struct Ids - a set of all widget::Ids used in the gui fn.

By sharing these items between these examples, we can test and ensure that the different events and drawing backends behave in the same manner.