rust-pushrod 0.4.22

Pushrod UI Library
Documentation

pushrod is a GUI library for Rust.

Dependencies

Pushrod uses the following dependency:

[dependencies.sdl2]
version = "^0.32"
features = ["ttf", "image"]

To use the crate in your project, add the following dependencies:

[dependencies]
rust-pushrod = "^0.4"

This will pull in the latest version.

Core Components

pushrod::render is the core rendering components, containing the Widget base class, and drawing loop logic. pushrod::widgets is the extended Widget component library.