scenevm 0.9.3

A GPU-based layer renderer with configurable compute shaders for Eldiron.
Documentation
mod align;
mod button;
mod button_group;
mod canvas;
mod color_button;
mod color_wheel;
mod dropdown_list;
mod image;
mod label;
mod label_rect;
mod param_list;
mod project_browser;
mod slider;
mod spacer;
mod tabbed_panel;
mod text_button;
mod toolbar;

pub use align::{HAlign, VAlign};
pub use button::{Button, ButtonKind, ButtonStyle, PopupAlignment};
pub use button_group::{ButtonGroup, ButtonGroupOrientation, ButtonGroupStyle};
pub use canvas::Canvas;
pub use color_button::{ColorButton, ColorButtonStyle};
pub use color_wheel::ColorWheel;
pub use dropdown_list::{DropdownList, DropdownListStyle};
pub use image::{Image, ImageStyle};
pub use label::Label;
pub use label_rect::LabelRect;
pub use param_list::{ParamList, ParamListEntry, ParamListStyle};
pub use project_browser::{ProjectBrowser, ProjectBrowserItem, ProjectBrowserStyle};
pub use slider::{Slider, SliderStyle};
pub use spacer::Spacer;
pub use tabbed_panel::{TabbedPanel, TabbedPanelStyle};
pub use text_button::TextButton;
pub use toolbar::{Toolbar, ToolbarOrientation, ToolbarSeparator, ToolbarStyle};