summaryrefslogtreecommitdiffstats
path: root/wgpu/src/widget/canvas.rs
blob: ebb841358b022157eda5d8d43c7d735a93b5ba0c (plain) (blame)
1
2
3
4
5
//! Draw freely in 2D.

/// A 2D drawable region.
#[derive(Debug)]
pub struct Canvas;