index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
;