runmat-plot 0.3.2

GPU-accelerated and static plotting for RunMat with WGPU and Plotters
1
2
3
4
5
6
//! Custom plot widgets

// Placeholder for widgets implementation
pub struct PlotWidget {
    // TODO: Implement
}