truce-loader 0.48.7

Hot-reloadable plugin logic for truce (native ABI, dylib loading)
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Safe types that cross the dylib boundary.
//!
//! Re-exports types from truce-core and truce-gui so there's ONE
//! definition of each type. No duplication.

pub use truce_core::buffer::AudioBuffer;
pub use truce_core::events::{Event, EventBody, EventList, TransportInfo};
pub use truce_core::process::{ProcessContext, ProcessStatus};
pub use truce_gui::interaction::WidgetRegion;
pub use truce_gui::render::RenderBackend;
pub use truce_gui::theme::{Color, Theme};